Shades of Zinnwaldite #ECC3AA
Tints of Zinnwaldite #ECC3AA
RGB
CMYK
RGB Variations
Color information
#ECC3AA (or 0xECC3AA) is known color: Zinnwaldite. HEX triplet: EC, C3 and AA. RGB value is (236,195,170). Sum of RGB (Red+Green+Blue) = 236+195+170=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AA is #133C55. Grayscale: #CCCCCC. Windows color (decimal): -1260630 or 11191276. OLE color: 11191276.
HSL color Cylindrical-coordinate representation of color #ECC3AA: hue angle of 22.73º 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 #ECC3AA is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 170 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.07 |
| HSL | 22.73º | 0.63% | 0.8% | - |
| HSV(B) | 22.73º | 0.28% | 0.93% | - |
| XYZ | 61.36 | 59.77 | 46.33 | - |
| YUV | 204.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 170 | 0 | 0.17 | 0.28 | 0.07 | 22.73 | 0.63 | 0.8 |
| Hex | EC | C3 | AA | 0 | 11 | 1C | 7 | 17 | 3F | 50 |
| Octal | 354 | 303 | 252 | 0 | 21 | 34 | 7 | 27 | 77 | 120 |
| Binary | 11101100 | 11000011 | 10101010 | 0 | 10001 | 11100 | 111 | 10111 | 111111 | 1010000 |
Color Harmonies of #ECC3AA
Complementary color
Monochromatic Colors of #ECC3AA
Black with #ECC3AA
Text Example
Text Example
White with #ECC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3AA; }
p { color: rgb(236,195,170); }
H1.HeaderClassName
{
color: #ECC3AA;
}
.AnyTagClassName
{
color: #ECC3AA;
}
</style>
background-color css
<style>
a { background-color: #ECC3AA; }
a { background-color: rgb(236,195,170); }
div.DivClassName
{
background-color: #ECC3AA;
}
.BgClassName
{
background-color: #ECC3AA;
}
</style>
border-color css
<style>
span { border-color: #ECC3AA; }
span { border-color: rgb(236,195,170); }
td.TdClassName
{
border-color: #ECC3AA;
}
.TagClassName
{
border-color: #ECC3AA;
}
</style>