Shades of Zinnwaldite #EBC2AA
Tints of Zinnwaldite #EBC2AA
RGB
CMYK
RGB Variations
Color information
#EBC2AA (or 0xEBC2AA) is known color: Zinnwaldite. HEX triplet: EB, C2 and AA. RGB value is (235,194,170). Sum of RGB (Red+Green+Blue) = 235+194+170=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AA is #143D55. Grayscale: #CBCBCB. Windows color (decimal): -1326422 or 11191019. OLE color: 11191019.
HSL color Cylindrical-coordinate representation of color #EBC2AA: hue angle of 22.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBC2AA is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 170 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.08 |
| HSL | 22.15º | 0.62% | 0.79% | - |
| HSV(B) | 22.15º | 0.28% | 0.92% | - |
| XYZ | 60.81 | 59.15 | 46.24 | - |
| YUV | 203.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 170 | 0 | 0.17 | 0.28 | 0.08 | 22.15 | 0.62 | 0.79 |
| Hex | EB | C2 | AA | 0 | 11 | 1C | 8 | 16 | 3E | 4F |
| Octal | 353 | 302 | 252 | 0 | 21 | 34 | 10 | 26 | 76 | 117 |
| Binary | 11101011 | 11000010 | 10101010 | 0 | 10001 | 11100 | 1000 | 10110 | 111110 | 1001111 |
Color Harmonies of #EBC2AA
Complementary color
Monochromatic Colors of #EBC2AA
Black with #EBC2AA
Text Example
Text Example
White with #EBC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2AA; }
p { color: rgb(235,194,170); }
H1.HeaderClassName
{
color: #EBC2AA;
}
.AnyTagClassName
{
color: #EBC2AA;
}
</style>
background-color css
<style>
a { background-color: #EBC2AA; }
a { background-color: rgb(235,194,170); }
div.DivClassName
{
background-color: #EBC2AA;
}
.BgClassName
{
background-color: #EBC2AA;
}
</style>
border-color css
<style>
span { border-color: #EBC2AA; }
span { border-color: rgb(235,194,170); }
td.TdClassName
{
border-color: #EBC2AA;
}
.TagClassName
{
border-color: #EBC2AA;
}
</style>