Shades of Zinnwaldite #EABAA8
Tints of Zinnwaldite #EABAA8
RGB
CMYK
RGB Variations
Color information
#EABAA8 (or 0xEABAA8) is known color: Zinnwaldite. HEX triplet: EA, BA and A8. RGB value is (234,186,168). Sum of RGB (Red+Green+Blue) = 234+186+168=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA8 is #154557. Grayscale: #C6C6C6. Windows color (decimal): -1394008 or 11057898. OLE color: 11057898.
HSL color Cylindrical-coordinate representation of color #EABAA8: hue angle of 16.36º 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 #EABAA8 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 168 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.08 |
| HSL | 16.36º | 0.61% | 0.79% | - |
| HSV(B) | 16.36º | 0.28% | 0.92% | - |
| XYZ | 58.56 | 55.44 | 44.66 | - |
| YUV | 198.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 168 | 0 | 0.21 | 0.28 | 0.08 | 16.36 | 0.61 | 0.79 |
| Hex | EA | BA | A8 | 0 | 15 | 1C | 8 | 10 | 3D | 4F |
| Octal | 352 | 272 | 250 | 0 | 25 | 34 | 10 | 20 | 75 | 117 |
| Binary | 11101010 | 10111010 | 10101000 | 0 | 10101 | 11100 | 1000 | 10000 | 111101 | 1001111 |
Color Harmonies of #EABAA8
Complementary color
Monochromatic Colors of #EABAA8
Black with #EABAA8
Text Example
Text Example
White with #EABAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAA8; }
p { color: rgb(234,186,168); }
H1.HeaderClassName
{
color: #EABAA8;
}
.AnyTagClassName
{
color: #EABAA8;
}
</style>
background-color css
<style>
a { background-color: #EABAA8; }
a { background-color: rgb(234,186,168); }
div.DivClassName
{
background-color: #EABAA8;
}
.BgClassName
{
background-color: #EABAA8;
}
</style>
border-color css
<style>
span { border-color: #EABAA8; }
span { border-color: rgb(234,186,168); }
td.TdClassName
{
border-color: #EABAA8;
}
.TagClassName
{
border-color: #EABAA8;
}
</style>