Shades of Zinnwaldite #EABFB0
Tints of Zinnwaldite #EABFB0
RGB
CMYK
RGB Variations
Color information
#EABFB0 (or 0xEABFB0) is known color: Zinnwaldite. HEX triplet: EA, BF and B0. RGB value is (234,191,176). Sum of RGB (Red+Green+Blue) = 234+191+176=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFB0 is #15404F. Grayscale: #CACACA. Windows color (decimal): -1392720 or 11583466. OLE color: 11583466.
HSL color Cylindrical-coordinate representation of color #EABFB0: hue angle of 15.52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABFB0 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 176 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.08 |
| HSL | 15.52º | 0.58% | 0.8% | - |
| HSV(B) | 15.52º | 0.25% | 0.92% | - |
| XYZ | 60.4 | 57.89 | 49.06 | - |
| YUV | 202.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 176 | 0 | 0.18 | 0.25 | 0.08 | 15.52 | 0.58 | 0.8 |
| Hex | EA | BF | B0 | 0 | 12 | 19 | 8 | 10 | 3A | 50 |
| Octal | 352 | 277 | 260 | 0 | 22 | 31 | 10 | 20 | 72 | 120 |
| Binary | 11101010 | 10111111 | 10110000 | 0 | 10010 | 11001 | 1000 | 10000 | 111010 | 1010000 |
Color Harmonies of #EABFB0
Complementary color
Monochromatic Colors of #EABFB0
Black with #EABFB0
Text Example
Text Example
White with #EABFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFB0; }
p { color: rgb(234,191,176); }
H1.HeaderClassName
{
color: #EABFB0;
}
.AnyTagClassName
{
color: #EABFB0;
}
</style>
background-color css
<style>
a { background-color: #EABFB0; }
a { background-color: rgb(234,191,176); }
div.DivClassName
{
background-color: #EABFB0;
}
.BgClassName
{
background-color: #EABFB0;
}
</style>
border-color css
<style>
span { border-color: #EABFB0; }
span { border-color: rgb(234,191,176); }
td.TdClassName
{
border-color: #EABFB0;
}
.TagClassName
{
border-color: #EABFB0;
}
</style>