Shades of New Tan #ECCBA0
Tints of New Tan #ECCBA0
RGB
CMYK
RGB Variations
Color information
#ECCBA0 (or 0xECCBA0) is known color: New Tan. HEX triplet: EC, CB and A0. RGB value is (236,203,160). Sum of RGB (Red+Green+Blue) = 236+203+160=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA0 is #13345F. Grayscale: #D0D0D0. Windows color (decimal): -1258592 or 10537964. OLE color: 10537964.
HSL color Cylindrical-coordinate representation of color #ECCBA0: hue angle of 33.95º 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 #ECCBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 160 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.07 |
| HSL | 33.95º | 0.67% | 0.78% | - |
| HSV(B) | 33.95º | 0.32% | 0.93% | - |
| XYZ | 62.29 | 63.08 | 42.15 | - |
| YUV | 207.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 160 | 0 | 0.14 | 0.32 | 0.07 | 33.95 | 0.67 | 0.78 |
| Hex | EC | CB | A0 | 0 | E | 20 | 7 | 22 | 43 | 4E |
| Octal | 354 | 313 | 240 | 0 | 16 | 40 | 7 | 42 | 103 | 116 |
| Binary | 11101100 | 11001011 | 10100000 | 0 | 1110 | 100000 | 111 | 100010 | 1000011 | 1001110 |
Color Harmonies of #ECCBA0
Complementary color
Monochromatic Colors of #ECCBA0
Black with #ECCBA0
Text Example
Text Example
White with #ECCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBA0; }
p { color: rgb(236,203,160); }
H1.HeaderClassName
{
color: #ECCBA0;
}
.AnyTagClassName
{
color: #ECCBA0;
}
</style>
background-color css
<style>
a { background-color: #ECCBA0; }
a { background-color: rgb(236,203,160); }
div.DivClassName
{
background-color: #ECCBA0;
}
.BgClassName
{
background-color: #ECCBA0;
}
</style>
border-color css
<style>
span { border-color: #ECCBA0; }
span { border-color: rgb(236,203,160); }
td.TdClassName
{
border-color: #ECCBA0;
}
.TagClassName
{
border-color: #ECCBA0;
}
</style>