Shades of Zinnwaldite #E9BEAD
Tints of Zinnwaldite #E9BEAD
RGB
CMYK
RGB Variations
Color information
#E9BEAD (or 0xE9BEAD) is known color: Zinnwaldite. HEX triplet: E9, BE and AD. RGB value is (233,190,173). Sum of RGB (Red+Green+Blue) = 233+190+173=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BEAD is #164152. Grayscale: #C9C9C9. Windows color (decimal): -1458515 or 11386601. OLE color: 11386601.
HSL color Cylindrical-coordinate representation of color #E9BEAD: hue angle of 17º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BEAD is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 173 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.09 |
| HSL | 17º | 0.58% | 0.8% | - |
| HSV(B) | 17º | 0.26% | 0.91% | - |
| XYZ | 59.56 | 57.17 | 47.43 | - |
| YUV | 200.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 173 | 0 | 0.18 | 0.26 | 0.09 | 17 | 0.58 | 0.8 |
| Hex | E9 | BE | AD | 0 | 12 | 1A | 9 | 11 | 3A | 50 |
| Octal | 351 | 276 | 255 | 0 | 22 | 32 | 11 | 21 | 72 | 120 |
| Binary | 11101001 | 10111110 | 10101101 | 0 | 10010 | 11010 | 1001 | 10001 | 111010 | 1010000 |
Color Harmonies of #E9BEAD
Complementary color
Monochromatic Colors of #E9BEAD
Black with #E9BEAD
Text Example
Text Example
White with #E9BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BEAD; }
p { color: rgb(233,190,173); }
H1.HeaderClassName
{
color: #E9BEAD;
}
.AnyTagClassName
{
color: #E9BEAD;
}
</style>
background-color css
<style>
a { background-color: #E9BEAD; }
a { background-color: rgb(233,190,173); }
div.DivClassName
{
background-color: #E9BEAD;
}
.BgClassName
{
background-color: #E9BEAD;
}
</style>
border-color css
<style>
span { border-color: #E9BEAD; }
span { border-color: rgb(233,190,173); }
td.TdClassName
{
border-color: #E9BEAD;
}
.TagClassName
{
border-color: #E9BEAD;
}
</style>