Shades of Wax Flower #E7B59D
Tints of Wax Flower #E7B59D
RGB
CMYK
RGB Variations
Color information
#E7B59D (or 0xE7B59D) is known color: Wax Flower. HEX triplet: E7, B5 and 9D. RGB value is (231,181,157). Sum of RGB (Red+Green+Blue) = 231+181+157=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B59D is #184A62. Grayscale: #C1C1C1. Windows color (decimal): -1591907 or 10335719. OLE color: 10335719.
HSL color Cylindrical-coordinate representation of color #E7B59D: hue angle of 19.46º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7B59D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 157 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.09 |
| HSL | 19.46º | 0.61% | 0.76% | - |
| HSV(B) | 19.46º | 0.32% | 0.91% | - |
| XYZ | 55.56 | 52.47 | 39.1 | - |
| YUV | 193.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 157 | 0 | 0.22 | 0.32 | 0.09 | 19.46 | 0.61 | 0.76 |
| Hex | E7 | B5 | 9D | 0 | 16 | 20 | 9 | 13 | 3D | 4C |
| Octal | 347 | 265 | 235 | 0 | 26 | 40 | 11 | 23 | 75 | 114 |
| Binary | 11100111 | 10110101 | 10011101 | 0 | 10110 | 100000 | 1001 | 10011 | 111101 | 1001100 |
Color Harmonies of #E7B59D
Complementary color
Monochromatic Colors of #E7B59D
Black with #E7B59D
Text Example
Text Example
White with #E7B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B59D; }
p { color: rgb(231,181,157); }
H1.HeaderClassName
{
color: #E7B59D;
}
.AnyTagClassName
{
color: #E7B59D;
}
</style>
background-color css
<style>
a { background-color: #E7B59D; }
a { background-color: rgb(231,181,157); }
div.DivClassName
{
background-color: #E7B59D;
}
.BgClassName
{
background-color: #E7B59D;
}
</style>
border-color css
<style>
span { border-color: #E7B59D; }
span { border-color: rgb(231,181,157); }
td.TdClassName
{
border-color: #E7B59D;
}
.TagClassName
{
border-color: #E7B59D;
}
</style>