Color spaces of #eaa50b
RGB | 234 | 165 | 11 |
---|---|---|---|
HSL | 0.12 | 0.91 | 0.48 |
HSV | 41° | 95° | 92° |
CMYK | 0.00 | 0.29 | 0.95 0.08 |
XYZ | 47.4472 | 44.4269 | 6.3911 |
Yxy | 44.4269 | 0.4828 | 0.4521 |
Hunter Lab | 66.6535 | 10.4213 | 40.9724 |
CIE-Lab | 72.5129 | 15.1166 | 74.8821 |
#eaa50b color RGB value is (234,165,11).
#eaa50b hex color red value is 234, green value is 165 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eaa50b hue: 0.12 , saturation: 0.91 and the lightness value of eaa50b is 0.48.
The process color (four color CMYK) of #eaa50b color hex is 0.00, 0.29, 0.95, 0.08. Web safe color of #eaa50b is #ff9900. Color #eaa50b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100101 | 00001011 |
Octal | 352 | 245 | 13 |
Decimal | 234 | 165 | 11 |
Hex | EA | A5 | B |
Shades of #eaa50b
Tints of #eaa50b
RGB Percentages of Color #eaa50b
CMYK Percentages of Color #eaa50b
Complementary Color
#eaa50b | #0b50ea |
#eaa50b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa50b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa50b Color CSS Codes
.mybgcolor {background-color:#eaa50b; } .myforecolor {color:#eaa50b; } .mybordercolor {border:3px solid #eaa50b; }
#eaa50b Text Font Color
<p style="color:#eaa50b">Text here</p>
This sample text font color is #eaa50b
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.
#eaa50b Background Color
<div style="background-color:#eaa50b">
Div content here</div>
This div background color is #eaa50b
#eaa50b Border Color
<div style="border:3px solid #eaa50b">
Div here</div>
This div border color is #eaa50b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,165,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa50b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa50b; -webkit-box-shadow: 1px 1px 3px 2px #eaa50b; box-shadow: 1px 1px 3px 2px #eaa50b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,165,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa50b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa50b; -webkit-box-shadow: 1px 1px 3px 2px #eaa50b; box-shadow: 1px 1px 3px 2px #eaa50b;">
Div content here</div>
This div box has shadow with color #eaa50b
Comments
No comments written yet.
Please login to write comment.