Shades of Zinnwaldite #E8BEA8
Tints of Zinnwaldite #E8BEA8
RGB
CMYK
RGB Variations
Color information
#E8BEA8 (or 0xE8BEA8) is known color: Zinnwaldite. HEX triplet: E8, BE and A8. RGB value is (232,190,168). Sum of RGB (Red+Green+Blue) = 232+190+168=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BEA8 is #174157. Grayscale: #C8C8C8. Windows color (decimal): -1524056 or 11058920. OLE color: 11058920.
HSL color Cylindrical-coordinate representation of color #E8BEA8: hue angle of 20.62º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8BEA8 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 168 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.09 |
| HSL | 20.63º | 0.58% | 0.78% | - |
| HSV(B) | 20.63º | 0.28% | 0.91% | - |
| XYZ | 58.76 | 56.81 | 44.91 | - |
| YUV | 200.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 168 | 0 | 0.18 | 0.28 | 0.09 | 20.63 | 0.58 | 0.78 |
| Hex | E8 | BE | A8 | 0 | 12 | 1C | 9 | 15 | 3A | 4E |
| Octal | 350 | 276 | 250 | 0 | 22 | 34 | 11 | 25 | 72 | 116 |
| Binary | 11101000 | 10111110 | 10101000 | 0 | 10010 | 11100 | 1001 | 10101 | 111010 | 1001110 |
Color Harmonies of #E8BEA8
Complementary color
Monochromatic Colors of #E8BEA8
Black with #E8BEA8
Text Example
Text Example
White with #E8BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEA8; }
p { color: rgb(232,190,168); }
H1.HeaderClassName
{
color: #E8BEA8;
}
.AnyTagClassName
{
color: #E8BEA8;
}
</style>
background-color css
<style>
a { background-color: #E8BEA8; }
a { background-color: rgb(232,190,168); }
div.DivClassName
{
background-color: #E8BEA8;
}
.BgClassName
{
background-color: #E8BEA8;
}
</style>
border-color css
<style>
span { border-color: #E8BEA8; }
span { border-color: rgb(232,190,168); }
td.TdClassName
{
border-color: #E8BEA8;
}
.TagClassName
{
border-color: #E8BEA8;
}
</style>