Color spaces of #eaa213
RGB | 234 | 162 | 19 |
---|---|---|---|
HSL | 0.11 | 0.85 | 0.50 |
HSV | 40° | 92° | 92° |
CMYK | 0.00 | 0.31 | 0.92 0.08 |
XYZ | 46.9696 | 43.3801 | 6.5137 |
Yxy | 43.3801 | 0.4849 | 0.4478 |
Hunter Lab | 65.8636 | 12.0333 | 40.2409 |
CIE-Lab | 71.8122 | 16.8016 | 73.1801 |
#eaa213 color RGB value is (234,162,19).
#eaa213 hex color red value is 234, green value is 162 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eaa213 hue: 0.11 , saturation: 0.85 and the lightness value of eaa213 is 0.50.
The process color (four color CMYK) of #eaa213 color hex is 0.00, 0.31, 0.92, 0.08. Web safe color of #eaa213 is #ff9900. Color #eaa213 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100010 | 00010011 |
Octal | 352 | 242 | 23 |
Decimal | 234 | 162 | 19 |
Hex | EA | A2 | 13 |
Shades of #eaa213
Tints of #eaa213
RGB Percentages of Color #eaa213
CMYK Percentages of Color #eaa213
Complementary Color
#eaa213 | #135bea |
#eaa213 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa213 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa213 Color CSS Codes
.mybgcolor {background-color:#eaa213; } .myforecolor {color:#eaa213; } .mybordercolor {border:3px solid #eaa213; }
#eaa213 Text Font Color
<p style="color:#eaa213">Text here</p>
This sample text font color is #eaa213
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.
#eaa213 Background Color
<div style="background-color:#eaa213">
Div content here</div>
This div background color is #eaa213
#eaa213 Border Color
<div style="border:3px solid #eaa213">
Div here</div>
This div border color is #eaa213
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,162,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa213; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa213; -webkit-box-shadow: 1px 1px 3px 2px #eaa213; box-shadow: 1px 1px 3px 2px #eaa213; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,162,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa213">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa213; -webkit-box-shadow: 1px 1px 3px 2px #eaa213; box-shadow: 1px 1px 3px 2px #eaa213;">
Div content here</div>
This div box has shadow with color #eaa213
Comments
No comments written yet.
Please login to write comment.