Shades of Zinnwaldite #EEBAA8
Tints of Zinnwaldite #EEBAA8
RGB
CMYK
RGB Variations
Color information
#EEBAA8 (or 0xEEBAA8) is known color: Zinnwaldite. HEX triplet: EE, BA and A8. RGB value is (238,186,168). Sum of RGB (Red+Green+Blue) = 238+186+168=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA8 is #114557. Grayscale: #C7C7C7. Windows color (decimal): -1131864 or 11057902. OLE color: 11057902.
HSL color Cylindrical-coordinate representation of color #EEBAA8: hue angle of 15.43º 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 #EEBAA8 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 168 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.07 |
| HSL | 15.43º | 0.67% | 0.8% | - |
| HSV(B) | 15.43º | 0.29% | 0.93% | - |
| XYZ | 59.89 | 56.12 | 44.72 | - |
| YUV | 199.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 168 | 0 | 0.22 | 0.29 | 0.07 | 15.43 | 0.67 | 0.8 |
| Hex | EE | BA | A8 | 0 | 16 | 1D | 7 | F | 43 | 50 |
| Octal | 356 | 272 | 250 | 0 | 26 | 35 | 7 | 17 | 103 | 120 |
| Binary | 11101110 | 10111010 | 10101000 | 0 | 10110 | 11101 | 111 | 1111 | 1000011 | 1010000 |
Color Harmonies of #EEBAA8
Complementary color
Monochromatic Colors of #EEBAA8
Black with #EEBAA8
Text Example
Text Example
White with #EEBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAA8; }
p { color: rgb(238,186,168); }
H1.HeaderClassName
{
color: #EEBAA8;
}
.AnyTagClassName
{
color: #EEBAA8;
}
</style>
background-color css
<style>
a { background-color: #EEBAA8; }
a { background-color: rgb(238,186,168); }
div.DivClassName
{
background-color: #EEBAA8;
}
.BgClassName
{
background-color: #EEBAA8;
}
</style>
border-color css
<style>
span { border-color: #EEBAA8; }
span { border-color: rgb(238,186,168); }
td.TdClassName
{
border-color: #EEBAA8;
}
.TagClassName
{
border-color: #EEBAA8;
}
</style>