Shades of Zinnwaldite #ECBBA6
Tints of Zinnwaldite #ECBBA6
RGB
CMYK
RGB Variations
Color information
#ECBBA6 (or 0xECBBA6) is known color: Zinnwaldite. HEX triplet: EC, BB and A6. RGB value is (236,187,166). Sum of RGB (Red+Green+Blue) = 236+187+166=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBA6 is #134459. Grayscale: #C7C7C7. Windows color (decimal): -1262682 or 10927084. OLE color: 10927084.
HSL color Cylindrical-coordinate representation of color #ECBBA6: hue angle of 18º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECBBA6 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 166 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.07 |
| HSL | 18º | 0.65% | 0.79% | - |
| HSV(B) | 18º | 0.3% | 0.93% | - |
| XYZ | 59.25 | 56.13 | 43.79 | - |
| YUV | 199.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 166 | 0 | 0.21 | 0.30 | 0.07 | 18 | 0.65 | 0.79 |
| Hex | EC | BB | A6 | 0 | 15 | 1E | 7 | 12 | 41 | 4F |
| Octal | 354 | 273 | 246 | 0 | 25 | 36 | 7 | 22 | 101 | 117 |
| Binary | 11101100 | 10111011 | 10100110 | 0 | 10101 | 11110 | 111 | 10010 | 1000001 | 1001111 |
Color Harmonies of #ECBBA6
Complementary color
Monochromatic Colors of #ECBBA6
Black with #ECBBA6
Text Example
Text Example
White with #ECBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBA6; }
p { color: rgb(236,187,166); }
H1.HeaderClassName
{
color: #ECBBA6;
}
.AnyTagClassName
{
color: #ECBBA6;
}
</style>
background-color css
<style>
a { background-color: #ECBBA6; }
a { background-color: rgb(236,187,166); }
div.DivClassName
{
background-color: #ECBBA6;
}
.BgClassName
{
background-color: #ECBBA6;
}
</style>
border-color css
<style>
span { border-color: #ECBBA6; }
span { border-color: rgb(236,187,166); }
td.TdClassName
{
border-color: #ECBBA6;
}
.TagClassName
{
border-color: #ECBBA6;
}
</style>