Color spaces of #eab304
RGB | 234 | 179 | 4 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.47 |
HSV | 46° | 98° | 92° |
CMYK | 0.00 | 0.24 | 0.98 0.08 |
XYZ | 50.0737 | 49.7414 | 7.0767 |
Yxy | 49.7414 | 0.4685 | 0.4653 |
Hunter Lab | 70.5276 | 3.3095 | 43.4202 |
CIE-Lab | 75.9103 | 7.6606 | 78.0541 |
#eab304 color RGB value is (234,179,4).
#eab304 hex color red value is 234, green value is 179 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #eab304 hue: 0.13 , saturation: 0.97 and the lightness value of eab304 is 0.47.
The process color (four color CMYK) of #eab304 color hex is 0.00, 0.24, 0.98, 0.08. Web safe color of #eab304 is #ffcc00. Color #eab304 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10110011 | 00000100 |
Octal | 352 | 263 | 4 |
Decimal | 234 | 179 | 4 |
Hex | EA | B3 | 4 |
Shades of #eab304
Tints of #eab304
RGB Percentages of Color #eab304
CMYK Percentages of Color #eab304
Complementary Color
#eab304 | #043bea |
#eab304 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eab304 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eab304 Color CSS Codes
.mybgcolor {background-color:#eab304; } .myforecolor {color:#eab304; } .mybordercolor {border:3px solid #eab304; }
#eab304 Text Font Color
<p style="color:#eab304">Text here</p>
This sample text font color is #eab304
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.
#eab304 Background Color
<div style="background-color:#eab304">
Div content here</div>
This div background color is #eab304
#eab304 Border Color
<div style="border:3px solid #eab304">
Div here</div>
This div border color is #eab304
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,179,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eab304; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eab304; -webkit-box-shadow: 1px 1px 3px 2px #eab304; box-shadow: 1px 1px 3px 2px #eab304; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,179,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eab304">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eab304; -webkit-box-shadow: 1px 1px 3px 2px #eab304; box-shadow: 1px 1px 3px 2px #eab304;">
Div content here</div>
This div box has shadow with color #eab304
Comments
No comments written yet.
Please login to write comment.