Shades of Zinnwaldite #E9C3AD
Tints of Zinnwaldite #E9C3AD
RGB
CMYK
RGB Variations
Color information
#E9C3AD (or 0xE9C3AD) is known color: Zinnwaldite. HEX triplet: E9, C3 and AD. RGB value is (233,195,173). Sum of RGB (Red+Green+Blue) = 233+195+173=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C3AD is #163C52. Grayscale: #CBCBCB. Windows color (decimal): -1457235 or 11387881. OLE color: 11387881.
HSL color Cylindrical-coordinate representation of color #E9C3AD: hue angle of 22º 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 #E9C3AD is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 173 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.09 |
| HSL | 22º | 0.58% | 0.8% | - |
| HSV(B) | 22º | 0.26% | 0.91% | - |
| XYZ | 60.66 | 59.37 | 47.8 | - |
| YUV | 203.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 173 | 0 | 0.16 | 0.26 | 0.09 | 22 | 0.58 | 0.8 |
| Hex | E9 | C3 | AD | 0 | 10 | 1A | 9 | 16 | 3A | 50 |
| Octal | 351 | 303 | 255 | 0 | 20 | 32 | 11 | 26 | 72 | 120 |
| Binary | 11101001 | 11000011 | 10101101 | 0 | 10000 | 11010 | 1001 | 10110 | 111010 | 1010000 |
Color Harmonies of #E9C3AD
Complementary color
Monochromatic Colors of #E9C3AD
Black with #E9C3AD
Text Example
Text Example
White with #E9C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3AD; }
p { color: rgb(233,195,173); }
H1.HeaderClassName
{
color: #E9C3AD;
}
.AnyTagClassName
{
color: #E9C3AD;
}
</style>
background-color css
<style>
a { background-color: #E9C3AD; }
a { background-color: rgb(233,195,173); }
div.DivClassName
{
background-color: #E9C3AD;
}
.BgClassName
{
background-color: #E9C3AD;
}
</style>
border-color css
<style>
span { border-color: #E9C3AD; }
span { border-color: rgb(233,195,173); }
td.TdClassName
{
border-color: #E9C3AD;
}
.TagClassName
{
border-color: #E9C3AD;
}
</style>