Shades of Zinnwaldite #EBBBA9
Tints of Zinnwaldite #EBBBA9
RGB
CMYK
RGB Variations
Color information
#EBBBA9 (or 0xEBBBA9) is known color: Zinnwaldite. HEX triplet: EB, BB and A9. RGB value is (235,187,169). Sum of RGB (Red+Green+Blue) = 235+187+169=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA9 is #144456. Grayscale: #C7C7C7. Windows color (decimal): -1328215 or 11123691. OLE color: 11123691.
HSL color Cylindrical-coordinate representation of color #EBBBA9: hue angle of 16.36º 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 #EBBBA9 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 169 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.08 |
| HSL | 16.36º | 0.62% | 0.79% | - |
| HSV(B) | 16.36º | 0.28% | 0.92% | - |
| XYZ | 59.19 | 56.07 | 45.24 | - |
| YUV | 199.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 169 | 0 | 0.20 | 0.28 | 0.08 | 16.36 | 0.62 | 0.79 |
| Hex | EB | BB | A9 | 0 | 14 | 1C | 8 | 10 | 3E | 4F |
| Octal | 353 | 273 | 251 | 0 | 24 | 34 | 10 | 20 | 76 | 117 |
| Binary | 11101011 | 10111011 | 10101001 | 0 | 10100 | 11100 | 1000 | 10000 | 111110 | 1001111 |
Color Harmonies of #EBBBA9
Complementary color
Monochromatic Colors of #EBBBA9
Black with #EBBBA9
Text Example
Text Example
White with #EBBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBA9; }
p { color: rgb(235,187,169); }
H1.HeaderClassName
{
color: #EBBBA9;
}
.AnyTagClassName
{
color: #EBBBA9;
}
</style>
background-color css
<style>
a { background-color: #EBBBA9; }
a { background-color: rgb(235,187,169); }
div.DivClassName
{
background-color: #EBBBA9;
}
.BgClassName
{
background-color: #EBBBA9;
}
</style>
border-color css
<style>
span { border-color: #EBBBA9; }
span { border-color: rgb(235,187,169); }
td.TdClassName
{
border-color: #EBBBA9;
}
.TagClassName
{
border-color: #EBBBA9;
}
</style>