Shades of Zinnwaldite #ECC5B5
Tints of Zinnwaldite #ECC5B5
RGB
CMYK
RGB Variations
Color information
#ECC5B5 (or 0xECC5B5) is known color: Zinnwaldite. HEX triplet: EC, C5 and B5. RGB value is (236,197,181). Sum of RGB (Red+Green+Blue) = 236+197+181=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5B5 is #133A4A. Grayscale: #CECECE. Windows color (decimal): -1260107 or 11912684. OLE color: 11912684.
HSL color Cylindrical-coordinate representation of color #ECC5B5: hue angle of 17.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC5B5 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 181 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.07 |
| HSL | 17.45º | 0.59% | 0.82% | - |
| HSV(B) | 17.45º | 0.23% | 0.93% | - |
| XYZ | 62.9 | 61.1 | 52.19 | - |
| YUV | 206.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 181 | 0 | 0.17 | 0.23 | 0.07 | 17.45 | 0.59 | 0.82 |
| Hex | EC | C5 | B5 | 0 | 11 | 17 | 7 | 11 | 3B | 52 |
| Octal | 354 | 305 | 265 | 0 | 21 | 27 | 7 | 21 | 73 | 122 |
| Binary | 11101100 | 11000101 | 10110101 | 0 | 10001 | 10111 | 111 | 10001 | 111011 | 1010010 |
Color Harmonies of #ECC5B5
Complementary color
Monochromatic Colors of #ECC5B5
Black with #ECC5B5
Text Example
Text Example
White with #ECC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5B5; }
p { color: rgb(236,197,181); }
H1.HeaderClassName
{
color: #ECC5B5;
}
.AnyTagClassName
{
color: #ECC5B5;
}
</style>
background-color css
<style>
a { background-color: #ECC5B5; }
a { background-color: rgb(236,197,181); }
div.DivClassName
{
background-color: #ECC5B5;
}
.BgClassName
{
background-color: #ECC5B5;
}
</style>
border-color css
<style>
span { border-color: #ECC5B5; }
span { border-color: rgb(236,197,181); }
td.TdClassName
{
border-color: #ECC5B5;
}
.TagClassName
{
border-color: #ECC5B5;
}
</style>