Shades of Zinnwaldite #EEBDA5
Tints of Zinnwaldite #EEBDA5
RGB
CMYK
RGB Variations
Color information
#EEBDA5 (or 0xEEBDA5) is known color: Zinnwaldite. HEX triplet: EE, BD and A5. RGB value is (238,189,165). Sum of RGB (Red+Green+Blue) = 238+189+165=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA5 is #11425A. Grayscale: #C9C9C9. Windows color (decimal): -1131099 or 10862062. OLE color: 10862062.
HSL color Cylindrical-coordinate representation of color #EEBDA5: hue angle of 19.73º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEBDA5 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 165 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 19.73º | 0.68% | 0.79% | - |
| HSV(B) | 19.73º | 0.31% | 0.93% | - |
| XYZ | 60.25 | 57.29 | 43.48 | - |
| YUV | 200.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 165 | 0 | 0.21 | 0.31 | 0.07 | 19.73 | 0.68 | 0.79 |
| Hex | EE | BD | A5 | 0 | 15 | 1F | 7 | 14 | 44 | 4F |
| Octal | 356 | 275 | 245 | 0 | 25 | 37 | 7 | 24 | 104 | 117 |
| Binary | 11101110 | 10111101 | 10100101 | 0 | 10101 | 11111 | 111 | 10100 | 1000100 | 1001111 |
Color Harmonies of #EEBDA5
Complementary color
Monochromatic Colors of #EEBDA5
Black with #EEBDA5
Text Example
Text Example
White with #EEBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDA5; }
p { color: rgb(238,189,165); }
H1.HeaderClassName
{
color: #EEBDA5;
}
.AnyTagClassName
{
color: #EEBDA5;
}
</style>
background-color css
<style>
a { background-color: #EEBDA5; }
a { background-color: rgb(238,189,165); }
div.DivClassName
{
background-color: #EEBDA5;
}
.BgClassName
{
background-color: #EEBDA5;
}
</style>
border-color css
<style>
span { border-color: #EEBDA5; }
span { border-color: rgb(238,189,165); }
td.TdClassName
{
border-color: #EEBDA5;
}
.TagClassName
{
border-color: #EEBDA5;
}
</style>