Shades of Zinnwaldite #EEBAAB
Tints of Zinnwaldite #EEBAAB
RGB
CMYK
RGB Variations
Color information
#EEBAAB (or 0xEEBAAB) is known color: Zinnwaldite. HEX triplet: EE, BA and AB. RGB value is (238,186,171). Sum of RGB (Red+Green+Blue) = 238+186+171=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAAB is #114554. Grayscale: #C7C7C7. Windows color (decimal): -1131861 or 11254510. OLE color: 11254510.
HSL color Cylindrical-coordinate representation of color #EEBAAB: hue angle of 13.43º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEBAAB is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 171 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.07 |
| HSL | 13.43º | 0.66% | 0.8% | - |
| HSV(B) | 13.43º | 0.28% | 0.93% | - |
| XYZ | 60.17 | 56.24 | 46.21 | - |
| YUV | 199.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 171 | 0 | 0.22 | 0.28 | 0.07 | 13.43 | 0.66 | 0.8 |
| Hex | EE | BA | AB | 0 | 16 | 1C | 7 | D | 42 | 50 |
| Octal | 356 | 272 | 253 | 0 | 26 | 34 | 7 | 15 | 102 | 120 |
| Binary | 11101110 | 10111010 | 10101011 | 0 | 10110 | 11100 | 111 | 1101 | 1000010 | 1010000 |
Color Harmonies of #EEBAAB
Complementary color
Monochromatic Colors of #EEBAAB
Black with #EEBAAB
Text Example
Text Example
White with #EEBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAAB; }
p { color: rgb(238,186,171); }
H1.HeaderClassName
{
color: #EEBAAB;
}
.AnyTagClassName
{
color: #EEBAAB;
}
</style>
background-color css
<style>
a { background-color: #EEBAAB; }
a { background-color: rgb(238,186,171); }
div.DivClassName
{
background-color: #EEBAAB;
}
.BgClassName
{
background-color: #EEBAAB;
}
</style>
border-color css
<style>
span { border-color: #EEBAAB; }
span { border-color: rgb(238,186,171); }
td.TdClassName
{
border-color: #EEBAAB;
}
.TagClassName
{
border-color: #EEBAAB;
}
</style>