Color spaces of #eaa57e
RGB | 234 | 165 | 126 |
---|---|---|---|
HSL | 0.06 | 0.72 | 0.71 |
HSV | 22° | 46° | 92° |
CMYK | 0.00 | 0.29 | 0.46 0.08 |
XYZ | 51.1527 | 45.9091 | 25.9040 |
Yxy | 45.9091 | 0.4160 | 0.3733 |
Hunter Lab | 67.7563 | 16.1854 | 24.7621 |
CIE-Lab | 73.4865 | 20.9878 | 30.3602 |
#eaa57e color RGB value is (234,165,126).
#eaa57e hex color red value is 234, green value is 165 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eaa57e hue: 0.06 , saturation: 0.72 and the lightness value of eaa57e is 0.71.
The process color (four color CMYK) of #eaa57e color hex is 0.00, 0.29, 0.46, 0.08. Web safe color of #eaa57e is #ff9966. Color #eaa57e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100101 | 01111110 |
Octal | 352 | 245 | 176 |
Decimal | 234 | 165 | 126 |
Hex | EA | A5 | 7E |
Shades of #eaa57e
Tints of #eaa57e
RGB Percentages of Color #eaa57e
CMYK Percentages of Color #eaa57e
Complementary Color
#eaa57e | #7ec3ea |
#eaa57e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa57e Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa57e Color CSS Codes
.mybgcolor {background-color:#eaa57e; } .myforecolor {color:#eaa57e; } .mybordercolor {border:3px solid #eaa57e; }
#eaa57e Text Font Color
<p style="color:#eaa57e">Text here</p>
This sample text font color is #eaa57e
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.
#eaa57e Background Color
<div style="background-color:#eaa57e">
Div content here</div>
This div background color is #eaa57e
#eaa57e Border Color
<div style="border:3px solid #eaa57e">
Div here</div>
This div border color is #eaa57e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,165,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa57e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa57e; -webkit-box-shadow: 1px 1px 3px 2px #eaa57e; box-shadow: 1px 1px 3px 2px #eaa57e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,165,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa57e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa57e; -webkit-box-shadow: 1px 1px 3px 2px #eaa57e; box-shadow: 1px 1px 3px 2px #eaa57e;">
Div content here</div>
This div box has shadow with color #eaa57e
Comments
No comments written yet.
Please login to write comment.