Shades of Zinnwaldite #E5BFAB
Tints of Zinnwaldite #E5BFAB
RGB
CMYK
RGB Variations
Color information
#E5BFAB (or 0xE5BFAB) is known color: Zinnwaldite. HEX triplet: E5, BF and AB. RGB value is (229,191,171). Sum of RGB (Red+Green+Blue) = 229+191+171=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BFAB is #1A4054. Grayscale: #C8C8C8. Windows color (decimal): -1720405 or 11255781. OLE color: 11255781.
HSL color Cylindrical-coordinate representation of color #E5BFAB: hue angle of 20.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BFAB is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 171 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.10 |
| HSL | 20.69º | 0.53% | 0.78% | - |
| HSV(B) | 20.69º | 0.25% | 0.9% | - |
| XYZ | 58.29 | 56.86 | 46.43 | - |
| YUV | 200.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 171 | 0 | 0.17 | 0.25 | 0.10 | 20.69 | 0.53 | 0.78 |
| Hex | E5 | BF | AB | 0 | 11 | 19 | A | 15 | 35 | 4E |
| Octal | 345 | 277 | 253 | 0 | 21 | 31 | 12 | 25 | 65 | 116 |
| Binary | 11100101 | 10111111 | 10101011 | 0 | 10001 | 11001 | 1010 | 10101 | 110101 | 1001110 |
Color Harmonies of #E5BFAB
Complementary color
Monochromatic Colors of #E5BFAB
Black with #E5BFAB
Text Example
Text Example
White with #E5BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFAB; }
p { color: rgb(229,191,171); }
H1.HeaderClassName
{
color: #E5BFAB;
}
.AnyTagClassName
{
color: #E5BFAB;
}
</style>
background-color css
<style>
a { background-color: #E5BFAB; }
a { background-color: rgb(229,191,171); }
div.DivClassName
{
background-color: #E5BFAB;
}
.BgClassName
{
background-color: #E5BFAB;
}
</style>
border-color css
<style>
span { border-color: #E5BFAB; }
span { border-color: rgb(229,191,171); }
td.TdClassName
{
border-color: #E5BFAB;
}
.TagClassName
{
border-color: #E5BFAB;
}
</style>