Shades of Zinnwaldite #E9BFAD
Tints of Zinnwaldite #E9BFAD
RGB
CMYK
RGB Variations
Color information
#E9BFAD (or 0xE9BFAD) is known color: Zinnwaldite. HEX triplet: E9, BF and AD. RGB value is (233,191,173). Sum of RGB (Red+Green+Blue) = 233+191+173=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BFAD is #164052. Grayscale: #C9C9C9. Windows color (decimal): -1458259 or 11386857. OLE color: 11386857.
HSL color Cylindrical-coordinate representation of color #E9BFAD: hue angle of 18º 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 #E9BFAD is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 173 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.09 |
| HSL | 18º | 0.58% | 0.8% | - |
| HSV(B) | 18º | 0.26% | 0.91% | - |
| XYZ | 59.78 | 57.6 | 47.5 | - |
| YUV | 201.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 173 | 0 | 0.18 | 0.26 | 0.09 | 18 | 0.58 | 0.8 |
| Hex | E9 | BF | AD | 0 | 12 | 1A | 9 | 12 | 3A | 50 |
| Octal | 351 | 277 | 255 | 0 | 22 | 32 | 11 | 22 | 72 | 120 |
| Binary | 11101001 | 10111111 | 10101101 | 0 | 10010 | 11010 | 1001 | 10010 | 111010 | 1010000 |
Color Harmonies of #E9BFAD
Complementary color
Monochromatic Colors of #E9BFAD
Black with #E9BFAD
Text Example
Text Example
White with #E9BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFAD; }
p { color: rgb(233,191,173); }
H1.HeaderClassName
{
color: #E9BFAD;
}
.AnyTagClassName
{
color: #E9BFAD;
}
</style>
background-color css
<style>
a { background-color: #E9BFAD; }
a { background-color: rgb(233,191,173); }
div.DivClassName
{
background-color: #E9BFAD;
}
.BgClassName
{
background-color: #E9BFAD;
}
</style>
border-color css
<style>
span { border-color: #E9BFAD; }
span { border-color: rgb(233,191,173); }
td.TdClassName
{
border-color: #E9BFAD;
}
.TagClassName
{
border-color: #E9BFAD;
}
</style>