Shades of Zinnwaldite #E5BBA7
Tints of Zinnwaldite #E5BBA7
RGB
CMYK
RGB Variations
Color information
#E5BBA7 (or 0xE5BBA7) is known color: Zinnwaldite. HEX triplet: E5, BB and A7. RGB value is (229,187,167). Sum of RGB (Red+Green+Blue) = 229+187+167=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 167 (65.62% from 255 or 28.64% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBA7 is #1A4458. Grayscale: #C5C5C5. Windows color (decimal): -1721433 or 10992613. OLE color: 10992613.
HSL color Cylindrical-coordinate representation of color #E5BBA7: hue angle of 19.35º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BBA7 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 167 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.10 |
| HSL | 19.35º | 0.54% | 0.78% | - |
| HSV(B) | 19.35º | 0.27% | 0.9% | - |
| XYZ | 57.06 | 54.99 | 44.17 | - |
| YUV | 197.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 167 | 0 | 0.18 | 0.27 | 0.10 | 19.35 | 0.54 | 0.78 |
| Hex | E5 | BB | A7 | 0 | 12 | 1B | A | 13 | 36 | 4E |
| Octal | 345 | 273 | 247 | 0 | 22 | 33 | 12 | 23 | 66 | 116 |
| Binary | 11100101 | 10111011 | 10100111 | 0 | 10010 | 11011 | 1010 | 10011 | 110110 | 1001110 |
Color Harmonies of #E5BBA7
Complementary color
Monochromatic Colors of #E5BBA7
Black with #E5BBA7
Text Example
Text Example
White with #E5BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBA7; }
p { color: rgb(229,187,167); }
H1.HeaderClassName
{
color: #E5BBA7;
}
.AnyTagClassName
{
color: #E5BBA7;
}
</style>
background-color css
<style>
a { background-color: #E5BBA7; }
a { background-color: rgb(229,187,167); }
div.DivClassName
{
background-color: #E5BBA7;
}
.BgClassName
{
background-color: #E5BBA7;
}
</style>
border-color css
<style>
span { border-color: #E5BBA7; }
span { border-color: rgb(229,187,167); }
td.TdClassName
{
border-color: #E5BBA7;
}
.TagClassName
{
border-color: #E5BBA7;
}
</style>