Shades of Zinnwaldite #EABAAA
Tints of Zinnwaldite #EABAAA
RGB
CMYK
RGB Variations
Color information
#EABAAA (or 0xEABAAA) is known color: Zinnwaldite. HEX triplet: EA, BA and AA. RGB value is (234,186,170). Sum of RGB (Red+Green+Blue) = 234+186+170=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAAA is #154555. Grayscale: #C6C6C6. Windows color (decimal): -1394006 or 11188970. OLE color: 11188970.
HSL color Cylindrical-coordinate representation of color #EABAAA: hue angle of 15º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EABAAA is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 170 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.08 |
| HSL | 15º | 0.6% | 0.79% | - |
| HSV(B) | 15º | 0.27% | 0.92% | - |
| XYZ | 58.75 | 55.51 | 45.65 | - |
| YUV | 198.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 170 | 0 | 0.21 | 0.27 | 0.08 | 15 | 0.6 | 0.79 |
| Hex | EA | BA | AA | 0 | 15 | 1B | 8 | F | 3C | 4F |
| Octal | 352 | 272 | 252 | 0 | 25 | 33 | 10 | 17 | 74 | 117 |
| Binary | 11101010 | 10111010 | 10101010 | 0 | 10101 | 11011 | 1000 | 1111 | 111100 | 1001111 |
Color Harmonies of #EABAAA
Complementary color
Monochromatic Colors of #EABAAA
Black with #EABAAA
Text Example
Text Example
White with #EABAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAAA; }
p { color: rgb(234,186,170); }
H1.HeaderClassName
{
color: #EABAAA;
}
.AnyTagClassName
{
color: #EABAAA;
}
</style>
background-color css
<style>
a { background-color: #EABAAA; }
a { background-color: rgb(234,186,170); }
div.DivClassName
{
background-color: #EABAAA;
}
.BgClassName
{
background-color: #EABAAA;
}
</style>
border-color css
<style>
span { border-color: #EABAAA; }
span { border-color: rgb(234,186,170); }
td.TdClassName
{
border-color: #EABAAA;
}
.TagClassName
{
border-color: #EABAAA;
}
</style>