Shades of Zinnwaldite #E4BDAF
Tints of Zinnwaldite #E4BDAF
RGB
CMYK
RGB Variations
Color information
#E4BDAF (or 0xE4BDAF) is known color: Zinnwaldite. HEX triplet: E4, BD and AF. RGB value is (228,189,175). Sum of RGB (Red+Green+Blue) = 228+189+175=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BDAF is #1B4250. Grayscale: #C7C7C7. Windows color (decimal): -1786449 or 11517412. OLE color: 11517412.
HSL color Cylindrical-coordinate representation of color #E4BDAF: hue angle of 15.85º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BDAF is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 189 | 175 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.11 |
| HSL | 15.85º | 0.5% | 0.79% | - |
| HSV(B) | 15.85º | 0.23% | 0.89% | - |
| XYZ | 57.93 | 55.98 | 48.31 | - |
| YUV | 199.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 175 | 0 | 0.17 | 0.23 | 0.11 | 15.85 | 0.5 | 0.79 |
| Hex | E4 | BD | AF | 0 | 11 | 17 | B | 10 | 32 | 4F |
| Octal | 344 | 275 | 257 | 0 | 21 | 27 | 13 | 20 | 62 | 117 |
| Binary | 11100100 | 10111101 | 10101111 | 0 | 10001 | 10111 | 1011 | 10000 | 110010 | 1001111 |
Color Harmonies of #E4BDAF
Complementary color
Monochromatic Colors of #E4BDAF
Black with #E4BDAF
Text Example
Text Example
White with #E4BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDAF; }
p { color: rgb(228,189,175); }
H1.HeaderClassName
{
color: #E4BDAF;
}
.AnyTagClassName
{
color: #E4BDAF;
}
</style>
background-color css
<style>
a { background-color: #E4BDAF; }
a { background-color: rgb(228,189,175); }
div.DivClassName
{
background-color: #E4BDAF;
}
.BgClassName
{
background-color: #E4BDAF;
}
</style>
border-color css
<style>
span { border-color: #E4BDAF; }
span { border-color: rgb(228,189,175); }
td.TdClassName
{
border-color: #E4BDAF;
}
.TagClassName
{
border-color: #E4BDAF;
}
</style>