Color spaces of #eea532
RGB | 238 | 165 | 50 |
---|---|---|---|
HSL | 0.10 | 0.85 | 0.56 |
HSV | 37° | 79° | 93° |
CMYK | 0.00 | 0.31 | 0.79 0.07 |
XYZ | 49.2908 | 45.3177 | 9.1669 |
Yxy | 45.3177 | 0.4750 | 0.4367 |
Hunter Lab | 67.3184 | 12.8911 | 39.0492 |
CIE-Lab | 73.1006 | 17.6556 | 65.9652 |
#eea532 color RGB value is (238,165,50).
#eea532 hex color red value is 238, green value is 165 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #eea532 hue: 0.10 , saturation: 0.85 and the lightness value of eea532 is 0.56.
The process color (four color CMYK) of #eea532 color hex is 0.00, 0.31, 0.79, 0.07. Web safe color of #eea532 is #ff9933. Color #eea532 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10100101 | 00110010 |
Octal | 356 | 245 | 62 |
Decimal | 238 | 165 | 50 |
Hex | EE | A5 | 32 |
Shades of #eea532
Tints of #eea532
RGB Percentages of Color #eea532
CMYK Percentages of Color #eea532
Complementary Color
#eea532 | #327bee |
#eea532 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eea532 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eea532 Color CSS Codes
.mybgcolor {background-color:#eea532; } .myforecolor {color:#eea532; } .mybordercolor {border:3px solid #eea532; }
#eea532 Text Font Color
<p style="color:#eea532">Text here</p>
This sample text font color is #eea532
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.
#eea532 Background Color
<div style="background-color:#eea532">
Div content here</div>
This div background color is #eea532
#eea532 Border Color
<div style="border:3px solid #eea532">
Div here</div>
This div border color is #eea532
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,165,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eea532; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eea532; -webkit-box-shadow: 1px 1px 3px 2px #eea532; box-shadow: 1px 1px 3px 2px #eea532; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,165,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 #eea532">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eea532; -webkit-box-shadow: 1px 1px 3px 2px #eea532; box-shadow: 1px 1px 3px 2px #eea532;">
Div content here</div>
This div box has shadow with color #eea532
Comments
No comments written yet.
Please login to write comment.