Shades of Zinnwaldite #E6C2AA
Tints of Zinnwaldite #E6C2AA
RGB
CMYK
RGB Variations
Color information
#E6C2AA (or 0xE6C2AA) is known color: Zinnwaldite. HEX triplet: E6, C2 and AA. RGB value is (230,194,170). Sum of RGB (Red+Green+Blue) = 230+194+170=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C2AA is #193D55. Grayscale: #CACACA. Windows color (decimal): -1654102 or 11191014. OLE color: 11191014.
HSL color Cylindrical-coordinate representation of color #E6C2AA: hue angle of 24º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6C2AA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 170 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.10 |
| HSL | 24º | 0.55% | 0.78% | - |
| HSV(B) | 24º | 0.26% | 0.9% | - |
| XYZ | 59.18 | 58.31 | 46.17 | - |
| YUV | 202.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 170 | 0 | 0.16 | 0.26 | 0.10 | 24 | 0.55 | 0.78 |
| Hex | E6 | C2 | AA | 0 | 10 | 1A | A | 18 | 37 | 4E |
| Octal | 346 | 302 | 252 | 0 | 20 | 32 | 12 | 30 | 67 | 116 |
| Binary | 11100110 | 11000010 | 10101010 | 0 | 10000 | 11010 | 1010 | 11000 | 110111 | 1001110 |
Color Harmonies of #E6C2AA
Complementary color
Monochromatic Colors of #E6C2AA
Black with #E6C2AA
Text Example
Text Example
White with #E6C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C2AA; }
p { color: rgb(230,194,170); }
H1.HeaderClassName
{
color: #E6C2AA;
}
.AnyTagClassName
{
color: #E6C2AA;
}
</style>
background-color css
<style>
a { background-color: #E6C2AA; }
a { background-color: rgb(230,194,170); }
div.DivClassName
{
background-color: #E6C2AA;
}
.BgClassName
{
background-color: #E6C2AA;
}
</style>
border-color css
<style>
span { border-color: #E6C2AA; }
span { border-color: rgb(230,194,170); }
td.TdClassName
{
border-color: #E6C2AA;
}
.TagClassName
{
border-color: #E6C2AA;
}
</style>