Shades of Wax Flower #E7BA9F
Tints of Wax Flower #E7BA9F
RGB
CMYK
RGB Variations
Color information
#E7BA9F (or 0xE7BA9F) is known color: Wax Flower. HEX triplet: E7, BA and 9F. RGB value is (231,186,159). Sum of RGB (Red+Green+Blue) = 231+186+159=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA9F is #184560. Grayscale: #C4C4C4. Windows color (decimal): -1590625 or 10468071. OLE color: 10468071.
HSL color Cylindrical-coordinate representation of color #E7BA9F: hue angle of 22.5º 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 #E7BA9F is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 159 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.09 |
| HSL | 22.5º | 0.6% | 0.76% | - |
| HSV(B) | 22.5º | 0.31% | 0.91% | - |
| XYZ | 56.77 | 54.61 | 40.35 | - |
| YUV | 196.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 159 | 0 | 0.19 | 0.31 | 0.09 | 22.5 | 0.6 | 0.76 |
| Hex | E7 | BA | 9F | 0 | 13 | 1F | 9 | 16 | 3C | 4C |
| Octal | 347 | 272 | 237 | 0 | 23 | 37 | 11 | 26 | 74 | 114 |
| Binary | 11100111 | 10111010 | 10011111 | 0 | 10011 | 11111 | 1001 | 10110 | 111100 | 1001100 |
Color Harmonies of #E7BA9F
Complementary color
Monochromatic Colors of #E7BA9F
Black with #E7BA9F
Text Example
Text Example
White with #E7BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA9F; }
p { color: rgb(231,186,159); }
H1.HeaderClassName
{
color: #E7BA9F;
}
.AnyTagClassName
{
color: #E7BA9F;
}
</style>
background-color css
<style>
a { background-color: #E7BA9F; }
a { background-color: rgb(231,186,159); }
div.DivClassName
{
background-color: #E7BA9F;
}
.BgClassName
{
background-color: #E7BA9F;
}
</style>
border-color css
<style>
span { border-color: #E7BA9F; }
span { border-color: rgb(231,186,159); }
td.TdClassName
{
border-color: #E7BA9F;
}
.TagClassName
{
border-color: #E7BA9F;
}
</style>