Shades of Zinnwaldite #E5BFAC
Tints of Zinnwaldite #E5BFAC
RGB
CMYK
RGB Variations
Color information
#E5BFAC (or 0xE5BFAC) is known color: Zinnwaldite. HEX triplet: E5, BF and AC. RGB value is (229,191,172). Sum of RGB (Red+Green+Blue) = 229+191+172=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BFAC is #1A4053. Grayscale: #C8C8C8. Windows color (decimal): -1720404 or 11321317. OLE color: 11321317.
HSL color Cylindrical-coordinate representation of color #E5BFAC: hue angle of 20º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BFAC is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 172 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.10 |
| HSL | 20º | 0.52% | 0.79% | - |
| HSV(B) | 20º | 0.25% | 0.9% | - |
| XYZ | 58.39 | 56.9 | 46.93 | - |
| YUV | 200.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 172 | 0 | 0.17 | 0.25 | 0.10 | 20 | 0.52 | 0.79 |
| Hex | E5 | BF | AC | 0 | 11 | 19 | A | 14 | 34 | 4F |
| Octal | 345 | 277 | 254 | 0 | 21 | 31 | 12 | 24 | 64 | 117 |
| Binary | 11100101 | 10111111 | 10101100 | 0 | 10001 | 11001 | 1010 | 10100 | 110100 | 1001111 |
Color Harmonies of #E5BFAC
Complementary color
Monochromatic Colors of #E5BFAC
Black with #E5BFAC
Text Example
Text Example
White with #E5BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFAC; }
p { color: rgb(229,191,172); }
H1.HeaderClassName
{
color: #E5BFAC;
}
.AnyTagClassName
{
color: #E5BFAC;
}
</style>
background-color css
<style>
a { background-color: #E5BFAC; }
a { background-color: rgb(229,191,172); }
div.DivClassName
{
background-color: #E5BFAC;
}
.BgClassName
{
background-color: #E5BFAC;
}
</style>
border-color css
<style>
span { border-color: #E5BFAC; }
span { border-color: rgb(229,191,172); }
td.TdClassName
{
border-color: #E5BFAC;
}
.TagClassName
{
border-color: #E5BFAC;
}
</style>