Shades of Zinnwaldite #EABFAB
Tints of Zinnwaldite #EABFAB
RGB
CMYK
RGB Variations
Color information
#EABFAB (or 0xEABFAB) is known color: Zinnwaldite. HEX triplet: EA, BF and AB. RGB value is (234,191,171). Sum of RGB (Red+Green+Blue) = 234+191+171=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFAB is #154054. Grayscale: #C9C9C9. Windows color (decimal): -1392725 or 11255786. OLE color: 11255786.
HSL color Cylindrical-coordinate representation of color #EABFAB: hue angle of 19.05º 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 #EABFAB is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 171 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.08 |
| HSL | 19.05º | 0.6% | 0.79% | - |
| HSV(B) | 19.05º | 0.27% | 0.92% | - |
| XYZ | 59.91 | 57.69 | 46.51 | - |
| YUV | 201.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 171 | 0 | 0.18 | 0.27 | 0.08 | 19.05 | 0.6 | 0.79 |
| Hex | EA | BF | AB | 0 | 12 | 1B | 8 | 13 | 3C | 4F |
| Octal | 352 | 277 | 253 | 0 | 22 | 33 | 10 | 23 | 74 | 117 |
| Binary | 11101010 | 10111111 | 10101011 | 0 | 10010 | 11011 | 1000 | 10011 | 111100 | 1001111 |
Color Harmonies of #EABFAB
Complementary color
Monochromatic Colors of #EABFAB
Black with #EABFAB
Text Example
Text Example
White with #EABFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFAB; }
p { color: rgb(234,191,171); }
H1.HeaderClassName
{
color: #EABFAB;
}
.AnyTagClassName
{
color: #EABFAB;
}
</style>
background-color css
<style>
a { background-color: #EABFAB; }
a { background-color: rgb(234,191,171); }
div.DivClassName
{
background-color: #EABFAB;
}
.BgClassName
{
background-color: #EABFAB;
}
</style>
border-color css
<style>
span { border-color: #EABFAB; }
span { border-color: rgb(234,191,171); }
td.TdClassName
{
border-color: #EABFAB;
}
.TagClassName
{
border-color: #EABFAB;
}
</style>