Shades of Wax Flower #E7B19E
Tints of Wax Flower #E7B19E
RGB
CMYK
RGB Variations
Color information
#E7B19E (or 0xE7B19E) is known color: Wax Flower. HEX triplet: E7, B1 and 9E. RGB value is (231,177,158). Sum of RGB (Red+Green+Blue) = 231+177+158=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B19E is #184E61. Grayscale: #BFBFBF. Windows color (decimal): -1592930 or 10400231. OLE color: 10400231.
HSL color Cylindrical-coordinate representation of color #E7B19E: hue angle of 15.62º degrees, saturation: 0.6, 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 #E7B19E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 158 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.09 |
| HSL | 15.62º | 0.6% | 0.76% | - |
| HSV(B) | 15.62º | 0.32% | 0.91% | - |
| XYZ | 54.85 | 50.9 | 39.28 | - |
| YUV | 190.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 158 | 0 | 0.23 | 0.32 | 0.09 | 15.62 | 0.6 | 0.76 |
| Hex | E7 | B1 | 9E | 0 | 17 | 20 | 9 | 10 | 3C | 4C |
| Octal | 347 | 261 | 236 | 0 | 27 | 40 | 11 | 20 | 74 | 114 |
| Binary | 11100111 | 10110001 | 10011110 | 0 | 10111 | 100000 | 1001 | 10000 | 111100 | 1001100 |
Color Harmonies of #E7B19E
Complementary color
Monochromatic Colors of #E7B19E
Black with #E7B19E
Text Example
Text Example
White with #E7B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B19E; }
p { color: rgb(231,177,158); }
H1.HeaderClassName
{
color: #E7B19E;
}
.AnyTagClassName
{
color: #E7B19E;
}
</style>
background-color css
<style>
a { background-color: #E7B19E; }
a { background-color: rgb(231,177,158); }
div.DivClassName
{
background-color: #E7B19E;
}
.BgClassName
{
background-color: #E7B19E;
}
</style>
border-color css
<style>
span { border-color: #E7B19E; }
span { border-color: rgb(231,177,158); }
td.TdClassName
{
border-color: #E7B19E;
}
.TagClassName
{
border-color: #E7B19E;
}
</style>