Shades of Wax Flower #E8B49C
Tints of Wax Flower #E8B49C
RGB
CMYK
RGB Variations
Color information
#E8B49C (or 0xE8B49C) is known color: Wax Flower. HEX triplet: E8, B4 and 9C. RGB value is (232,180,156). Sum of RGB (Red+Green+Blue) = 232+180+156=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B49C is #174B63. Grayscale: #C0C0C0. Windows color (decimal): -1526628 or 10269928. OLE color: 10269928.
HSL color Cylindrical-coordinate representation of color #E8B49C: hue angle of 18.95º degrees, saturation: 0.62, 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 #E8B49C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 156 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.09 |
| HSL | 18.95º | 0.62% | 0.76% | - |
| HSV(B) | 18.95º | 0.33% | 0.91% | - |
| XYZ | 55.6 | 52.2 | 38.6 | - |
| YUV | 192.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 156 | 0 | 0.22 | 0.33 | 0.09 | 18.95 | 0.62 | 0.76 |
| Hex | E8 | B4 | 9C | 0 | 16 | 21 | 9 | 13 | 3E | 4C |
| Octal | 350 | 264 | 234 | 0 | 26 | 41 | 11 | 23 | 76 | 114 |
| Binary | 11101000 | 10110100 | 10011100 | 0 | 10110 | 100001 | 1001 | 10011 | 111110 | 1001100 |
Color Harmonies of #E8B49C
Complementary color
Monochromatic Colors of #E8B49C
Black with #E8B49C
Text Example
Text Example
White with #E8B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B49C; }
p { color: rgb(232,180,156); }
H1.HeaderClassName
{
color: #E8B49C;
}
.AnyTagClassName
{
color: #E8B49C;
}
</style>
background-color css
<style>
a { background-color: #E8B49C; }
a { background-color: rgb(232,180,156); }
div.DivClassName
{
background-color: #E8B49C;
}
.BgClassName
{
background-color: #E8B49C;
}
</style>
border-color css
<style>
span { border-color: #E8B49C; }
span { border-color: rgb(232,180,156); }
td.TdClassName
{
border-color: #E8B49C;
}
.TagClassName
{
border-color: #E8B49C;
}
</style>