Shades of New Tan #ECC796
Tints of New Tan #ECC796
RGB
CMYK
RGB Variations
Color information
#ECC796 (or 0xECC796) is known color: New Tan. HEX triplet: EC, C7 and 96. RGB value is (236,199,150). Sum of RGB (Red+Green+Blue) = 236+199+150=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC796 is #133869. Grayscale: #CCCCCC. Windows color (decimal): -1259626 or 9881580. OLE color: 9881580.
HSL color Cylindrical-coordinate representation of color #ECC796: hue angle of 34.19º 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 #ECC796 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 150 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.07 |
| HSL | 34.19º | 0.69% | 0.76% | - |
| HSV(B) | 34.19º | 0.36% | 0.93% | - |
| XYZ | 60.52 | 60.88 | 37.42 | - |
| YUV | 204.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 150 | 0 | 0.16 | 0.36 | 0.07 | 34.19 | 0.69 | 0.76 |
| Hex | EC | C7 | 96 | 0 | 10 | 24 | 7 | 22 | 45 | 4C |
| Octal | 354 | 307 | 226 | 0 | 20 | 44 | 7 | 42 | 105 | 114 |
| Binary | 11101100 | 11000111 | 10010110 | 0 | 10000 | 100100 | 111 | 100010 | 1000101 | 1001100 |
Color Harmonies of #ECC796
Complementary color
Monochromatic Colors of #ECC796
Black with #ECC796
Text Example
Text Example
White with #ECC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC796; }
p { color: rgb(236,199,150); }
H1.HeaderClassName
{
color: #ECC796;
}
.AnyTagClassName
{
color: #ECC796;
}
</style>
background-color css
<style>
a { background-color: #ECC796; }
a { background-color: rgb(236,199,150); }
div.DivClassName
{
background-color: #ECC796;
}
.BgClassName
{
background-color: #ECC796;
}
</style>
border-color css
<style>
span { border-color: #ECC796; }
span { border-color: rgb(236,199,150); }
td.TdClassName
{
border-color: #ECC796;
}
.TagClassName
{
border-color: #ECC796;
}
</style>