Shades of Wax Flower #E7B89B
Tints of Wax Flower #E7B89B
RGB
CMYK
RGB Variations
Color information
#E7B89B (or 0xE7B89B) is known color: Wax Flower. HEX triplet: E7, B8 and 9B. RGB value is (231,184,155). Sum of RGB (Red+Green+Blue) = 231+184+155=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B89B is #184764. Grayscale: #C2C2C2. Windows color (decimal): -1591141 or 10205415. OLE color: 10205415.
HSL color Cylindrical-coordinate representation of color #E7B89B: hue angle of 22.89º 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 #E7B89B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 155 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.09 |
| HSL | 22.89º | 0.61% | 0.76% | - |
| HSV(B) | 22.89º | 0.33% | 0.91% | - |
| XYZ | 56.01 | 53.64 | 38.41 | - |
| YUV | 194.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 155 | 0 | 0.20 | 0.33 | 0.09 | 22.89 | 0.61 | 0.76 |
| Hex | E7 | B8 | 9B | 0 | 14 | 21 | 9 | 17 | 3D | 4C |
| Octal | 347 | 270 | 233 | 0 | 24 | 41 | 11 | 27 | 75 | 114 |
| Binary | 11100111 | 10111000 | 10011011 | 0 | 10100 | 100001 | 1001 | 10111 | 111101 | 1001100 |
Color Harmonies of #E7B89B
Complementary color
Monochromatic Colors of #E7B89B
Black with #E7B89B
Text Example
Text Example
White with #E7B89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B89B; }
p { color: rgb(231,184,155); }
H1.HeaderClassName
{
color: #E7B89B;
}
.AnyTagClassName
{
color: #E7B89B;
}
</style>
background-color css
<style>
a { background-color: #E7B89B; }
a { background-color: rgb(231,184,155); }
div.DivClassName
{
background-color: #E7B89B;
}
.BgClassName
{
background-color: #E7B89B;
}
</style>
border-color css
<style>
span { border-color: #E7B89B; }
span { border-color: rgb(231,184,155); }
td.TdClassName
{
border-color: #E7B89B;
}
.TagClassName
{
border-color: #E7B89B;
}
</style>