Shades of New Tan #ECC8A1
Tints of New Tan #ECC8A1
RGB
CMYK
RGB Variations
Color information
#ECC8A1 (or 0xECC8A1) is known color: New Tan. HEX triplet: EC, C8 and A1. RGB value is (236,200,161). Sum of RGB (Red+Green+Blue) = 236+200+161=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8A1 is #13375E. Grayscale: #CECECE. Windows color (decimal): -1259359 or 10602732. OLE color: 10602732.
HSL color Cylindrical-coordinate representation of color #ECC8A1: hue angle of 31.2º degrees, saturation: 0.66, 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 #ECC8A1 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 161 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.07 |
| HSL | 31.2º | 0.66% | 0.78% | - |
| HSV(B) | 31.2º | 0.32% | 0.93% | - |
| XYZ | 61.68 | 61.71 | 42.38 | - |
| YUV | 206.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 161 | 0 | 0.15 | 0.32 | 0.07 | 31.2 | 0.66 | 0.78 |
| Hex | EC | C8 | A1 | 0 | F | 20 | 7 | 1F | 42 | 4E |
| Octal | 354 | 310 | 241 | 0 | 17 | 40 | 7 | 37 | 102 | 116 |
| Binary | 11101100 | 11001000 | 10100001 | 0 | 1111 | 100000 | 111 | 11111 | 1000010 | 1001110 |
Color Harmonies of #ECC8A1
Complementary color
Monochromatic Colors of #ECC8A1
Black with #ECC8A1
Text Example
Text Example
White with #ECC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8A1; }
p { color: rgb(236,200,161); }
H1.HeaderClassName
{
color: #ECC8A1;
}
.AnyTagClassName
{
color: #ECC8A1;
}
</style>
background-color css
<style>
a { background-color: #ECC8A1; }
a { background-color: rgb(236,200,161); }
div.DivClassName
{
background-color: #ECC8A1;
}
.BgClassName
{
background-color: #ECC8A1;
}
</style>
border-color css
<style>
span { border-color: #ECC8A1; }
span { border-color: rgb(236,200,161); }
td.TdClassName
{
border-color: #ECC8A1;
}
.TagClassName
{
border-color: #ECC8A1;
}
</style>