Shades of Zinnwaldite #ECC4B1
Tints of Zinnwaldite #ECC4B1
RGB
CMYK
RGB Variations
Color information
#ECC4B1 (or 0xECC4B1) is known color: Zinnwaldite. HEX triplet: EC, C4 and B1. RGB value is (236,196,177). Sum of RGB (Red+Green+Blue) = 236+196+177=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4B1 is #133B4E. Grayscale: #CDCDCD. Windows color (decimal): -1260367 or 11650284. OLE color: 11650284.
HSL color Cylindrical-coordinate representation of color #ECC4B1: hue angle of 19.32º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC4B1 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 177 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.07 |
| HSL | 19.32º | 0.61% | 0.81% | - |
| HSV(B) | 19.32º | 0.25% | 0.93% | - |
| XYZ | 62.27 | 60.49 | 49.99 | - |
| YUV | 205.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 177 | 0 | 0.17 | 0.25 | 0.07 | 19.32 | 0.61 | 0.81 |
| Hex | EC | C4 | B1 | 0 | 11 | 19 | 7 | 13 | 3D | 51 |
| Octal | 354 | 304 | 261 | 0 | 21 | 31 | 7 | 23 | 75 | 121 |
| Binary | 11101100 | 11000100 | 10110001 | 0 | 10001 | 11001 | 111 | 10011 | 111101 | 1010001 |
Color Harmonies of #ECC4B1
Complementary color
Monochromatic Colors of #ECC4B1
Black with #ECC4B1
Text Example
Text Example
White with #ECC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4B1; }
p { color: rgb(236,196,177); }
H1.HeaderClassName
{
color: #ECC4B1;
}
.AnyTagClassName
{
color: #ECC4B1;
}
</style>
background-color css
<style>
a { background-color: #ECC4B1; }
a { background-color: rgb(236,196,177); }
div.DivClassName
{
background-color: #ECC4B1;
}
.BgClassName
{
background-color: #ECC4B1;
}
</style>
border-color css
<style>
span { border-color: #ECC4B1; }
span { border-color: rgb(236,196,177); }
td.TdClassName
{
border-color: #ECC4B1;
}
.TagClassName
{
border-color: #ECC4B1;
}
</style>