Shades of Zinnwaldite #EABFAA
Tints of Zinnwaldite #EABFAA
RGB
CMYK
RGB Variations
Color information
#EABFAA (or 0xEABFAA) is known color: Zinnwaldite. HEX triplet: EA, BF and AA. RGB value is (234,191,170). Sum of RGB (Red+Green+Blue) = 234+191+170=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFAA is #154055. Grayscale: #C9C9C9. Windows color (decimal): -1392726 or 11190250. OLE color: 11190250.
HSL color Cylindrical-coordinate representation of color #EABFAA: hue angle of 19.69º 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 #EABFAA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 170 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.08 |
| HSL | 19.69º | 0.6% | 0.79% | - |
| HSV(B) | 19.69º | 0.27% | 0.92% | - |
| XYZ | 59.82 | 57.66 | 46.01 | - |
| YUV | 201.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 170 | 0 | 0.18 | 0.27 | 0.08 | 19.69 | 0.6 | 0.79 |
| Hex | EA | BF | AA | 0 | 12 | 1B | 8 | 14 | 3C | 4F |
| Octal | 352 | 277 | 252 | 0 | 22 | 33 | 10 | 24 | 74 | 117 |
| Binary | 11101010 | 10111111 | 10101010 | 0 | 10010 | 11011 | 1000 | 10100 | 111100 | 1001111 |
Color Harmonies of #EABFAA
Complementary color
Monochromatic Colors of #EABFAA
Black with #EABFAA
Text Example
Text Example
White with #EABFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFAA; }
p { color: rgb(234,191,170); }
H1.HeaderClassName
{
color: #EABFAA;
}
.AnyTagClassName
{
color: #EABFAA;
}
</style>
background-color css
<style>
a { background-color: #EABFAA; }
a { background-color: rgb(234,191,170); }
div.DivClassName
{
background-color: #EABFAA;
}
.BgClassName
{
background-color: #EABFAA;
}
</style>
border-color css
<style>
span { border-color: #EABFAA; }
span { border-color: rgb(234,191,170); }
td.TdClassName
{
border-color: #EABFAA;
}
.TagClassName
{
border-color: #EABFAA;
}
</style>