Shades of Zinnwaldite #EEBDA8
Tints of Zinnwaldite #EEBDA8
RGB
CMYK
RGB Variations
Color information
#EEBDA8 (or 0xEEBDA8) is known color: Zinnwaldite. HEX triplet: EE, BD and A8. RGB value is (238,189,168). Sum of RGB (Red+Green+Blue) = 238+189+168=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA8 is #114257. Grayscale: #C9C9C9. Windows color (decimal): -1131096 or 11058670. OLE color: 11058670.
HSL color Cylindrical-coordinate representation of color #EEBDA8: hue angle of 18º 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 #EEBDA8 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 168 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.07 |
| HSL | 18º | 0.67% | 0.8% | - |
| HSV(B) | 18º | 0.29% | 0.93% | - |
| XYZ | 60.53 | 57.4 | 44.93 | - |
| YUV | 201.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 168 | 0 | 0.21 | 0.29 | 0.07 | 18 | 0.67 | 0.8 |
| Hex | EE | BD | A8 | 0 | 15 | 1D | 7 | 12 | 43 | 50 |
| Octal | 356 | 275 | 250 | 0 | 25 | 35 | 7 | 22 | 103 | 120 |
| Binary | 11101110 | 10111101 | 10101000 | 0 | 10101 | 11101 | 111 | 10010 | 1000011 | 1010000 |
Color Harmonies of #EEBDA8
Complementary color
Monochromatic Colors of #EEBDA8
Black with #EEBDA8
Text Example
Text Example
White with #EEBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDA8; }
p { color: rgb(238,189,168); }
H1.HeaderClassName
{
color: #EEBDA8;
}
.AnyTagClassName
{
color: #EEBDA8;
}
</style>
background-color css
<style>
a { background-color: #EEBDA8; }
a { background-color: rgb(238,189,168); }
div.DivClassName
{
background-color: #EEBDA8;
}
.BgClassName
{
background-color: #EEBDA8;
}
</style>
border-color css
<style>
span { border-color: #EEBDA8; }
span { border-color: rgb(238,189,168); }
td.TdClassName
{
border-color: #EEBDA8;
}
.TagClassName
{
border-color: #EEBDA8;
}
</style>