Color spaces of #eaa151
RGB | 234 | 161 | 81 |
---|---|---|---|
HSL | 0.09 | 0.78 | 0.62 |
HSV | 31° | 65° | 92° |
CMYK | 0.00 | 0.31 | 0.65 0.08 |
XYZ | 48.1618 | 43.5762 | 13.6572 |
Yxy | 43.5762 | 0.4570 | 0.4135 |
Hunter Lab | 66.0123 | 14.7101 | 33.9422 |
CIE-Lab | 71.9443 | 19.5488 | 51.5136 |
#eaa151 color RGB value is (234,161,81).
#eaa151 hex color red value is 234, green value is 161 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #eaa151 hue: 0.09 , saturation: 0.78 and the lightness value of eaa151 is 0.62.
The process color (four color CMYK) of #eaa151 color hex is 0.00, 0.31, 0.65, 0.08. Web safe color of #eaa151 is #ff9966. Color #eaa151 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100001 | 01010001 |
Octal | 352 | 241 | 121 |
Decimal | 234 | 161 | 81 |
Hex | EA | A1 | 51 |
Shades of #eaa151
Tints of #eaa151
RGB Percentages of Color #eaa151
CMYK Percentages of Color #eaa151
Complementary Color
#eaa151 | #519aea |
#eaa151 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa151 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa151 Color CSS Codes
.mybgcolor {background-color:#eaa151; } .myforecolor {color:#eaa151; } .mybordercolor {border:3px solid #eaa151; }
#eaa151 Text Font Color
<p style="color:#eaa151">Text here</p>
This sample text font color is #eaa151
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.
#eaa151 Background Color
<div style="background-color:#eaa151">
Div content here</div>
This div background color is #eaa151
#eaa151 Border Color
<div style="border:3px solid #eaa151">
Div here</div>
This div border color is #eaa151
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,161,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa151; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa151; -webkit-box-shadow: 1px 1px 3px 2px #eaa151; box-shadow: 1px 1px 3px 2px #eaa151; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,161,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa151">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa151; -webkit-box-shadow: 1px 1px 3px 2px #eaa151; box-shadow: 1px 1px 3px 2px #eaa151;">
Div content here</div>
This div box has shadow with color #eaa151
Comments
No comments written yet.
Please login to write comment.