Shades of Wax Flower #E7B99B
Tints of Wax Flower #E7B99B
RGB
CMYK
RGB Variations
Color information
#E7B99B (or 0xE7B99B) is known color: Wax Flower. HEX triplet: E7, B9 and 9B. RGB value is (231,185,155). Sum of RGB (Red+Green+Blue) = 231+185+155=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B99B is #184664. Grayscale: #C3C3C3. Windows color (decimal): -1590885 or 10205671. OLE color: 10205671.
HSL color Cylindrical-coordinate representation of color #E7B99B: hue angle of 23.68º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7B99B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 155 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.09 |
| HSL | 23.68º | 0.61% | 0.76% | - |
| HSV(B) | 23.68º | 0.33% | 0.91% | - |
| XYZ | 56.22 | 54.05 | 38.48 | - |
| YUV | 195.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 155 | 0 | 0.20 | 0.33 | 0.09 | 23.68 | 0.61 | 0.76 |
| Hex | E7 | B9 | 9B | 0 | 14 | 21 | 9 | 18 | 3D | 4C |
| Octal | 347 | 271 | 233 | 0 | 24 | 41 | 11 | 30 | 75 | 114 |
| Binary | 11100111 | 10111001 | 10011011 | 0 | 10100 | 100001 | 1001 | 11000 | 111101 | 1001100 |
Color Harmonies of #E7B99B
Complementary color
Monochromatic Colors of #E7B99B
Black with #E7B99B
Text Example
Text Example
White with #E7B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B99B; }
p { color: rgb(231,185,155); }
H1.HeaderClassName
{
color: #E7B99B;
}
.AnyTagClassName
{
color: #E7B99B;
}
</style>
background-color css
<style>
a { background-color: #E7B99B; }
a { background-color: rgb(231,185,155); }
div.DivClassName
{
background-color: #E7B99B;
}
.BgClassName
{
background-color: #E7B99B;
}
</style>
border-color css
<style>
span { border-color: #E7B99B; }
span { border-color: rgb(231,185,155); }
td.TdClassName
{
border-color: #E7B99B;
}
.TagClassName
{
border-color: #E7B99B;
}
</style>