Color spaces of #eec932
RGB | 238 | 201 | 50 |
---|---|---|---|
HSL | 0.13 | 0.85 | 0.56 |
HSV | 48° | 79° | 93° |
CMYK | 0.00 | 0.16 | 0.79 0.07 |
XYZ | 56.7223 | 60.1807 | 11.6441 |
Yxy | 60.1807 | 0.4413 | 0.4682 |
Hunter Lab | 77.5762 | -5.2425 | 45.4040 |
CIE-Lab | 81.9363 | -1.1783 | 73.9239 |
#eec932 color RGB value is (238,201,50).
#eec932 hex color red value is 238, green value is 201 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #eec932 hue: 0.13 , saturation: 0.85 and the lightness value of eec932 is 0.56.
The process color (four color CMYK) of #eec932 color hex is 0.00, 0.16, 0.79, 0.07. Web safe color of #eec932 is #ffcc33. Color #eec932 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001001 | 00110010 |
Octal | 356 | 311 | 62 |
Decimal | 238 | 201 | 50 |
Hex | EE | C9 | 32 |
Shades of #eec932
Tints of #eec932
RGB Percentages of Color #eec932
CMYK Percentages of Color #eec932
Complementary Color
#eec932 | #3257ee |
#eec932 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eec932 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eec932 Color CSS Codes
.mybgcolor {background-color:#eec932; } .myforecolor {color:#eec932; } .mybordercolor {border:3px solid #eec932; }
#eec932 Text Font Color
<p style="color:#eec932">Text here</p>
This sample text font color is #eec932
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.
#eec932 Background Color
<div style="background-color:#eec932">
Div content here</div>
This div background color is #eec932
#eec932 Border Color
<div style="border:3px solid #eec932">
Div here</div>
This div border color is #eec932
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,201,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eec932; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eec932; -webkit-box-shadow: 1px 1px 3px 2px #eec932; box-shadow: 1px 1px 3px 2px #eec932; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,201,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eec932">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eec932; -webkit-box-shadow: 1px 1px 3px 2px #eec932; box-shadow: 1px 1px 3px 2px #eec932;">
Div content here</div>
This div box has shadow with color #eec932
Comments
No comments written yet.
Please login to write comment.