Shades of Zinnwaldite #ECC0AB
Tints of Zinnwaldite #ECC0AB
RGB
CMYK
RGB Variations
Color information
#ECC0AB (or 0xECC0AB) is known color: Zinnwaldite. HEX triplet: EC, C0 and AB. RGB value is (236,192,171). Sum of RGB (Red+Green+Blue) = 236+192+171=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AB is #133F54. Grayscale: #CACACA. Windows color (decimal): -1261397 or 11256044. OLE color: 11256044.
HSL color Cylindrical-coordinate representation of color #ECC0AB: hue angle of 19.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC0AB is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 171 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.07 |
| HSL | 19.38º | 0.63% | 0.8% | - |
| HSV(B) | 19.38º | 0.28% | 0.93% | - |
| XYZ | 60.79 | 58.47 | 46.61 | - |
| YUV | 202.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 171 | 0 | 0.19 | 0.28 | 0.07 | 19.38 | 0.63 | 0.8 |
| Hex | EC | C0 | AB | 0 | 13 | 1C | 7 | 13 | 3F | 50 |
| Octal | 354 | 300 | 253 | 0 | 23 | 34 | 7 | 23 | 77 | 120 |
| Binary | 11101100 | 11000000 | 10101011 | 0 | 10011 | 11100 | 111 | 10011 | 111111 | 1010000 |
Color Harmonies of #ECC0AB
Complementary color
Monochromatic Colors of #ECC0AB
Black with #ECC0AB
Text Example
Text Example
White with #ECC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0AB; }
p { color: rgb(236,192,171); }
H1.HeaderClassName
{
color: #ECC0AB;
}
.AnyTagClassName
{
color: #ECC0AB;
}
</style>
background-color css
<style>
a { background-color: #ECC0AB; }
a { background-color: rgb(236,192,171); }
div.DivClassName
{
background-color: #ECC0AB;
}
.BgClassName
{
background-color: #ECC0AB;
}
</style>
border-color css
<style>
span { border-color: #ECC0AB; }
span { border-color: rgb(236,192,171); }
td.TdClassName
{
border-color: #ECC0AB;
}
.TagClassName
{
border-color: #ECC0AB;
}
</style>