Shades of Zinnwaldite #E5BFB3
Tints of Zinnwaldite #E5BFB3
RGB
CMYK
RGB Variations
Color information
#E5BFB3 (or 0xE5BFB3) is known color: Zinnwaldite. HEX triplet: E5, BF and B3. RGB value is (229,191,179). Sum of RGB (Red+Green+Blue) = 229+191+179=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFB3 is #1A404C. Grayscale: #C9C9C9. Windows color (decimal): -1720397 or 11780069. OLE color: 11780069.
HSL color Cylindrical-coordinate representation of color #E5BFB3: hue angle of 14.4º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5BFB3 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 179 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.10 |
| HSL | 14.4º | 0.49% | 0.8% | - |
| HSV(B) | 14.4º | 0.22% | 0.9% | - |
| XYZ | 59.08 | 57.17 | 50.57 | - |
| YUV | 200.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 179 | 0 | 0.17 | 0.22 | 0.10 | 14.4 | 0.49 | 0.8 |
| Hex | E5 | BF | B3 | 0 | 11 | 16 | A | E | 31 | 50 |
| Octal | 345 | 277 | 263 | 0 | 21 | 26 | 12 | 16 | 61 | 120 |
| Binary | 11100101 | 10111111 | 10110011 | 0 | 10001 | 10110 | 1010 | 1110 | 110001 | 1010000 |
Color Harmonies of #E5BFB3
Complementary color
Monochromatic Colors of #E5BFB3
Black with #E5BFB3
Text Example
Text Example
White with #E5BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFB3; }
p { color: rgb(229,191,179); }
H1.HeaderClassName
{
color: #E5BFB3;
}
.AnyTagClassName
{
color: #E5BFB3;
}
</style>
background-color css
<style>
a { background-color: #E5BFB3; }
a { background-color: rgb(229,191,179); }
div.DivClassName
{
background-color: #E5BFB3;
}
.BgClassName
{
background-color: #E5BFB3;
}
</style>
border-color css
<style>
span { border-color: #E5BFB3; }
span { border-color: rgb(229,191,179); }
td.TdClassName
{
border-color: #E5BFB3;
}
.TagClassName
{
border-color: #E5BFB3;
}
</style>