Shades of Zinnwaldite #ECBFB1
Tints of Zinnwaldite #ECBFB1
RGB
CMYK
RGB Variations
Color information
#ECBFB1 (or 0xECBFB1) is known color: Zinnwaldite. HEX triplet: EC, BF and B1. RGB value is (236,191,177). Sum of RGB (Red+Green+Blue) = 236+191+177=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFB1 is #13404E. Grayscale: #CACACA. Windows color (decimal): -1261647 or 11649004. OLE color: 11649004.
HSL color Cylindrical-coordinate representation of color #ECBFB1: hue angle of 14.24º 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 #ECBFB1 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 177 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 14.24º | 0.61% | 0.81% | - |
| HSV(B) | 14.24º | 0.25% | 0.93% | - |
| XYZ | 61.16 | 58.27 | 49.62 | - |
| YUV | 202.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 177 | 0 | 0.19 | 0.25 | 0.07 | 14.24 | 0.61 | 0.81 |
| Hex | EC | BF | B1 | 0 | 13 | 19 | 7 | E | 3D | 51 |
| Octal | 354 | 277 | 261 | 0 | 23 | 31 | 7 | 16 | 75 | 121 |
| Binary | 11101100 | 10111111 | 10110001 | 0 | 10011 | 11001 | 111 | 1110 | 111101 | 1010001 |
Color Harmonies of #ECBFB1
Complementary color
Monochromatic Colors of #ECBFB1
Black with #ECBFB1
Text Example
Text Example
White with #ECBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFB1; }
p { color: rgb(236,191,177); }
H1.HeaderClassName
{
color: #ECBFB1;
}
.AnyTagClassName
{
color: #ECBFB1;
}
</style>
background-color css
<style>
a { background-color: #ECBFB1; }
a { background-color: rgb(236,191,177); }
div.DivClassName
{
background-color: #ECBFB1;
}
.BgClassName
{
background-color: #ECBFB1;
}
</style>
border-color css
<style>
span { border-color: #ECBFB1; }
span { border-color: rgb(236,191,177); }
td.TdClassName
{
border-color: #ECBFB1;
}
.TagClassName
{
border-color: #ECBFB1;
}
</style>