Shades of New Tan #EACAA0
Tints of New Tan #EACAA0
RGB
CMYK
RGB Variations
Color information
#EACAA0 (or 0xEACAA0) is known color: New Tan. HEX triplet: EA, CA and A0. RGB value is (234,202,160). Sum of RGB (Red+Green+Blue) = 234+202+160=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACAA0 is #15355F. Grayscale: #CECECE. Windows color (decimal): -1389920 or 10537706. OLE color: 10537706.
HSL color Cylindrical-coordinate representation of color #EACAA0: hue angle of 34.05º 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 #EACAA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 160 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.08 |
| HSL | 34.05º | 0.64% | 0.77% | - |
| HSV(B) | 34.05º | 0.32% | 0.92% | - |
| XYZ | 61.4 | 62.27 | 42.04 | - |
| YUV | 206.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 160 | 0 | 0.14 | 0.32 | 0.08 | 34.05 | 0.64 | 0.77 |
| Hex | EA | CA | A0 | 0 | E | 20 | 8 | 22 | 40 | 4D |
| Octal | 352 | 312 | 240 | 0 | 16 | 40 | 10 | 42 | 100 | 115 |
| Binary | 11101010 | 11001010 | 10100000 | 0 | 1110 | 100000 | 1000 | 100010 | 1000000 | 1001101 |
Color Harmonies of #EACAA0
Complementary color
Monochromatic Colors of #EACAA0
Black with #EACAA0
Text Example
Text Example
White with #EACAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAA0; }
p { color: rgb(234,202,160); }
H1.HeaderClassName
{
color: #EACAA0;
}
.AnyTagClassName
{
color: #EACAA0;
}
</style>
background-color css
<style>
a { background-color: #EACAA0; }
a { background-color: rgb(234,202,160); }
div.DivClassName
{
background-color: #EACAA0;
}
.BgClassName
{
background-color: #EACAA0;
}
</style>
border-color css
<style>
span { border-color: #EACAA0; }
span { border-color: rgb(234,202,160); }
td.TdClassName
{
border-color: #EACAA0;
}
.TagClassName
{
border-color: #EACAA0;
}
</style>