Shades of New Tan #ECCCA0
Tints of New Tan #ECCCA0
RGB
CMYK
RGB Variations
Color information
#ECCCA0 (or 0xECCCA0) is known color: New Tan. HEX triplet: EC, CC and A0. RGB value is (236,204,160). Sum of RGB (Red+Green+Blue) = 236+204+160=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCA0 is #13335F. Grayscale: #D0D0D0. Windows color (decimal): -1258336 or 10538220. OLE color: 10538220.
HSL color Cylindrical-coordinate representation of color #ECCCA0: hue angle of 34.74º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECCCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 160 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.07 |
| HSL | 34.74º | 0.67% | 0.78% | - |
| HSV(B) | 34.74º | 0.32% | 0.93% | - |
| XYZ | 62.53 | 63.56 | 42.23 | - |
| YUV | 208.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 160 | 0 | 0.14 | 0.32 | 0.07 | 34.74 | 0.67 | 0.78 |
| Hex | EC | CC | A0 | 0 | E | 20 | 7 | 23 | 43 | 4E |
| Octal | 354 | 314 | 240 | 0 | 16 | 40 | 7 | 43 | 103 | 116 |
| Binary | 11101100 | 11001100 | 10100000 | 0 | 1110 | 100000 | 111 | 100011 | 1000011 | 1001110 |
Color Harmonies of #ECCCA0
Complementary color
Monochromatic Colors of #ECCCA0
Black with #ECCCA0
Text Example
Text Example
White with #ECCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCA0; }
p { color: rgb(236,204,160); }
H1.HeaderClassName
{
color: #ECCCA0;
}
.AnyTagClassName
{
color: #ECCCA0;
}
</style>
background-color css
<style>
a { background-color: #ECCCA0; }
a { background-color: rgb(236,204,160); }
div.DivClassName
{
background-color: #ECCCA0;
}
.BgClassName
{
background-color: #ECCCA0;
}
</style>
border-color css
<style>
span { border-color: #ECCCA0; }
span { border-color: rgb(236,204,160); }
td.TdClassName
{
border-color: #ECCCA0;
}
.TagClassName
{
border-color: #ECCCA0;
}
</style>