Color spaces of #eaa66a
RGB | 234 | 166 | 106 |
---|---|---|---|
HSL | 0.08 | 0.75 | 0.67 |
HSV | 28° | 55° | 92° |
CMYK | 0.00 | 0.29 | 0.55 0.08 |
XYZ | 50.1694 | 45.8055 | 19.8328 |
Yxy | 45.8055 | 0.4332 | 0.3955 |
Hunter Lab | 67.6798 | 13.8782 | 30.0016 |
CIE-Lab | 73.4191 | 18.6553 | 40.7992 |
#eaa66a color RGB value is (234,166,106).
#eaa66a hex color red value is 234, green value is 166 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eaa66a hue: 0.08 , saturation: 0.75 and the lightness value of eaa66a is 0.67.
The process color (four color CMYK) of #eaa66a color hex is 0.00, 0.29, 0.55, 0.08. Web safe color of #eaa66a is #ff9966. Color #eaa66a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100110 | 01101010 |
Octal | 352 | 246 | 152 |
Decimal | 234 | 166 | 106 |
Hex | EA | A6 | 6A |
Shades of #eaa66a
Tints of #eaa66a
RGB Percentages of Color #eaa66a
CMYK Percentages of Color #eaa66a
Complementary Color
#eaa66a | #6aaeea |
#eaa66a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa66a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa66a Color CSS Codes
.mybgcolor {background-color:#eaa66a; } .myforecolor {color:#eaa66a; } .mybordercolor {border:3px solid #eaa66a; }
#eaa66a Text Font Color
<p style="color:#eaa66a">Text here</p>
This sample text font color is #eaa66a
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.
#eaa66a Background Color
<div style="background-color:#eaa66a">
Div content here</div>
This div background color is #eaa66a
#eaa66a Border Color
<div style="border:3px solid #eaa66a">
Div here</div>
This div border color is #eaa66a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,166,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa66a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa66a; -webkit-box-shadow: 1px 1px 3px 2px #eaa66a; box-shadow: 1px 1px 3px 2px #eaa66a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,166,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa66a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa66a; -webkit-box-shadow: 1px 1px 3px 2px #eaa66a; box-shadow: 1px 1px 3px 2px #eaa66a;">
Div content here</div>
This div box has shadow with color #eaa66a
Comments
No comments written yet.
Please login to write comment.