Shades of New Tan #ECC096
Tints of New Tan #ECC096
RGB
CMYK
RGB Variations
Color information
#ECC096 (or 0xECC096) is known color: New Tan. HEX triplet: EC, C0 and 96. RGB value is (236,192,150). Sum of RGB (Red+Green+Blue) = 236+192+150=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC096 is #133F69. Grayscale: #C8C8C8. Windows color (decimal): -1261418 or 9879788. OLE color: 9879788.
HSL color Cylindrical-coordinate representation of color #ECC096: hue angle of 29.3º 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 #ECC096 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 150 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.07 |
| HSL | 29.3º | 0.69% | 0.76% | - |
| HSV(B) | 29.3º | 0.36% | 0.93% | - |
| XYZ | 58.95 | 57.73 | 36.89 | - |
| YUV | 200.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 150 | 0 | 0.19 | 0.36 | 0.07 | 29.3 | 0.69 | 0.76 |
| Hex | EC | C0 | 96 | 0 | 13 | 24 | 7 | 1D | 45 | 4C |
| Octal | 354 | 300 | 226 | 0 | 23 | 44 | 7 | 35 | 105 | 114 |
| Binary | 11101100 | 11000000 | 10010110 | 0 | 10011 | 100100 | 111 | 11101 | 1000101 | 1001100 |
Color Harmonies of #ECC096
Complementary color
Monochromatic Colors of #ECC096
Black with #ECC096
Text Example
Text Example
White with #ECC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC096; }
p { color: rgb(236,192,150); }
H1.HeaderClassName
{
color: #ECC096;
}
.AnyTagClassName
{
color: #ECC096;
}
</style>
background-color css
<style>
a { background-color: #ECC096; }
a { background-color: rgb(236,192,150); }
div.DivClassName
{
background-color: #ECC096;
}
.BgClassName
{
background-color: #ECC096;
}
</style>
border-color css
<style>
span { border-color: #ECC096; }
span { border-color: rgb(236,192,150); }
td.TdClassName
{
border-color: #ECC096;
}
.TagClassName
{
border-color: #ECC096;
}
</style>