Shades of Zinnwaldite #EABBA8
Tints of Zinnwaldite #EABBA8
RGB
CMYK
RGB Variations
Color information
#EABBA8 (or 0xEABBA8) is known color: Zinnwaldite. HEX triplet: EA, BB and A8. RGB value is (234,187,168). Sum of RGB (Red+Green+Blue) = 234+187+168=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA8 is #154457. Grayscale: #C7C7C7. Windows color (decimal): -1393752 or 11058154. OLE color: 11058154.
HSL color Cylindrical-coordinate representation of color #EABBA8: hue angle of 17.27º degrees, saturation: 0.61, 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 #EABBA8 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 168 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.08 |
| HSL | 17.27º | 0.61% | 0.79% | - |
| HSV(B) | 17.27º | 0.28% | 0.92% | - |
| XYZ | 58.77 | 55.86 | 44.73 | - |
| YUV | 198.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 168 | 0 | 0.20 | 0.28 | 0.08 | 17.27 | 0.61 | 0.79 |
| Hex | EA | BB | A8 | 0 | 14 | 1C | 8 | 11 | 3D | 4F |
| Octal | 352 | 273 | 250 | 0 | 24 | 34 | 10 | 21 | 75 | 117 |
| Binary | 11101010 | 10111011 | 10101000 | 0 | 10100 | 11100 | 1000 | 10001 | 111101 | 1001111 |
Color Harmonies of #EABBA8
Complementary color
Monochromatic Colors of #EABBA8
Black with #EABBA8
Text Example
Text Example
White with #EABBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA8; }
p { color: rgb(234,187,168); }
H1.HeaderClassName
{
color: #EABBA8;
}
.AnyTagClassName
{
color: #EABBA8;
}
</style>
background-color css
<style>
a { background-color: #EABBA8; }
a { background-color: rgb(234,187,168); }
div.DivClassName
{
background-color: #EABBA8;
}
.BgClassName
{
background-color: #EABBA8;
}
</style>
border-color css
<style>
span { border-color: #EABBA8; }
span { border-color: rgb(234,187,168); }
td.TdClassName
{
border-color: #EABBA8;
}
.TagClassName
{
border-color: #EABBA8;
}
</style>