Shades of New Tan #EECCA0
Tints of New Tan #EECCA0
RGB
CMYK
RGB Variations
Color information
#EECCA0 (or 0xEECCA0) is known color: New Tan. HEX triplet: EE, CC and A0. RGB value is (238,204,160). Sum of RGB (Red+Green+Blue) = 238+204+160=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCA0 is #11335F. Grayscale: #D1D1D1. Windows color (decimal): -1127264 or 10538222. OLE color: 10538222.
HSL color Cylindrical-coordinate representation of color #EECCA0: hue angle of 33.85º 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 #EECCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 160 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.07 |
| HSL | 33.85º | 0.7% | 0.78% | - |
| HSV(B) | 33.85º | 0.33% | 0.93% | - |
| XYZ | 63.2 | 63.9 | 42.26 | - |
| YUV | 209.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 160 | 0 | 0.14 | 0.33 | 0.07 | 33.85 | 0.7 | 0.78 |
| Hex | EE | CC | A0 | 0 | E | 21 | 7 | 22 | 46 | 4E |
| Octal | 356 | 314 | 240 | 0 | 16 | 41 | 7 | 42 | 106 | 116 |
| Binary | 11101110 | 11001100 | 10100000 | 0 | 1110 | 100001 | 111 | 100010 | 1000110 | 1001110 |
Color Harmonies of #EECCA0
Complementary color
Monochromatic Colors of #EECCA0
Black with #EECCA0
Text Example
Text Example
White with #EECCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCA0; }
p { color: rgb(238,204,160); }
H1.HeaderClassName
{
color: #EECCA0;
}
.AnyTagClassName
{
color: #EECCA0;
}
</style>
background-color css
<style>
a { background-color: #EECCA0; }
a { background-color: rgb(238,204,160); }
div.DivClassName
{
background-color: #EECCA0;
}
.BgClassName
{
background-color: #EECCA0;
}
</style>
border-color css
<style>
span { border-color: #EECCA0; }
span { border-color: rgb(238,204,160); }
td.TdClassName
{
border-color: #EECCA0;
}
.TagClassName
{
border-color: #EECCA0;
}
</style>