Shades of Zinnwaldite #ECC1A8
Tints of Zinnwaldite #ECC1A8
RGB
CMYK
RGB Variations
Color information
#ECC1A8 (or 0xECC1A8) is known color: Zinnwaldite. HEX triplet: EC, C1 and A8. RGB value is (236,193,168). Sum of RGB (Red+Green+Blue) = 236+193+168=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1A8 is #133E57. Grayscale: #CBCBCB. Windows color (decimal): -1261144 or 11059692. OLE color: 11059692.
HSL color Cylindrical-coordinate representation of color #ECC1A8: hue angle of 22.06º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC1A8 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 168 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.07 |
| HSL | 22.06º | 0.64% | 0.79% | - |
| HSV(B) | 22.06º | 0.29% | 0.93% | - |
| XYZ | 60.73 | 58.8 | 45.19 | - |
| YUV | 203.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 168 | 0 | 0.18 | 0.29 | 0.07 | 22.06 | 0.64 | 0.79 |
| Hex | EC | C1 | A8 | 0 | 12 | 1D | 7 | 16 | 40 | 4F |
| Octal | 354 | 301 | 250 | 0 | 22 | 35 | 7 | 26 | 100 | 117 |
| Binary | 11101100 | 11000001 | 10101000 | 0 | 10010 | 11101 | 111 | 10110 | 1000000 | 1001111 |
Color Harmonies of #ECC1A8
Complementary color
Monochromatic Colors of #ECC1A8
Black with #ECC1A8
Text Example
Text Example
White with #ECC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1A8; }
p { color: rgb(236,193,168); }
H1.HeaderClassName
{
color: #ECC1A8;
}
.AnyTagClassName
{
color: #ECC1A8;
}
</style>
background-color css
<style>
a { background-color: #ECC1A8; }
a { background-color: rgb(236,193,168); }
div.DivClassName
{
background-color: #ECC1A8;
}
.BgClassName
{
background-color: #ECC1A8;
}
</style>
border-color css
<style>
span { border-color: #ECC1A8; }
span { border-color: rgb(236,193,168); }
td.TdClassName
{
border-color: #ECC1A8;
}
.TagClassName
{
border-color: #ECC1A8;
}
</style>