Shades of Zinnwaldite #E8BDA4
Tints of Zinnwaldite #E8BDA4
RGB
CMYK
RGB Variations
Color information
#E8BDA4 (or 0xE8BDA4) is known color: Zinnwaldite. HEX triplet: E8, BD and A4. RGB value is (232,189,164). Sum of RGB (Red+Green+Blue) = 232+189+164=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDA4 is #17425B. Grayscale: #C7C7C7. Windows color (decimal): -1524316 or 10796520. OLE color: 10796520.
HSL color Cylindrical-coordinate representation of color #E8BDA4: hue angle of 22.06º degrees, saturation: 0.6, 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 #E8BDA4 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 164 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.09 |
| HSL | 22.06º | 0.6% | 0.78% | - |
| HSV(B) | 22.06º | 0.29% | 0.91% | - |
| XYZ | 58.18 | 56.23 | 42.91 | - |
| YUV | 199.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 164 | 0 | 0.19 | 0.29 | 0.09 | 22.06 | 0.6 | 0.78 |
| Hex | E8 | BD | A4 | 0 | 13 | 1D | 9 | 16 | 3C | 4E |
| Octal | 350 | 275 | 244 | 0 | 23 | 35 | 11 | 26 | 74 | 116 |
| Binary | 11101000 | 10111101 | 10100100 | 0 | 10011 | 11101 | 1001 | 10110 | 111100 | 1001110 |
Color Harmonies of #E8BDA4
Complementary color
Monochromatic Colors of #E8BDA4
Black with #E8BDA4
Text Example
Text Example
White with #E8BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDA4; }
p { color: rgb(232,189,164); }
H1.HeaderClassName
{
color: #E8BDA4;
}
.AnyTagClassName
{
color: #E8BDA4;
}
</style>
background-color css
<style>
a { background-color: #E8BDA4; }
a { background-color: rgb(232,189,164); }
div.DivClassName
{
background-color: #E8BDA4;
}
.BgClassName
{
background-color: #E8BDA4;
}
</style>
border-color css
<style>
span { border-color: #E8BDA4; }
span { border-color: rgb(232,189,164); }
td.TdClassName
{
border-color: #E8BDA4;
}
.TagClassName
{
border-color: #E8BDA4;
}
</style>