Color spaces of #eec53c
RGB | 238 | 197 | 60 |
---|---|---|---|
HSL | 0.13 | 0.84 | 0.58 |
HSV | 46° | 75° | 93° |
CMYK | 0.00 | 0.17 | 0.75 0.07 |
XYZ | 56.0418 | 58.4359 | 12.6005 |
Yxy | 58.4359 | 0.4410 | 0.4598 |
Hunter Lab | 76.4434 | -2.9149 | 43.7373 |
CIE-Lab | 80.9805 | 1.2512 | 69.7449 |
#eec53c color RGB value is (238,197,60).
#eec53c hex color red value is 238, green value is 197 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eec53c hue: 0.13 , saturation: 0.84 and the lightness value of eec53c is 0.58.
The process color (four color CMYK) of #eec53c color hex is 0.00, 0.17, 0.75, 0.07. Web safe color of #eec53c is #ffcc33. Color #eec53c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11000101 | 00111100 |
Octal | 356 | 305 | 74 |
Decimal | 238 | 197 | 60 |
Hex | EE | C5 | 3C |
Shades of #eec53c
Tints of #eec53c
RGB Percentages of Color #eec53c
CMYK Percentages of Color #eec53c
Complementary Color
#eec53c | #3c65ee |
#eec53c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eec53c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eec53c Color CSS Codes
.mybgcolor {background-color:#eec53c; } .myforecolor {color:#eec53c; } .mybordercolor {border:3px solid #eec53c; }
#eec53c Text Font Color
<p style="color:#eec53c">Text here</p>
This sample text font color is #eec53c
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.
#eec53c Background Color
<div style="background-color:#eec53c">
Div content here</div>
This div background color is #eec53c
#eec53c Border Color
<div style="border:3px solid #eec53c">
Div here</div>
This div border color is #eec53c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,197,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eec53c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eec53c; -webkit-box-shadow: 1px 1px 3px 2px #eec53c; box-shadow: 1px 1px 3px 2px #eec53c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,197,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eec53c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eec53c; -webkit-box-shadow: 1px 1px 3px 2px #eec53c; box-shadow: 1px 1px 3px 2px #eec53c;">
Div content here</div>
This div box has shadow with color #eec53c
Comments
No comments written yet.
Please login to write comment.