Shades of Zinnwaldite #E9BDA7
Tints of Zinnwaldite #E9BDA7
RGB
CMYK
RGB Variations
Color information
#E9BDA7 (or 0xE9BDA7) is known color: Zinnwaldite. HEX triplet: E9, BD and A7. RGB value is (233,189,167). Sum of RGB (Red+Green+Blue) = 233+189+167=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BDA7 is #164258. Grayscale: #C7C7C7. Windows color (decimal): -1458777 or 10993129. OLE color: 10993129.
HSL color Cylindrical-coordinate representation of color #E9BDA7: hue angle of 20º degrees, saturation: 0.6, 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 #E9BDA7 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 167 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.09 |
| HSL | 20º | 0.6% | 0.78% | - |
| HSV(B) | 20º | 0.28% | 0.91% | - |
| XYZ | 58.78 | 56.51 | 44.37 | - |
| YUV | 199.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 167 | 0 | 0.19 | 0.28 | 0.09 | 20 | 0.6 | 0.78 |
| Hex | E9 | BD | A7 | 0 | 13 | 1C | 9 | 14 | 3C | 4E |
| Octal | 351 | 275 | 247 | 0 | 23 | 34 | 11 | 24 | 74 | 116 |
| Binary | 11101001 | 10111101 | 10100111 | 0 | 10011 | 11100 | 1001 | 10100 | 111100 | 1001110 |
Color Harmonies of #E9BDA7
Complementary color
Monochromatic Colors of #E9BDA7
Black with #E9BDA7
Text Example
Text Example
White with #E9BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDA7; }
p { color: rgb(233,189,167); }
H1.HeaderClassName
{
color: #E9BDA7;
}
.AnyTagClassName
{
color: #E9BDA7;
}
</style>
background-color css
<style>
a { background-color: #E9BDA7; }
a { background-color: rgb(233,189,167); }
div.DivClassName
{
background-color: #E9BDA7;
}
.BgClassName
{
background-color: #E9BDA7;
}
</style>
border-color css
<style>
span { border-color: #E9BDA7; }
span { border-color: rgb(233,189,167); }
td.TdClassName
{
border-color: #E9BDA7;
}
.TagClassName
{
border-color: #E9BDA7;
}
</style>