Shades of Wax Flower #E7B89C
Tints of Wax Flower #E7B89C
RGB
CMYK
RGB Variations
Color information
#E7B89C (or 0xE7B89C) is known color: Wax Flower. HEX triplet: E7, B8 and 9C. RGB value is (231,184,156). Sum of RGB (Red+Green+Blue) = 231+184+156=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B89C is #184763. Grayscale: #C3C3C3. Windows color (decimal): -1591140 or 10270951. OLE color: 10270951.
HSL color Cylindrical-coordinate representation of color #E7B89C: hue angle of 22.4º 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 #E7B89C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 156 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.09 |
| HSL | 22.4º | 0.61% | 0.76% | - |
| HSV(B) | 22.4º | 0.32% | 0.91% | - |
| XYZ | 56.1 | 53.67 | 38.86 | - |
| YUV | 194.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 156 | 0 | 0.20 | 0.32 | 0.09 | 22.4 | 0.61 | 0.76 |
| Hex | E7 | B8 | 9C | 0 | 14 | 20 | 9 | 16 | 3D | 4C |
| Octal | 347 | 270 | 234 | 0 | 24 | 40 | 11 | 26 | 75 | 114 |
| Binary | 11100111 | 10111000 | 10011100 | 0 | 10100 | 100000 | 1001 | 10110 | 111101 | 1001100 |
Color Harmonies of #E7B89C
Complementary color
Monochromatic Colors of #E7B89C
Black with #E7B89C
Text Example
Text Example
White with #E7B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B89C; }
p { color: rgb(231,184,156); }
H1.HeaderClassName
{
color: #E7B89C;
}
.AnyTagClassName
{
color: #E7B89C;
}
</style>
background-color css
<style>
a { background-color: #E7B89C; }
a { background-color: rgb(231,184,156); }
div.DivClassName
{
background-color: #E7B89C;
}
.BgClassName
{
background-color: #E7B89C;
}
</style>
border-color css
<style>
span { border-color: #E7B89C; }
span { border-color: rgb(231,184,156); }
td.TdClassName
{
border-color: #E7B89C;
}
.TagClassName
{
border-color: #E7B89C;
}
</style>