Shades of Zinnwaldite #E8BDA5
Tints of Zinnwaldite #E8BDA5
RGB
CMYK
RGB Variations
Color information
#E8BDA5 (or 0xE8BDA5) is known color: Zinnwaldite. HEX triplet: E8, BD and A5. RGB value is (232,189,165). Sum of RGB (Red+Green+Blue) = 232+189+165=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDA5 is #17425A. Grayscale: #C7C7C7. Windows color (decimal): -1524315 or 10862056. OLE color: 10862056.
HSL color Cylindrical-coordinate representation of color #E8BDA5: hue angle of 21.49º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8BDA5 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 165 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.09 |
| HSL | 21.49º | 0.59% | 0.78% | - |
| HSV(B) | 21.49º | 0.29% | 0.91% | - |
| XYZ | 58.27 | 56.27 | 43.39 | - |
| YUV | 199.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 165 | 0 | 0.19 | 0.29 | 0.09 | 21.49 | 0.59 | 0.78 |
| Hex | E8 | BD | A5 | 0 | 13 | 1D | 9 | 15 | 3B | 4E |
| Octal | 350 | 275 | 245 | 0 | 23 | 35 | 11 | 25 | 73 | 116 |
| Binary | 11101000 | 10111101 | 10100101 | 0 | 10011 | 11101 | 1001 | 10101 | 111011 | 1001110 |
Color Harmonies of #E8BDA5
Complementary color
Monochromatic Colors of #E8BDA5
Black with #E8BDA5
Text Example
Text Example
White with #E8BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDA5; }
p { color: rgb(232,189,165); }
H1.HeaderClassName
{
color: #E8BDA5;
}
.AnyTagClassName
{
color: #E8BDA5;
}
</style>
background-color css
<style>
a { background-color: #E8BDA5; }
a { background-color: rgb(232,189,165); }
div.DivClassName
{
background-color: #E8BDA5;
}
.BgClassName
{
background-color: #E8BDA5;
}
</style>
border-color css
<style>
span { border-color: #E8BDA5; }
span { border-color: rgb(232,189,165); }
td.TdClassName
{
border-color: #E8BDA5;
}
.TagClassName
{
border-color: #E8BDA5;
}
</style>