Shades of Zinnwaldite #E9BCAF
Tints of Zinnwaldite #E9BCAF
RGB
CMYK
RGB Variations
Color information
#E9BCAF (or 0xE9BCAF) is known color: Zinnwaldite. HEX triplet: E9, BC and AF. RGB value is (233,188,175). Sum of RGB (Red+Green+Blue) = 233+188+175=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCAF is #164350. Grayscale: #C8C8C8. Windows color (decimal): -1459025 or 11517161. OLE color: 11517161.
HSL color Cylindrical-coordinate representation of color #E9BCAF: hue angle of 13.45º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9BCAF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 175 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.09 |
| HSL | 13.45º | 0.57% | 0.8% | - |
| HSV(B) | 13.45º | 0.25% | 0.91% | - |
| XYZ | 59.33 | 56.39 | 48.31 | - |
| YUV | 199.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 175 | 0 | 0.19 | 0.25 | 0.09 | 13.45 | 0.57 | 0.8 |
| Hex | E9 | BC | AF | 0 | 13 | 19 | 9 | D | 39 | 50 |
| Octal | 351 | 274 | 257 | 0 | 23 | 31 | 11 | 15 | 71 | 120 |
| Binary | 11101001 | 10111100 | 10101111 | 0 | 10011 | 11001 | 1001 | 1101 | 111001 | 1010000 |
Color Harmonies of #E9BCAF
Complementary color
Monochromatic Colors of #E9BCAF
Black with #E9BCAF
Text Example
Text Example
White with #E9BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCAF; }
p { color: rgb(233,188,175); }
H1.HeaderClassName
{
color: #E9BCAF;
}
.AnyTagClassName
{
color: #E9BCAF;
}
</style>
background-color css
<style>
a { background-color: #E9BCAF; }
a { background-color: rgb(233,188,175); }
div.DivClassName
{
background-color: #E9BCAF;
}
.BgClassName
{
background-color: #E9BCAF;
}
</style>
border-color css
<style>
span { border-color: #E9BCAF; }
span { border-color: rgb(233,188,175); }
td.TdClassName
{
border-color: #E9BCAF;
}
.TagClassName
{
border-color: #E9BCAF;
}
</style>