Shades of Wax Flower #E8B19E
Tints of Wax Flower #E8B19E
RGB
CMYK
RGB Variations
Color information
#E8B19E (or 0xE8B19E) is known color: Wax Flower. HEX triplet: E8, B1 and 9E. RGB value is (232,177,158). Sum of RGB (Red+Green+Blue) = 232+177+158=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B19E is #174E61. Grayscale: #BFBFBF. Windows color (decimal): -1527394 or 10400232. OLE color: 10400232.
HSL color Cylindrical-coordinate representation of color #E8B19E: hue angle of 15.41º degrees, saturation: 0.62, 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 #E8B19E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 158 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.09 |
| HSL | 15.41º | 0.62% | 0.76% | - |
| HSV(B) | 15.41º | 0.32% | 0.91% | - |
| XYZ | 55.17 | 51.07 | 39.3 | - |
| YUV | 191.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 158 | 0 | 0.24 | 0.32 | 0.09 | 15.41 | 0.62 | 0.76 |
| Hex | E8 | B1 | 9E | 0 | 18 | 20 | 9 | F | 3E | 4C |
| Octal | 350 | 261 | 236 | 0 | 30 | 40 | 11 | 17 | 76 | 114 |
| Binary | 11101000 | 10110001 | 10011110 | 0 | 11000 | 100000 | 1001 | 1111 | 111110 | 1001100 |
Color Harmonies of #E8B19E
Complementary color
Monochromatic Colors of #E8B19E
Black with #E8B19E
Text Example
Text Example
White with #E8B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B19E; }
p { color: rgb(232,177,158); }
H1.HeaderClassName
{
color: #E8B19E;
}
.AnyTagClassName
{
color: #E8B19E;
}
</style>
background-color css
<style>
a { background-color: #E8B19E; }
a { background-color: rgb(232,177,158); }
div.DivClassName
{
background-color: #E8B19E;
}
.BgClassName
{
background-color: #E8B19E;
}
</style>
border-color css
<style>
span { border-color: #E8B19E; }
span { border-color: rgb(232,177,158); }
td.TdClassName
{
border-color: #E8B19E;
}
.TagClassName
{
border-color: #E8B19E;
}
</style>