Color spaces of #eaab60
RGB | 234 | 171 | 96 |
---|---|---|---|
HSL | 0.09 | 0.77 | 0.65 |
HSV | 33° | 59° | 92° |
CMYK | 0.00 | 0.27 | 0.59 0.08 |
XYZ | 50.6059 | 47.4628 | 17.5603 |
Yxy | 47.4628 | 0.4377 | 0.4105 |
Hunter Lab | 68.8933 | 10.5549 | 33.1128 |
CIE-Lab | 74.4848 | 15.2303 | 47.1436 |
#eaab60 color RGB value is (234,171,96).
#eaab60 hex color red value is 234, green value is 171 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eaab60 hue: 0.09 , saturation: 0.77 and the lightness value of eaab60 is 0.65.
The process color (four color CMYK) of #eaab60 color hex is 0.00, 0.27, 0.59, 0.08. Web safe color of #eaab60 is #ff9966. Color #eaab60 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101011 | 01100000 |
Octal | 352 | 253 | 140 |
Decimal | 234 | 171 | 96 |
Hex | EA | AB | 60 |
Shades of #eaab60
Tints of #eaab60
RGB Percentages of Color #eaab60
CMYK Percentages of Color #eaab60
Complementary Color
#eaab60 | #609fea |
#eaab60 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaab60 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaab60 Color CSS Codes
.mybgcolor {background-color:#eaab60; } .myforecolor {color:#eaab60; } .mybordercolor {border:3px solid #eaab60; }
#eaab60 Text Font Color
<p style="color:#eaab60">Text here</p>
This sample text font color is #eaab60
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.
#eaab60 Background Color
<div style="background-color:#eaab60">
Div content here</div>
This div background color is #eaab60
#eaab60 Border Color
<div style="border:3px solid #eaab60">
Div here</div>
This div border color is #eaab60
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,171,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaab60; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaab60; -webkit-box-shadow: 1px 1px 3px 2px #eaab60; box-shadow: 1px 1px 3px 2px #eaab60; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,171,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaab60">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaab60; -webkit-box-shadow: 1px 1px 3px 2px #eaab60; box-shadow: 1px 1px 3px 2px #eaab60;">
Div content here</div>
This div box has shadow with color #eaab60
Comments
No comments written yet.
Please login to write comment.