Shades of Zinnwaldite #E5BFAE
Tints of Zinnwaldite #E5BFAE
RGB
CMYK
RGB Variations
Color information
#E5BFAE (or 0xE5BFAE) is known color: Zinnwaldite. HEX triplet: E5, BF and AE. RGB value is (229,191,174). Sum of RGB (Red+Green+Blue) = 229+191+174=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BFAE is #1A4051. Grayscale: #C8C8C8. Windows color (decimal): -1720402 or 11452389. OLE color: 11452389.
HSL color Cylindrical-coordinate representation of color #E5BFAE: hue angle of 18.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BFAE is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 174 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.10 |
| HSL | 18.55º | 0.51% | 0.79% | - |
| HSV(B) | 18.55º | 0.24% | 0.9% | - |
| XYZ | 58.58 | 56.98 | 47.95 | - |
| YUV | 200.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 174 | 0 | 0.17 | 0.24 | 0.10 | 18.55 | 0.51 | 0.79 |
| Hex | E5 | BF | AE | 0 | 11 | 18 | A | 13 | 33 | 4F |
| Octal | 345 | 277 | 256 | 0 | 21 | 30 | 12 | 23 | 63 | 117 |
| Binary | 11100101 | 10111111 | 10101110 | 0 | 10001 | 11000 | 1010 | 10011 | 110011 | 1001111 |
Color Harmonies of #E5BFAE
Complementary color
Monochromatic Colors of #E5BFAE
Black with #E5BFAE
Text Example
Text Example
White with #E5BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFAE; }
p { color: rgb(229,191,174); }
H1.HeaderClassName
{
color: #E5BFAE;
}
.AnyTagClassName
{
color: #E5BFAE;
}
</style>
background-color css
<style>
a { background-color: #E5BFAE; }
a { background-color: rgb(229,191,174); }
div.DivClassName
{
background-color: #E5BFAE;
}
.BgClassName
{
background-color: #E5BFAE;
}
</style>
border-color css
<style>
span { border-color: #E5BFAE; }
span { border-color: rgb(229,191,174); }
td.TdClassName
{
border-color: #E5BFAE;
}
.TagClassName
{
border-color: #E5BFAE;
}
</style>