Shades of Zinnwaldite #ECC1AD
Tints of Zinnwaldite #ECC1AD
RGB
CMYK
RGB Variations
Color information
#ECC1AD (or 0xECC1AD) is known color: Zinnwaldite. HEX triplet: EC, C1 and AD. RGB value is (236,193,173). Sum of RGB (Red+Green+Blue) = 236+193+173=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1AD is #133E52. Grayscale: #CBCBCB. Windows color (decimal): -1261139 or 11387372. OLE color: 11387372.
HSL color Cylindrical-coordinate representation of color #ECC1AD: hue angle of 19.05º 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 #ECC1AD is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 173 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.07 |
| HSL | 19.05º | 0.62% | 0.8% | - |
| HSV(B) | 19.05º | 0.27% | 0.93% | - |
| XYZ | 61.2 | 58.99 | 47.7 | - |
| YUV | 203.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 173 | 0 | 0.18 | 0.27 | 0.07 | 19.05 | 0.62 | 0.8 |
| Hex | EC | C1 | AD | 0 | 12 | 1B | 7 | 13 | 3E | 50 |
| Octal | 354 | 301 | 255 | 0 | 22 | 33 | 7 | 23 | 76 | 120 |
| Binary | 11101100 | 11000001 | 10101101 | 0 | 10010 | 11011 | 111 | 10011 | 111110 | 1010000 |
Color Harmonies of #ECC1AD
Complementary color
Monochromatic Colors of #ECC1AD
Black with #ECC1AD
Text Example
Text Example
White with #ECC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1AD; }
p { color: rgb(236,193,173); }
H1.HeaderClassName
{
color: #ECC1AD;
}
.AnyTagClassName
{
color: #ECC1AD;
}
</style>
background-color css
<style>
a { background-color: #ECC1AD; }
a { background-color: rgb(236,193,173); }
div.DivClassName
{
background-color: #ECC1AD;
}
.BgClassName
{
background-color: #ECC1AD;
}
</style>
border-color css
<style>
span { border-color: #ECC1AD; }
span { border-color: rgb(236,193,173); }
td.TdClassName
{
border-color: #ECC1AD;
}
.TagClassName
{
border-color: #ECC1AD;
}
</style>