Shades of Wax Flower #E7B29D
Tints of Wax Flower #E7B29D
RGB
CMYK
RGB Variations
Color information
#E7B29D (or 0xE7B29D) is known color: Wax Flower. HEX triplet: E7, B2 and 9D. RGB value is (231,178,157). Sum of RGB (Red+Green+Blue) = 231+178+157=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B29D is #184D62. Grayscale: #BFBFBF. Windows color (decimal): -1592675 or 10334951. OLE color: 10334951.
HSL color Cylindrical-coordinate representation of color #E7B29D: hue angle of 17.03º 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 #E7B29D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 157 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.09 |
| HSL | 17.03º | 0.61% | 0.76% | - |
| HSV(B) | 17.03º | 0.32% | 0.91% | - |
| XYZ | 54.96 | 51.26 | 38.9 | - |
| YUV | 191.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 157 | 0 | 0.23 | 0.32 | 0.09 | 17.03 | 0.61 | 0.76 |
| Hex | E7 | B2 | 9D | 0 | 17 | 20 | 9 | 11 | 3D | 4C |
| Octal | 347 | 262 | 235 | 0 | 27 | 40 | 11 | 21 | 75 | 114 |
| Binary | 11100111 | 10110010 | 10011101 | 0 | 10111 | 100000 | 1001 | 10001 | 111101 | 1001100 |
Color Harmonies of #E7B29D
Complementary color
Monochromatic Colors of #E7B29D
Black with #E7B29D
Text Example
Text Example
White with #E7B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B29D; }
p { color: rgb(231,178,157); }
H1.HeaderClassName
{
color: #E7B29D;
}
.AnyTagClassName
{
color: #E7B29D;
}
</style>
background-color css
<style>
a { background-color: #E7B29D; }
a { background-color: rgb(231,178,157); }
div.DivClassName
{
background-color: #E7B29D;
}
.BgClassName
{
background-color: #E7B29D;
}
</style>
border-color css
<style>
span { border-color: #E7B29D; }
span { border-color: rgb(231,178,157); }
td.TdClassName
{
border-color: #E7B29D;
}
.TagClassName
{
border-color: #E7B29D;
}
</style>