Hex | ffd74e |
RGB | 255 , 215 , 78 |
RGB % | 46.5, 39.2, 14.2 |
HSL | 46.4, 100, 65.3 |
HSV | 46.4, 69.4, 100 |
CMYK | 0,40,177,0 |
XYZ | 0.669, 0.704, 0.173 |
xyY | 0.433, 0.455, 0.704 |
CIE-LAB | 0.872, -0, 0.697 |
CIE-LUV | 0.872, 0.34, 0.805 |
CIE-HCL | 90.015, 0.697, 0.872 |
Binary | 11111111,11010111,01001110 |
#ffd74e HTML/CSS Color Name is Energy Yellow / Pantone 121 C / Yellow.
In a RGB color space, #ffd74e color RGB value is (Red:255,Green:215,Blue:78). it is composed of 46.5% red, 39.2% green and 14.2% blue. The process color (four color CMYK) of #ffd74e color hex is 0,40,177,0. HSL of color #ffd74e hue: 46.4 , saturation: 100 and the lightness value of ffd74e is 65.3. Mainly color is Yellow. Reverse color is: #0028b1.
The color codes conversion takes 1.518284 milliseconds.
.bgcolor {background-color:#ffd74e; .textcolor {color:#ffd74e; } .bordercolor {border:3px solid #ffd74e; }
<p style="color:#ffd74e">Text here</p>
<p style="background-color:#ffd74e;">Content here</p>
<div style="border:1px solid #ffd74e;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #ffd74e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd74e; -webkit-box-shadow: 1px 1px 3px 2px #ffd74e; box-shadow: 1px 1px 3px 2px #ffd74e; }
<p style="text-shadow: 4px 4px 2px #ffd74e">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd74e; -webkit-box-shadow: 1px 1px 3px 2px #ffd74e; box-shadow: 1px 1px 3px 2px #ffd74e;">
Content here</div>