Shades of Zinnwaldite #EEBFAA
Tints of Zinnwaldite #EEBFAA
RGB
CMYK
RGB Variations
Color information
#EEBFAA (or 0xEEBFAA) is known color: Zinnwaldite. HEX triplet: EE, BF and AA. RGB value is (238,191,170). Sum of RGB (Red+Green+Blue) = 238+191+170=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAA is #114055. Grayscale: #CACACA. Windows color (decimal): -1130582 or 11190254. OLE color: 11190254.
HSL color Cylindrical-coordinate representation of color #EEBFAA: hue angle of 18.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEBFAA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 170 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.07 |
| HSL | 18.53º | 0.67% | 0.8% | - |
| HSV(B) | 18.53º | 0.29% | 0.93% | - |
| XYZ | 61.15 | 58.34 | 46.07 | - |
| YUV | 202.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 170 | 0 | 0.20 | 0.29 | 0.07 | 18.53 | 0.67 | 0.8 |
| Hex | EE | BF | AA | 0 | 14 | 1D | 7 | 13 | 43 | 50 |
| Octal | 356 | 277 | 252 | 0 | 24 | 35 | 7 | 23 | 103 | 120 |
| Binary | 11101110 | 10111111 | 10101010 | 0 | 10100 | 11101 | 111 | 10011 | 1000011 | 1010000 |
Color Harmonies of #EEBFAA
Complementary color
Monochromatic Colors of #EEBFAA
Black with #EEBFAA
Text Example
Text Example
White with #EEBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFAA; }
p { color: rgb(238,191,170); }
H1.HeaderClassName
{
color: #EEBFAA;
}
.AnyTagClassName
{
color: #EEBFAA;
}
</style>
background-color css
<style>
a { background-color: #EEBFAA; }
a { background-color: rgb(238,191,170); }
div.DivClassName
{
background-color: #EEBFAA;
}
.BgClassName
{
background-color: #EEBFAA;
}
</style>
border-color css
<style>
span { border-color: #EEBFAA; }
span { border-color: rgb(238,191,170); }
td.TdClassName
{
border-color: #EEBFAA;
}
.TagClassName
{
border-color: #EEBFAA;
}
</style>