Shades of Zinnwaldite #E7C1AA
Tints of Zinnwaldite #E7C1AA
RGB
CMYK
RGB Variations
Color information
#E7C1AA (or 0xE7C1AA) is known color: Zinnwaldite. HEX triplet: E7, C1 and AA. RGB value is (231,193,170). Sum of RGB (Red+Green+Blue) = 231+193+170=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C1AA is #183E55. Grayscale: #C9C9C9. Windows color (decimal): -1588822 or 11190759. OLE color: 11190759.
HSL color Cylindrical-coordinate representation of color #E7C1AA: hue angle of 22.62º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7C1AA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 170 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.09 |
| HSL | 22.62º | 0.56% | 0.79% | - |
| HSV(B) | 22.62º | 0.26% | 0.91% | - |
| XYZ | 59.28 | 58.03 | 46.11 | - |
| YUV | 201.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 170 | 0 | 0.16 | 0.26 | 0.09 | 22.62 | 0.56 | 0.79 |
| Hex | E7 | C1 | AA | 0 | 10 | 1A | 9 | 17 | 38 | 4F |
| Octal | 347 | 301 | 252 | 0 | 20 | 32 | 11 | 27 | 70 | 117 |
| Binary | 11100111 | 11000001 | 10101010 | 0 | 10000 | 11010 | 1001 | 10111 | 111000 | 1001111 |
Color Harmonies of #E7C1AA
Complementary color
Monochromatic Colors of #E7C1AA
Black with #E7C1AA
Text Example
Text Example
White with #E7C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C1AA; }
p { color: rgb(231,193,170); }
H1.HeaderClassName
{
color: #E7C1AA;
}
.AnyTagClassName
{
color: #E7C1AA;
}
</style>
background-color css
<style>
a { background-color: #E7C1AA; }
a { background-color: rgb(231,193,170); }
div.DivClassName
{
background-color: #E7C1AA;
}
.BgClassName
{
background-color: #E7C1AA;
}
</style>
border-color css
<style>
span { border-color: #E7C1AA; }
span { border-color: rgb(231,193,170); }
td.TdClassName
{
border-color: #E7C1AA;
}
.TagClassName
{
border-color: #E7C1AA;
}
</style>