Shades of Wax Flower #E8B79D
Tints of Wax Flower #E8B79D
RGB
CMYK
RGB Variations
Color information
#E8B79D (or 0xE8B79D) is known color: Wax Flower. HEX triplet: E8, B7 and 9D. RGB value is (232,183,157). Sum of RGB (Red+Green+Blue) = 232+183+157=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B79D is #174862. Grayscale: #C2C2C2. Windows color (decimal): -1525859 or 10336232. OLE color: 10336232.
HSL color Cylindrical-coordinate representation of color #E8B79D: hue angle of 20.8º 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 #E8B79D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 183 | 157 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.09 |
| HSL | 20.8º | 0.62% | 0.76% | - |
| HSV(B) | 20.8º | 0.32% | 0.91% | - |
| XYZ | 56.3 | 53.46 | 39.25 | - |
| YUV | 194.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 183 | 157 | 0 | 0.21 | 0.32 | 0.09 | 20.8 | 0.62 | 0.76 |
| Hex | E8 | B7 | 9D | 0 | 15 | 20 | 9 | 15 | 3E | 4C |
| Octal | 350 | 267 | 235 | 0 | 25 | 40 | 11 | 25 | 76 | 114 |
| Binary | 11101000 | 10110111 | 10011101 | 0 | 10101 | 100000 | 1001 | 10101 | 111110 | 1001100 |
Color Harmonies of #E8B79D
Complementary color
Monochromatic Colors of #E8B79D
Black with #E8B79D
Text Example
Text Example
White with #E8B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B79D; }
p { color: rgb(232,183,157); }
H1.HeaderClassName
{
color: #E8B79D;
}
.AnyTagClassName
{
color: #E8B79D;
}
</style>
background-color css
<style>
a { background-color: #E8B79D; }
a { background-color: rgb(232,183,157); }
div.DivClassName
{
background-color: #E8B79D;
}
.BgClassName
{
background-color: #E8B79D;
}
</style>
border-color css
<style>
span { border-color: #E8B79D; }
span { border-color: rgb(232,183,157); }
td.TdClassName
{
border-color: #E8B79D;
}
.TagClassName
{
border-color: #E8B79D;
}
</style>