Shades of Zinnwaldite #E7BAA8
Tints of Zinnwaldite #E7BAA8
RGB
CMYK
RGB Variations
Color information
#E7BAA8 (or 0xE7BAA8) is known color: Zinnwaldite. HEX triplet: E7, BA and A8. RGB value is (231,186,168). Sum of RGB (Red+Green+Blue) = 231+186+168=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAA8 is #184557. Grayscale: #C5C5C5. Windows color (decimal): -1590616 or 11057895. OLE color: 11057895.
HSL color Cylindrical-coordinate representation of color #E7BAA8: hue angle of 17.14º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7BAA8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 168 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.09 |
| HSL | 17.14º | 0.57% | 0.78% | - |
| HSV(B) | 17.14º | 0.27% | 0.91% | - |
| XYZ | 57.58 | 54.93 | 44.61 | - |
| YUV | 197.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 168 | 0 | 0.19 | 0.27 | 0.09 | 17.14 | 0.57 | 0.78 |
| Hex | E7 | BA | A8 | 0 | 13 | 1B | 9 | 11 | 39 | 4E |
| Octal | 347 | 272 | 250 | 0 | 23 | 33 | 11 | 21 | 71 | 116 |
| Binary | 11100111 | 10111010 | 10101000 | 0 | 10011 | 11011 | 1001 | 10001 | 111001 | 1001110 |
Color Harmonies of #E7BAA8
Complementary color
Monochromatic Colors of #E7BAA8
Black with #E7BAA8
Text Example
Text Example
White with #E7BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAA8; }
p { color: rgb(231,186,168); }
H1.HeaderClassName
{
color: #E7BAA8;
}
.AnyTagClassName
{
color: #E7BAA8;
}
</style>
background-color css
<style>
a { background-color: #E7BAA8; }
a { background-color: rgb(231,186,168); }
div.DivClassName
{
background-color: #E7BAA8;
}
.BgClassName
{
background-color: #E7BAA8;
}
</style>
border-color css
<style>
span { border-color: #E7BAA8; }
span { border-color: rgb(231,186,168); }
td.TdClassName
{
border-color: #E7BAA8;
}
.TagClassName
{
border-color: #E7BAA8;
}
</style>