Shades of Zinnwaldite #E9BEAE
Tints of Zinnwaldite #E9BEAE
RGB
CMYK
RGB Variations
Color information
#E9BEAE (or 0xE9BEAE) is known color: Zinnwaldite. HEX triplet: E9, BE and AE. RGB value is (233,190,174). Sum of RGB (Red+Green+Blue) = 233+190+174=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BEAE is #164151. Grayscale: #C9C9C9. Windows color (decimal): -1458514 or 11452137. OLE color: 11452137.
HSL color Cylindrical-coordinate representation of color #E9BEAE: hue angle of 16.27º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9BEAE is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 174 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.09 |
| HSL | 16.27º | 0.57% | 0.8% | - |
| HSV(B) | 16.27º | 0.25% | 0.91% | - |
| XYZ | 59.66 | 57.21 | 47.94 | - |
| YUV | 201.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 174 | 0 | 0.18 | 0.25 | 0.09 | 16.27 | 0.57 | 0.8 |
| Hex | E9 | BE | AE | 0 | 12 | 19 | 9 | 10 | 39 | 50 |
| Octal | 351 | 276 | 256 | 0 | 22 | 31 | 11 | 20 | 71 | 120 |
| Binary | 11101001 | 10111110 | 10101110 | 0 | 10010 | 11001 | 1001 | 10000 | 111001 | 1010000 |
Color Harmonies of #E9BEAE
Complementary color
Monochromatic Colors of #E9BEAE
Black with #E9BEAE
Text Example
Text Example
White with #E9BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BEAE; }
p { color: rgb(233,190,174); }
H1.HeaderClassName
{
color: #E9BEAE;
}
.AnyTagClassName
{
color: #E9BEAE;
}
</style>
background-color css
<style>
a { background-color: #E9BEAE; }
a { background-color: rgb(233,190,174); }
div.DivClassName
{
background-color: #E9BEAE;
}
.BgClassName
{
background-color: #E9BEAE;
}
</style>
border-color css
<style>
span { border-color: #E9BEAE; }
span { border-color: rgb(233,190,174); }
td.TdClassName
{
border-color: #E9BEAE;
}
.TagClassName
{
border-color: #E9BEAE;
}
</style>