Shades of Zinnwaldite #EBC2A9
Tints of Zinnwaldite #EBC2A9
RGB
CMYK
RGB Variations
Color information
#EBC2A9 (or 0xEBC2A9) is known color: Zinnwaldite. HEX triplet: EB, C2 and A9. RGB value is (235,194,169). Sum of RGB (Red+Green+Blue) = 235+194+169=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A9 is #143D56. Grayscale: #CBCBCB. Windows color (decimal): -1326423 or 11125483. OLE color: 11125483.
HSL color Cylindrical-coordinate representation of color #EBC2A9: hue angle of 22.73º 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 #EBC2A9 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 169 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.08 |
| HSL | 22.73º | 0.62% | 0.79% | - |
| HSV(B) | 22.73º | 0.28% | 0.92% | - |
| XYZ | 60.71 | 59.11 | 45.75 | - |
| YUV | 203.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 169 | 0 | 0.17 | 0.28 | 0.08 | 22.73 | 0.62 | 0.79 |
| Hex | EB | C2 | A9 | 0 | 11 | 1C | 8 | 17 | 3E | 4F |
| Octal | 353 | 302 | 251 | 0 | 21 | 34 | 10 | 27 | 76 | 117 |
| Binary | 11101011 | 11000010 | 10101001 | 0 | 10001 | 11100 | 1000 | 10111 | 111110 | 1001111 |
Color Harmonies of #EBC2A9
Complementary color
Monochromatic Colors of #EBC2A9
Black with #EBC2A9
Text Example
Text Example
White with #EBC2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2A9; }
p { color: rgb(235,194,169); }
H1.HeaderClassName
{
color: #EBC2A9;
}
.AnyTagClassName
{
color: #EBC2A9;
}
</style>
background-color css
<style>
a { background-color: #EBC2A9; }
a { background-color: rgb(235,194,169); }
div.DivClassName
{
background-color: #EBC2A9;
}
.BgClassName
{
background-color: #EBC2A9;
}
</style>
border-color css
<style>
span { border-color: #EBC2A9; }
span { border-color: rgb(235,194,169); }
td.TdClassName
{
border-color: #EBC2A9;
}
.TagClassName
{
border-color: #EBC2A9;
}
</style>