Color spaces of #eecc50
RGB | 238 | 204 | 80 |
---|---|---|---|
HSL | 0.13 | 0.82 | 0.62 |
HSV | 47° | 66° | 93° |
CMYK | 0.00 | 0.14 | 0.66 0.07 |
XYZ | 58.3007 | 61.9421 | 16.4727 |
Yxy | 61.9421 | 0.4264 | 0.4531 |
Hunter Lab | 78.7033 | -5.5041 | 42.6828 |
CIE-Lab | 82.8826 | -1.3882 | 63.9181 |
#eecc50 color RGB value is (238,204,80).
#eecc50 hex color red value is 238, green value is 204 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eecc50 hue: 0.13 , saturation: 0.82 and the lightness value of eecc50 is 0.62.
The process color (four color CMYK) of #eecc50 color hex is 0.00, 0.14, 0.66, 0.07. Web safe color of #eecc50 is #ffcc66. Color #eecc50 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001100 | 01010000 |
Octal | 356 | 314 | 120 |
Decimal | 238 | 204 | 80 |
Hex | EE | CC | 50 |
Shades of #eecc50
Tints of #eecc50
RGB Percentages of Color #eecc50
CMYK Percentages of Color #eecc50
Complementary Color
#eecc50 | #5072ee |
#eecc50 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecc50 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecc50 Color CSS Codes
.mybgcolor {background-color:#eecc50; } .myforecolor {color:#eecc50; } .mybordercolor {border:3px solid #eecc50; }
#eecc50 Text Font Color
<p style="color:#eecc50">Text here</p>
This sample text font color is #eecc50
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#eecc50 Background Color
<div style="background-color:#eecc50">
Div content here</div>
This div background color is #eecc50
#eecc50 Border Color
<div style="border:3px solid #eecc50">
Div here</div>
This div border color is #eecc50
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,204,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecc50; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecc50; -webkit-box-shadow: 1px 1px 3px 2px #eecc50; box-shadow: 1px 1px 3px 2px #eecc50; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,204,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eecc50">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecc50; -webkit-box-shadow: 1px 1px 3px 2px #eecc50; box-shadow: 1px 1px 3px 2px #eecc50;">
Div content here</div>
This div box has shadow with color #eecc50
Comments
No comments written yet.
Please login to write comment.