Shades of New Tan #ECC896
Tints of New Tan #ECC896
RGB
CMYK
RGB Variations
Color information
#ECC896 (or 0xECC896) is known color: New Tan. HEX triplet: EC, C8 and 96. RGB value is (236,200,150). Sum of RGB (Red+Green+Blue) = 236+200+150=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC896 is #133769. Grayscale: #CDCDCD. Windows color (decimal): -1259370 or 9881836. OLE color: 9881836.
HSL color Cylindrical-coordinate representation of color #ECC896: hue angle of 34.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECC896 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 150 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.07 |
| HSL | 34.88º | 0.69% | 0.76% | - |
| HSV(B) | 34.88º | 0.36% | 0.93% | - |
| XYZ | 60.75 | 61.34 | 37.49 | - |
| YUV | 205.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 150 | 0 | 0.15 | 0.36 | 0.07 | 34.88 | 0.69 | 0.76 |
| Hex | EC | C8 | 96 | 0 | F | 24 | 7 | 23 | 45 | 4C |
| Octal | 354 | 310 | 226 | 0 | 17 | 44 | 7 | 43 | 105 | 114 |
| Binary | 11101100 | 11001000 | 10010110 | 0 | 1111 | 100100 | 111 | 100011 | 1000101 | 1001100 |
Color Harmonies of #ECC896
Complementary color
Monochromatic Colors of #ECC896
Black with #ECC896
Text Example
Text Example
White with #ECC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC896; }
p { color: rgb(236,200,150); }
H1.HeaderClassName
{
color: #ECC896;
}
.AnyTagClassName
{
color: #ECC896;
}
</style>
background-color css
<style>
a { background-color: #ECC896; }
a { background-color: rgb(236,200,150); }
div.DivClassName
{
background-color: #ECC896;
}
.BgClassName
{
background-color: #ECC896;
}
</style>
border-color css
<style>
span { border-color: #ECC896; }
span { border-color: rgb(236,200,150); }
td.TdClassName
{
border-color: #ECC896;
}
.TagClassName
{
border-color: #ECC896;
}
</style>