Shades of Zinnwaldite #ECC0A9
Tints of Zinnwaldite #ECC0A9
RGB
CMYK
RGB Variations
Color information
#ECC0A9 (or 0xECC0A9) is known color: Zinnwaldite. HEX triplet: EC, C0 and A9. RGB value is (236,192,169). Sum of RGB (Red+Green+Blue) = 236+192+169=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0A9 is #133F56. Grayscale: #CACACA. Windows color (decimal): -1261399 or 11124972. OLE color: 11124972.
HSL color Cylindrical-coordinate representation of color #ECC0A9: hue angle of 20.6º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC0A9 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 169 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.07 |
| HSL | 20.6º | 0.64% | 0.79% | - |
| HSV(B) | 20.6º | 0.28% | 0.93% | - |
| XYZ | 60.6 | 58.4 | 45.61 | - |
| YUV | 202.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 169 | 0 | 0.19 | 0.28 | 0.07 | 20.6 | 0.64 | 0.79 |
| Hex | EC | C0 | A9 | 0 | 13 | 1C | 7 | 15 | 40 | 4F |
| Octal | 354 | 300 | 251 | 0 | 23 | 34 | 7 | 25 | 100 | 117 |
| Binary | 11101100 | 11000000 | 10101001 | 0 | 10011 | 11100 | 111 | 10101 | 1000000 | 1001111 |
Color Harmonies of #ECC0A9
Complementary color
Monochromatic Colors of #ECC0A9
Black with #ECC0A9
Text Example
Text Example
White with #ECC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0A9; }
p { color: rgb(236,192,169); }
H1.HeaderClassName
{
color: #ECC0A9;
}
.AnyTagClassName
{
color: #ECC0A9;
}
</style>
background-color css
<style>
a { background-color: #ECC0A9; }
a { background-color: rgb(236,192,169); }
div.DivClassName
{
background-color: #ECC0A9;
}
.BgClassName
{
background-color: #ECC0A9;
}
</style>
border-color css
<style>
span { border-color: #ECC0A9; }
span { border-color: rgb(236,192,169); }
td.TdClassName
{
border-color: #ECC0A9;
}
.TagClassName
{
border-color: #ECC0A9;
}
</style>