Shades of Zinnwaldite #ECC1A6
Tints of Zinnwaldite #ECC1A6
RGB
CMYK
RGB Variations
Color information
#ECC1A6 (or 0xECC1A6) is known color: Zinnwaldite. HEX triplet: EC, C1 and A6. RGB value is (236,193,166). Sum of RGB (Red+Green+Blue) = 236+193+166=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1A6 is #133E59. Grayscale: #CACACA. Windows color (decimal): -1261146 or 10928620. OLE color: 10928620.
HSL color Cylindrical-coordinate representation of color #ECC1A6: hue angle of 23.14º 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 #ECC1A6 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 166 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.07 |
| HSL | 23.14º | 0.65% | 0.79% | - |
| HSV(B) | 23.14º | 0.3% | 0.93% | - |
| XYZ | 60.54 | 58.73 | 44.22 | - |
| YUV | 202.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 166 | 0 | 0.18 | 0.30 | 0.07 | 23.14 | 0.65 | 0.79 |
| Hex | EC | C1 | A6 | 0 | 12 | 1E | 7 | 17 | 41 | 4F |
| Octal | 354 | 301 | 246 | 0 | 22 | 36 | 7 | 27 | 101 | 117 |
| Binary | 11101100 | 11000001 | 10100110 | 0 | 10010 | 11110 | 111 | 10111 | 1000001 | 1001111 |
Color Harmonies of #ECC1A6
Complementary color
Monochromatic Colors of #ECC1A6
Black with #ECC1A6
Text Example
Text Example
White with #ECC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1A6; }
p { color: rgb(236,193,166); }
H1.HeaderClassName
{
color: #ECC1A6;
}
.AnyTagClassName
{
color: #ECC1A6;
}
</style>
background-color css
<style>
a { background-color: #ECC1A6; }
a { background-color: rgb(236,193,166); }
div.DivClassName
{
background-color: #ECC1A6;
}
.BgClassName
{
background-color: #ECC1A6;
}
</style>
border-color css
<style>
span { border-color: #ECC1A6; }
span { border-color: rgb(236,193,166); }
td.TdClassName
{
border-color: #ECC1A6;
}
.TagClassName
{
border-color: #ECC1A6;
}
</style>