Shades of Zinnwaldite #E9C4AD
Tints of Zinnwaldite #E9C4AD
RGB
CMYK
RGB Variations
Color information
#E9C4AD (or 0xE9C4AD) is known color: Zinnwaldite. HEX triplet: E9, C4 and AD. RGB value is (233,196,173). Sum of RGB (Red+Green+Blue) = 233+196+173=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C4AD is #163B52. Grayscale: #CCCCCC. Windows color (decimal): -1456979 or 11388137. OLE color: 11388137.
HSL color Cylindrical-coordinate representation of color #E9C4AD: hue angle of 23º 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 #E9C4AD is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 173 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.09 |
| HSL | 23º | 0.58% | 0.8% | - |
| HSV(B) | 23º | 0.26% | 0.91% | - |
| XYZ | 60.89 | 59.82 | 47.87 | - |
| YUV | 204.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 173 | 0 | 0.16 | 0.26 | 0.09 | 23 | 0.58 | 0.8 |
| Hex | E9 | C4 | AD | 0 | 10 | 1A | 9 | 17 | 3A | 50 |
| Octal | 351 | 304 | 255 | 0 | 20 | 32 | 11 | 27 | 72 | 120 |
| Binary | 11101001 | 11000100 | 10101101 | 0 | 10000 | 11010 | 1001 | 10111 | 111010 | 1010000 |
Color Harmonies of #E9C4AD
Complementary color
Monochromatic Colors of #E9C4AD
Black with #E9C4AD
Text Example
Text Example
White with #E9C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4AD; }
p { color: rgb(233,196,173); }
H1.HeaderClassName
{
color: #E9C4AD;
}
.AnyTagClassName
{
color: #E9C4AD;
}
</style>
background-color css
<style>
a { background-color: #E9C4AD; }
a { background-color: rgb(233,196,173); }
div.DivClassName
{
background-color: #E9C4AD;
}
.BgClassName
{
background-color: #E9C4AD;
}
</style>
border-color css
<style>
span { border-color: #E9C4AD; }
span { border-color: rgb(233,196,173); }
td.TdClassName
{
border-color: #E9C4AD;
}
.TagClassName
{
border-color: #E9C4AD;
}
</style>