Shades of Zinnwaldite #E9BDA8
Tints of Zinnwaldite #E9BDA8
RGB
CMYK
RGB Variations
Color information
#E9BDA8 (or 0xE9BDA8) is known color: Zinnwaldite. HEX triplet: E9, BD and A8. RGB value is (233,189,168). Sum of RGB (Red+Green+Blue) = 233+189+168=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BDA8 is #164257. Grayscale: #C7C7C7. Windows color (decimal): -1458776 or 11058665. OLE color: 11058665.
HSL color Cylindrical-coordinate representation of color #E9BDA8: hue angle of 19.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9BDA8 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 168 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.09 |
| HSL | 19.38º | 0.6% | 0.79% | - |
| HSV(B) | 19.38º | 0.28% | 0.91% | - |
| XYZ | 58.87 | 56.55 | 44.86 | - |
| YUV | 199.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 168 | 0 | 0.19 | 0.28 | 0.09 | 19.38 | 0.6 | 0.79 |
| Hex | E9 | BD | A8 | 0 | 13 | 1C | 9 | 13 | 3C | 4F |
| Octal | 351 | 275 | 250 | 0 | 23 | 34 | 11 | 23 | 74 | 117 |
| Binary | 11101001 | 10111101 | 10101000 | 0 | 10011 | 11100 | 1001 | 10011 | 111100 | 1001111 |
Color Harmonies of #E9BDA8
Complementary color
Monochromatic Colors of #E9BDA8
Black with #E9BDA8
Text Example
Text Example
White with #E9BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDA8; }
p { color: rgb(233,189,168); }
H1.HeaderClassName
{
color: #E9BDA8;
}
.AnyTagClassName
{
color: #E9BDA8;
}
</style>
background-color css
<style>
a { background-color: #E9BDA8; }
a { background-color: rgb(233,189,168); }
div.DivClassName
{
background-color: #E9BDA8;
}
.BgClassName
{
background-color: #E9BDA8;
}
</style>
border-color css
<style>
span { border-color: #E9BDA8; }
span { border-color: rgb(233,189,168); }
td.TdClassName
{
border-color: #E9BDA8;
}
.TagClassName
{
border-color: #E9BDA8;
}
</style>