Shades of Zinnwaldite #ECC2A7
Tints of Zinnwaldite #ECC2A7
RGB
CMYK
RGB Variations
Color information
#ECC2A7 (or 0xECC2A7) is known color: Zinnwaldite. HEX triplet: EC, C2 and A7. RGB value is (236,194,167). Sum of RGB (Red+Green+Blue) = 236+194+167=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2A7 is #133D58. Grayscale: #CBCBCB. Windows color (decimal): -1260889 or 10994412. OLE color: 10994412.
HSL color Cylindrical-coordinate representation of color #ECC2A7: hue angle of 23.48º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC2A7 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 167 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.07 |
| HSL | 23.48º | 0.64% | 0.79% | - |
| HSV(B) | 23.48º | 0.29% | 0.93% | - |
| XYZ | 60.86 | 59.21 | 44.78 | - |
| YUV | 203.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 167 | 0 | 0.18 | 0.29 | 0.07 | 23.48 | 0.64 | 0.79 |
| Hex | EC | C2 | A7 | 0 | 12 | 1D | 7 | 17 | 40 | 4F |
| Octal | 354 | 302 | 247 | 0 | 22 | 35 | 7 | 27 | 100 | 117 |
| Binary | 11101100 | 11000010 | 10100111 | 0 | 10010 | 11101 | 111 | 10111 | 1000000 | 1001111 |
Color Harmonies of #ECC2A7
Complementary color
Monochromatic Colors of #ECC2A7
Black with #ECC2A7
Text Example
Text Example
White with #ECC2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2A7; }
p { color: rgb(236,194,167); }
H1.HeaderClassName
{
color: #ECC2A7;
}
.AnyTagClassName
{
color: #ECC2A7;
}
</style>
background-color css
<style>
a { background-color: #ECC2A7; }
a { background-color: rgb(236,194,167); }
div.DivClassName
{
background-color: #ECC2A7;
}
.BgClassName
{
background-color: #ECC2A7;
}
</style>
border-color css
<style>
span { border-color: #ECC2A7; }
span { border-color: rgb(236,194,167); }
td.TdClassName
{
border-color: #ECC2A7;
}
.TagClassName
{
border-color: #ECC2A7;
}
</style>