Shades of Wax Flower #E8B49D
Tints of Wax Flower #E8B49D
RGB
CMYK
RGB Variations
Color information
#E8B49D (or 0xE8B49D) is known color: Wax Flower. HEX triplet: E8, B4 and 9D. RGB value is (232,180,157). Sum of RGB (Red+Green+Blue) = 232+180+157=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B49D is #174B62. Grayscale: #C1C1C1. Windows color (decimal): -1526627 or 10335464. OLE color: 10335464.
HSL color Cylindrical-coordinate representation of color #E8B49D: hue angle of 18.4º 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 #E8B49D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 157 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.09 |
| HSL | 18.4º | 0.62% | 0.76% | - |
| HSV(B) | 18.4º | 0.32% | 0.91% | - |
| XYZ | 55.69 | 52.23 | 39.05 | - |
| YUV | 192.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 157 | 0 | 0.22 | 0.32 | 0.09 | 18.4 | 0.62 | 0.76 |
| Hex | E8 | B4 | 9D | 0 | 16 | 20 | 9 | 12 | 3E | 4C |
| Octal | 350 | 264 | 235 | 0 | 26 | 40 | 11 | 22 | 76 | 114 |
| Binary | 11101000 | 10110100 | 10011101 | 0 | 10110 | 100000 | 1001 | 10010 | 111110 | 1001100 |
Color Harmonies of #E8B49D
Complementary color
Monochromatic Colors of #E8B49D
Black with #E8B49D
Text Example
Text Example
White with #E8B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B49D; }
p { color: rgb(232,180,157); }
H1.HeaderClassName
{
color: #E8B49D;
}
.AnyTagClassName
{
color: #E8B49D;
}
</style>
background-color css
<style>
a { background-color: #E8B49D; }
a { background-color: rgb(232,180,157); }
div.DivClassName
{
background-color: #E8B49D;
}
.BgClassName
{
background-color: #E8B49D;
}
</style>
border-color css
<style>
span { border-color: #E8B49D; }
span { border-color: rgb(232,180,157); }
td.TdClassName
{
border-color: #E8B49D;
}
.TagClassName
{
border-color: #E8B49D;
}
</style>