Color spaces of #eaab13
RGB | 234 | 171 | 19 |
---|---|---|---|
HSL | 0.12 | 0.85 | 0.50 |
HSV | 42° | 92° | 92° |
CMYK | 0.00 | 0.27 | 0.92 0.08 |
XYZ | 48.6121 | 46.6653 | 7.0613 |
Yxy | 46.6653 | 0.4750 | 0.4560 |
Hunter Lab | 68.3120 | 7.4779 | 41.6897 |
CIE-Lab | 73.9752 | 12.0336 | 74.7761 |
#eaab13 color RGB value is (234,171,19).
#eaab13 hex color red value is 234, green value is 171 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eaab13 hue: 0.12 , saturation: 0.85 and the lightness value of eaab13 is 0.50.
The process color (four color CMYK) of #eaab13 color hex is 0.00, 0.27, 0.92, 0.08. Web safe color of #eaab13 is #ff9900. Color #eaab13 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101011 | 00010011 |
Octal | 352 | 253 | 23 |
Decimal | 234 | 171 | 19 |
Hex | EA | AB | 13 |
Shades of #eaab13
Tints of #eaab13
RGB Percentages of Color #eaab13
CMYK Percentages of Color #eaab13
Complementary Color
#eaab13 | #1352ea |
#eaab13 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaab13 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaab13 Color CSS Codes
.mybgcolor {background-color:#eaab13; } .myforecolor {color:#eaab13; } .mybordercolor {border:3px solid #eaab13; }
#eaab13 Text Font Color
<p style="color:#eaab13">Text here</p>
This sample text font color is #eaab13
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.
#eaab13 Background Color
<div style="background-color:#eaab13">
Div content here</div>
This div background color is #eaab13
#eaab13 Border Color
<div style="border:3px solid #eaab13">
Div here</div>
This div border color is #eaab13
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,171,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaab13; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaab13; -webkit-box-shadow: 1px 1px 3px 2px #eaab13; box-shadow: 1px 1px 3px 2px #eaab13; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,171,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 #eaab13">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaab13; -webkit-box-shadow: 1px 1px 3px 2px #eaab13; box-shadow: 1px 1px 3px 2px #eaab13;">
Div content here</div>
This div box has shadow with color #eaab13
Comments
No comments written yet.
Please login to write comment.