Shades of Zinnwaldite #ECC0AA
Tints of Zinnwaldite #ECC0AA
RGB
CMYK
RGB Variations
Color information
#ECC0AA (or 0xECC0AA) is known color: Zinnwaldite. HEX triplet: EC, C0 and AA. RGB value is (236,192,170). Sum of RGB (Red+Green+Blue) = 236+192+170=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AA is #133F55. Grayscale: #CACACA. Windows color (decimal): -1261398 or 11190508. OLE color: 11190508.
HSL color Cylindrical-coordinate representation of color #ECC0AA: hue angle of 20º 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 #ECC0AA is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 170 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.07 |
| HSL | 20º | 0.63% | 0.8% | - |
| HSV(B) | 20º | 0.28% | 0.93% | - |
| XYZ | 60.7 | 58.43 | 46.11 | - |
| YUV | 202.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 170 | 0 | 0.19 | 0.28 | 0.07 | 20 | 0.63 | 0.8 |
| Hex | EC | C0 | AA | 0 | 13 | 1C | 7 | 14 | 3F | 50 |
| Octal | 354 | 300 | 252 | 0 | 23 | 34 | 7 | 24 | 77 | 120 |
| Binary | 11101100 | 11000000 | 10101010 | 0 | 10011 | 11100 | 111 | 10100 | 111111 | 1010000 |
Color Harmonies of #ECC0AA
Complementary color
Monochromatic Colors of #ECC0AA
Black with #ECC0AA
Text Example
Text Example
White with #ECC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0AA; }
p { color: rgb(236,192,170); }
H1.HeaderClassName
{
color: #ECC0AA;
}
.AnyTagClassName
{
color: #ECC0AA;
}
</style>
background-color css
<style>
a { background-color: #ECC0AA; }
a { background-color: rgb(236,192,170); }
div.DivClassName
{
background-color: #ECC0AA;
}
.BgClassName
{
background-color: #ECC0AA;
}
</style>
border-color css
<style>
span { border-color: #ECC0AA; }
span { border-color: rgb(236,192,170); }
td.TdClassName
{
border-color: #ECC0AA;
}
.TagClassName
{
border-color: #ECC0AA;
}
</style>