Shades of Zinnwaldite #E9BFAC
Tints of Zinnwaldite #E9BFAC
RGB
CMYK
RGB Variations
Color information
#E9BFAC (or 0xE9BFAC) is known color: Zinnwaldite. HEX triplet: E9, BF and AC. RGB value is (233,191,172). Sum of RGB (Red+Green+Blue) = 233+191+172=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BFAC is #164053. Grayscale: #C9C9C9. Windows color (decimal): -1458260 or 11321321. OLE color: 11321321.
HSL color Cylindrical-coordinate representation of color #E9BFAC: hue angle of 18.69º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BFAC is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 172 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.09 |
| HSL | 18.69º | 0.58% | 0.79% | - |
| HSV(B) | 18.69º | 0.26% | 0.91% | - |
| XYZ | 59.68 | 57.56 | 47 | - |
| YUV | 201.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 172 | 0 | 0.18 | 0.26 | 0.09 | 18.69 | 0.58 | 0.79 |
| Hex | E9 | BF | AC | 0 | 12 | 1A | 9 | 13 | 3A | 4F |
| Octal | 351 | 277 | 254 | 0 | 22 | 32 | 11 | 23 | 72 | 117 |
| Binary | 11101001 | 10111111 | 10101100 | 0 | 10010 | 11010 | 1001 | 10011 | 111010 | 1001111 |
Color Harmonies of #E9BFAC
Complementary color
Monochromatic Colors of #E9BFAC
Black with #E9BFAC
Text Example
Text Example
White with #E9BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFAC; }
p { color: rgb(233,191,172); }
H1.HeaderClassName
{
color: #E9BFAC;
}
.AnyTagClassName
{
color: #E9BFAC;
}
</style>
background-color css
<style>
a { background-color: #E9BFAC; }
a { background-color: rgb(233,191,172); }
div.DivClassName
{
background-color: #E9BFAC;
}
.BgClassName
{
background-color: #E9BFAC;
}
</style>
border-color css
<style>
span { border-color: #E9BFAC; }
span { border-color: rgb(233,191,172); }
td.TdClassName
{
border-color: #E9BFAC;
}
.TagClassName
{
border-color: #E9BFAC;
}
</style>