Shades of Zinnwaldite #E5BBAD
Tints of Zinnwaldite #E5BBAD
RGB
CMYK
RGB Variations
Color information
#E5BBAD (or 0xE5BBAD) is known color: Zinnwaldite. HEX triplet: E5, BB and AD. RGB value is (229,187,173). Sum of RGB (Red+Green+Blue) = 229+187+173=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBAD is #1A4452. Grayscale: #C6C6C6. Windows color (decimal): -1721427 or 11385829. OLE color: 11385829.
HSL color Cylindrical-coordinate representation of color #E5BBAD: hue angle of 15º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BBAD is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 173 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.10 |
| HSL | 15º | 0.52% | 0.79% | - |
| HSV(B) | 15º | 0.24% | 0.9% | - |
| XYZ | 57.63 | 55.22 | 47.16 | - |
| YUV | 197.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 173 | 0 | 0.18 | 0.24 | 0.10 | 15 | 0.52 | 0.79 |
| Hex | E5 | BB | AD | 0 | 12 | 18 | A | F | 34 | 4F |
| Octal | 345 | 273 | 255 | 0 | 22 | 30 | 12 | 17 | 64 | 117 |
| Binary | 11100101 | 10111011 | 10101101 | 0 | 10010 | 11000 | 1010 | 1111 | 110100 | 1001111 |
Color Harmonies of #E5BBAD
Complementary color
Monochromatic Colors of #E5BBAD
Black with #E5BBAD
Text Example
Text Example
White with #E5BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBAD; }
p { color: rgb(229,187,173); }
H1.HeaderClassName
{
color: #E5BBAD;
}
.AnyTagClassName
{
color: #E5BBAD;
}
</style>
background-color css
<style>
a { background-color: #E5BBAD; }
a { background-color: rgb(229,187,173); }
div.DivClassName
{
background-color: #E5BBAD;
}
.BgClassName
{
background-color: #E5BBAD;
}
</style>
border-color css
<style>
span { border-color: #E5BBAD; }
span { border-color: rgb(229,187,173); }
td.TdClassName
{
border-color: #E5BBAD;
}
.TagClassName
{
border-color: #E5BBAD;
}
</style>