Shades of Zinnwaldite #ECC2AD
Tints of Zinnwaldite #ECC2AD
RGB
CMYK
RGB Variations
Color information
#ECC2AD (or 0xECC2AD) is known color: Zinnwaldite. HEX triplet: EC, C2 and AD. RGB value is (236,194,173). Sum of RGB (Red+Green+Blue) = 236+194+173=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2AD is #133D52. Grayscale: #CCCCCC. Windows color (decimal): -1260883 or 11387628. OLE color: 11387628.
HSL color Cylindrical-coordinate representation of color #ECC2AD: hue angle of 20º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECC2AD is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 173 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.07 |
| HSL | 20º | 0.62% | 0.8% | - |
| HSV(B) | 20º | 0.27% | 0.93% | - |
| XYZ | 61.43 | 59.43 | 47.77 | - |
| YUV | 204.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 173 | 0 | 0.18 | 0.27 | 0.07 | 20 | 0.62 | 0.8 |
| Hex | EC | C2 | AD | 0 | 12 | 1B | 7 | 14 | 3E | 50 |
| Octal | 354 | 302 | 255 | 0 | 22 | 33 | 7 | 24 | 76 | 120 |
| Binary | 11101100 | 11000010 | 10101101 | 0 | 10010 | 11011 | 111 | 10100 | 111110 | 1010000 |
Color Harmonies of #ECC2AD
Complementary color
Monochromatic Colors of #ECC2AD
Black with #ECC2AD
Text Example
Text Example
White with #ECC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2AD; }
p { color: rgb(236,194,173); }
H1.HeaderClassName
{
color: #ECC2AD;
}
.AnyTagClassName
{
color: #ECC2AD;
}
</style>
background-color css
<style>
a { background-color: #ECC2AD; }
a { background-color: rgb(236,194,173); }
div.DivClassName
{
background-color: #ECC2AD;
}
.BgClassName
{
background-color: #ECC2AD;
}
</style>
border-color css
<style>
span { border-color: #ECC2AD; }
span { border-color: rgb(236,194,173); }
td.TdClassName
{
border-color: #ECC2AD;
}
.TagClassName
{
border-color: #ECC2AD;
}
</style>