Shades of Wax Flower #E5B195
Tints of Wax Flower #E5B195
RGB
CMYK
RGB Variations
Color information
#E5B195 (or 0xE5B195) is known color: Wax Flower. HEX triplet: E5, B1 and 95. RGB value is (229,177,149). Sum of RGB (Red+Green+Blue) = 229+177+149=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B195 is #1A4E6A. Grayscale: #BDBDBD. Windows color (decimal): -1724011 or 9810405. OLE color: 9810405.
HSL color Cylindrical-coordinate representation of color #E5B195: hue angle of 21º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5B195 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 149 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.10 |
| HSL | 21º | 0.61% | 0.74% | - |
| HSV(B) | 21º | 0.35% | 0.9% | - |
| XYZ | 53.46 | 50.27 | 35.32 | - |
| YUV | 189.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 149 | 0 | 0.23 | 0.35 | 0.10 | 21 | 0.61 | 0.74 |
| Hex | E5 | B1 | 95 | 0 | 17 | 23 | A | 15 | 3D | 4A |
| Octal | 345 | 261 | 225 | 0 | 27 | 43 | 12 | 25 | 75 | 112 |
| Binary | 11100101 | 10110001 | 10010101 | 0 | 10111 | 100011 | 1010 | 10101 | 111101 | 1001010 |
Color Harmonies of #E5B195
Complementary color
Monochromatic Colors of #E5B195
Black with #E5B195
Text Example
Text Example
White with #E5B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B195; }
p { color: rgb(229,177,149); }
H1.HeaderClassName
{
color: #E5B195;
}
.AnyTagClassName
{
color: #E5B195;
}
</style>
background-color css
<style>
a { background-color: #E5B195; }
a { background-color: rgb(229,177,149); }
div.DivClassName
{
background-color: #E5B195;
}
.BgClassName
{
background-color: #E5B195;
}
</style>
border-color css
<style>
span { border-color: #E5B195; }
span { border-color: rgb(229,177,149); }
td.TdClassName
{
border-color: #E5B195;
}
.TagClassName
{
border-color: #E5B195;
}
</style>