Shades of Zinnwaldite #E7C0AF
Tints of Zinnwaldite #E7C0AF
RGB
CMYK
RGB Variations
Color information
#E7C0AF (or 0xE7C0AF) is known color: Zinnwaldite. HEX triplet: E7, C0 and AF. RGB value is (231,192,175). Sum of RGB (Red+Green+Blue) = 231+192+175=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C0AF is #183F50. Grayscale: #C9C9C9. Windows color (decimal): -1589073 or 11518183. OLE color: 11518183.
HSL color Cylindrical-coordinate representation of color #E7C0AF: hue angle of 18.21º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7C0AF is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 175 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.09 |
| HSL | 18.21º | 0.54% | 0.8% | - |
| HSV(B) | 18.21º | 0.24% | 0.91% | - |
| XYZ | 59.54 | 57.78 | 48.57 | - |
| YUV | 201.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 175 | 0 | 0.17 | 0.24 | 0.09 | 18.21 | 0.54 | 0.8 |
| Hex | E7 | C0 | AF | 0 | 11 | 18 | 9 | 12 | 36 | 50 |
| Octal | 347 | 300 | 257 | 0 | 21 | 30 | 11 | 22 | 66 | 120 |
| Binary | 11100111 | 11000000 | 10101111 | 0 | 10001 | 11000 | 1001 | 10010 | 110110 | 1010000 |
Color Harmonies of #E7C0AF
Complementary color
Monochromatic Colors of #E7C0AF
Black with #E7C0AF
Text Example
Text Example
White with #E7C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0AF; }
p { color: rgb(231,192,175); }
H1.HeaderClassName
{
color: #E7C0AF;
}
.AnyTagClassName
{
color: #E7C0AF;
}
</style>
background-color css
<style>
a { background-color: #E7C0AF; }
a { background-color: rgb(231,192,175); }
div.DivClassName
{
background-color: #E7C0AF;
}
.BgClassName
{
background-color: #E7C0AF;
}
</style>
border-color css
<style>
span { border-color: #E7C0AF; }
span { border-color: rgb(231,192,175); }
td.TdClassName
{
border-color: #E7C0AF;
}
.TagClassName
{
border-color: #E7C0AF;
}
</style>