Shades of Zinnwaldite #E8BEAB
Tints of Zinnwaldite #E8BEAB
RGB
CMYK
RGB Variations
Color information
#E8BEAB (or 0xE8BEAB) is known color: Zinnwaldite. HEX triplet: E8, BE and AB. RGB value is (232,190,171). Sum of RGB (Red+Green+Blue) = 232+190+171=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BEAB is #174154. Grayscale: #C8C8C8. Windows color (decimal): -1524053 or 11255528. OLE color: 11255528.
HSL color Cylindrical-coordinate representation of color #E8BEAB: hue angle of 18.69º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BEAB is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 171 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.09 |
| HSL | 18.69º | 0.57% | 0.79% | - |
| HSV(B) | 18.69º | 0.26% | 0.91% | - |
| XYZ | 59.04 | 56.92 | 46.4 | - |
| YUV | 200.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 171 | 0 | 0.18 | 0.26 | 0.09 | 18.69 | 0.57 | 0.79 |
| Hex | E8 | BE | AB | 0 | 12 | 1A | 9 | 13 | 39 | 4F |
| Octal | 350 | 276 | 253 | 0 | 22 | 32 | 11 | 23 | 71 | 117 |
| Binary | 11101000 | 10111110 | 10101011 | 0 | 10010 | 11010 | 1001 | 10011 | 111001 | 1001111 |
Color Harmonies of #E8BEAB
Complementary color
Monochromatic Colors of #E8BEAB
Black with #E8BEAB
Text Example
Text Example
White with #E8BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEAB; }
p { color: rgb(232,190,171); }
H1.HeaderClassName
{
color: #E8BEAB;
}
.AnyTagClassName
{
color: #E8BEAB;
}
</style>
background-color css
<style>
a { background-color: #E8BEAB; }
a { background-color: rgb(232,190,171); }
div.DivClassName
{
background-color: #E8BEAB;
}
.BgClassName
{
background-color: #E8BEAB;
}
</style>
border-color css
<style>
span { border-color: #E8BEAB; }
span { border-color: rgb(232,190,171); }
td.TdClassName
{
border-color: #E8BEAB;
}
.TagClassName
{
border-color: #E8BEAB;
}
</style>