Shades of New Tan #EECAA0
Tints of New Tan #EECAA0
RGB
CMYK
RGB Variations
Color information
#EECAA0 (or 0xEECAA0) is known color: New Tan. HEX triplet: EE, CA and A0. RGB value is (238,202,160). Sum of RGB (Red+Green+Blue) = 238+202+160=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA0 is #11355F. Grayscale: #D0D0D0. Windows color (decimal): -1127776 or 10537710. OLE color: 10537710.
HSL color Cylindrical-coordinate representation of color #EECAA0: hue angle of 32.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EECAA0 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 160 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.07 |
| HSL | 32.31º | 0.7% | 0.78% | - |
| HSV(B) | 32.31º | 0.33% | 0.93% | - |
| XYZ | 62.73 | 62.96 | 42.1 | - |
| YUV | 207.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 160 | 0 | 0.15 | 0.33 | 0.07 | 32.31 | 0.7 | 0.78 |
| Hex | EE | CA | A0 | 0 | F | 21 | 7 | 20 | 46 | 4E |
| Octal | 356 | 312 | 240 | 0 | 17 | 41 | 7 | 40 | 106 | 116 |
| Binary | 11101110 | 11001010 | 10100000 | 0 | 1111 | 100001 | 111 | 100000 | 1000110 | 1001110 |
Color Harmonies of #EECAA0
Complementary color
Monochromatic Colors of #EECAA0
Black with #EECAA0
Text Example
Text Example
White with #EECAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAA0; }
p { color: rgb(238,202,160); }
H1.HeaderClassName
{
color: #EECAA0;
}
.AnyTagClassName
{
color: #EECAA0;
}
</style>
background-color css
<style>
a { background-color: #EECAA0; }
a { background-color: rgb(238,202,160); }
div.DivClassName
{
background-color: #EECAA0;
}
.BgClassName
{
background-color: #EECAA0;
}
</style>
border-color css
<style>
span { border-color: #EECAA0; }
span { border-color: rgb(238,202,160); }
td.TdClassName
{
border-color: #EECAA0;
}
.TagClassName
{
border-color: #EECAA0;
}
</style>