Shades of New Tan #EAC9A0
Tints of New Tan #EAC9A0
RGB
CMYK
RGB Variations
Color information
#EAC9A0 (or 0xEAC9A0) is known color: New Tan. HEX triplet: EA, C9 and A0. RGB value is (234,201,160). Sum of RGB (Red+Green+Blue) = 234+201+160=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC9A0 is #15365F. Grayscale: #CECECE. Windows color (decimal): -1390176 or 10537450. OLE color: 10537450.
HSL color Cylindrical-coordinate representation of color #EAC9A0: hue angle of 33.24º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAC9A0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 160 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.08 |
| HSL | 33.24º | 0.64% | 0.77% | - |
| HSV(B) | 33.24º | 0.32% | 0.92% | - |
| XYZ | 61.16 | 61.8 | 41.96 | - |
| YUV | 206.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 160 | 0 | 0.14 | 0.32 | 0.08 | 33.24 | 0.64 | 0.77 |
| Hex | EA | C9 | A0 | 0 | E | 20 | 8 | 21 | 40 | 4D |
| Octal | 352 | 311 | 240 | 0 | 16 | 40 | 10 | 41 | 100 | 115 |
| Binary | 11101010 | 11001001 | 10100000 | 0 | 1110 | 100000 | 1000 | 100001 | 1000000 | 1001101 |
Color Harmonies of #EAC9A0
Complementary color
Monochromatic Colors of #EAC9A0
Black with #EAC9A0
Text Example
Text Example
White with #EAC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9A0; }
p { color: rgb(234,201,160); }
H1.HeaderClassName
{
color: #EAC9A0;
}
.AnyTagClassName
{
color: #EAC9A0;
}
</style>
background-color css
<style>
a { background-color: #EAC9A0; }
a { background-color: rgb(234,201,160); }
div.DivClassName
{
background-color: #EAC9A0;
}
.BgClassName
{
background-color: #EAC9A0;
}
</style>
border-color css
<style>
span { border-color: #EAC9A0; }
span { border-color: rgb(234,201,160); }
td.TdClassName
{
border-color: #EAC9A0;
}
.TagClassName
{
border-color: #EAC9A0;
}
</style>