Shades of Zinnwaldite #EABBA6
Tints of Zinnwaldite #EABBA6
RGB
CMYK
RGB Variations
Color information
#EABBA6 (or 0xEABBA6) is known color: Zinnwaldite. HEX triplet: EA, BB and A6. RGB value is (234,187,166). Sum of RGB (Red+Green+Blue) = 234+187+166=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA6 is #154459. Grayscale: #C6C6C6. Windows color (decimal): -1393754 or 10927082. OLE color: 10927082.
HSL color Cylindrical-coordinate representation of color #EABBA6: hue angle of 18.53º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EABBA6 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 166 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.08 |
| HSL | 18.53º | 0.62% | 0.78% | - |
| HSV(B) | 18.53º | 0.29% | 0.92% | - |
| XYZ | 58.58 | 55.79 | 43.76 | - |
| YUV | 198.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 166 | 0 | 0.20 | 0.29 | 0.08 | 18.53 | 0.62 | 0.78 |
| Hex | EA | BB | A6 | 0 | 14 | 1D | 8 | 13 | 3E | 4E |
| Octal | 352 | 273 | 246 | 0 | 24 | 35 | 10 | 23 | 76 | 116 |
| Binary | 11101010 | 10111011 | 10100110 | 0 | 10100 | 11101 | 1000 | 10011 | 111110 | 1001110 |
Color Harmonies of #EABBA6
Complementary color
Monochromatic Colors of #EABBA6
Black with #EABBA6
Text Example
Text Example
White with #EABBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA6; }
p { color: rgb(234,187,166); }
H1.HeaderClassName
{
color: #EABBA6;
}
.AnyTagClassName
{
color: #EABBA6;
}
</style>
background-color css
<style>
a { background-color: #EABBA6; }
a { background-color: rgb(234,187,166); }
div.DivClassName
{
background-color: #EABBA6;
}
.BgClassName
{
background-color: #EABBA6;
}
</style>
border-color css
<style>
span { border-color: #EABBA6; }
span { border-color: rgb(234,187,166); }
td.TdClassName
{
border-color: #EABBA6;
}
.TagClassName
{
border-color: #EABBA6;
}
</style>