Shades of Wax Flower #E7B29F
Tints of Wax Flower #E7B29F
RGB
CMYK
RGB Variations
Color information
#E7B29F (or 0xE7B29F) is known color: Wax Flower. HEX triplet: E7, B2 and 9F. RGB value is (231,178,159). Sum of RGB (Red+Green+Blue) = 231+178+159=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B29F is #184D60. Grayscale: #BFBFBF. Windows color (decimal): -1592673 or 10466023. OLE color: 10466023.
HSL color Cylindrical-coordinate representation of color #E7B29F: hue angle of 15.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7B29F is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 159 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.09 |
| HSL | 15.83º | 0.6% | 0.76% | - |
| HSV(B) | 15.83º | 0.31% | 0.91% | - |
| XYZ | 55.13 | 51.33 | 39.8 | - |
| YUV | 191.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 159 | 0 | 0.23 | 0.31 | 0.09 | 15.83 | 0.6 | 0.76 |
| Hex | E7 | B2 | 9F | 0 | 17 | 1F | 9 | 10 | 3C | 4C |
| Octal | 347 | 262 | 237 | 0 | 27 | 37 | 11 | 20 | 74 | 114 |
| Binary | 11100111 | 10110010 | 10011111 | 0 | 10111 | 11111 | 1001 | 10000 | 111100 | 1001100 |
Color Harmonies of #E7B29F
Complementary color
Monochromatic Colors of #E7B29F
Black with #E7B29F
Text Example
Text Example
White with #E7B29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B29F; }
p { color: rgb(231,178,159); }
H1.HeaderClassName
{
color: #E7B29F;
}
.AnyTagClassName
{
color: #E7B29F;
}
</style>
background-color css
<style>
a { background-color: #E7B29F; }
a { background-color: rgb(231,178,159); }
div.DivClassName
{
background-color: #E7B29F;
}
.BgClassName
{
background-color: #E7B29F;
}
</style>
border-color css
<style>
span { border-color: #E7B29F; }
span { border-color: rgb(231,178,159); }
td.TdClassName
{
border-color: #E7B29F;
}
.TagClassName
{
border-color: #E7B29F;
}
</style>