Shades of Wax Flower #E7B29E
Tints of Wax Flower #E7B29E
RGB
CMYK
RGB Variations
Color information
#E7B29E (or 0xE7B29E) is known color: Wax Flower. HEX triplet: E7, B2 and 9E. RGB value is (231,178,158). Sum of RGB (Red+Green+Blue) = 231+178+158=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B29E is #184D61. Grayscale: #BFBFBF. Windows color (decimal): -1592674 or 10400487. OLE color: 10400487.
HSL color Cylindrical-coordinate representation of color #E7B29E: hue angle of 16.44º 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 #E7B29E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 158 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.09 |
| HSL | 16.44º | 0.6% | 0.76% | - |
| HSV(B) | 16.44º | 0.32% | 0.91% | - |
| XYZ | 55.05 | 51.3 | 39.35 | - |
| YUV | 191.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 158 | 0 | 0.23 | 0.32 | 0.09 | 16.44 | 0.6 | 0.76 |
| Hex | E7 | B2 | 9E | 0 | 17 | 20 | 9 | 10 | 3C | 4C |
| Octal | 347 | 262 | 236 | 0 | 27 | 40 | 11 | 20 | 74 | 114 |
| Binary | 11100111 | 10110010 | 10011110 | 0 | 10111 | 100000 | 1001 | 10000 | 111100 | 1001100 |
Color Harmonies of #E7B29E
Complementary color
Monochromatic Colors of #E7B29E
Black with #E7B29E
Text Example
Text Example
White with #E7B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B29E; }
p { color: rgb(231,178,158); }
H1.HeaderClassName
{
color: #E7B29E;
}
.AnyTagClassName
{
color: #E7B29E;
}
</style>
background-color css
<style>
a { background-color: #E7B29E; }
a { background-color: rgb(231,178,158); }
div.DivClassName
{
background-color: #E7B29E;
}
.BgClassName
{
background-color: #E7B29E;
}
</style>
border-color css
<style>
span { border-color: #E7B29E; }
span { border-color: rgb(231,178,158); }
td.TdClassName
{
border-color: #E7B29E;
}
.TagClassName
{
border-color: #E7B29E;
}
</style>