Shades of Wax Flower #E8BAA0
Tints of Wax Flower #E8BAA0
RGB
CMYK
RGB Variations
Color information
#E8BAA0 (or 0xE8BAA0) is known color: Wax Flower. HEX triplet: E8, BA and A0. RGB value is (232,186,160). Sum of RGB (Red+Green+Blue) = 232+186+160=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BAA0 is #17455F. Grayscale: #C4C4C4. Windows color (decimal): -1525088 or 10533608. OLE color: 10533608.
HSL color Cylindrical-coordinate representation of color #E8BAA0: hue angle of 21.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8BAA0 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 160 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.09 |
| HSL | 21.67º | 0.61% | 0.77% | - |
| HSV(B) | 21.67º | 0.31% | 0.91% | - |
| XYZ | 57.18 | 54.81 | 40.82 | - |
| YUV | 196.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 160 | 0 | 0.20 | 0.31 | 0.09 | 21.67 | 0.61 | 0.77 |
| Hex | E8 | BA | A0 | 0 | 14 | 1F | 9 | 16 | 3D | 4D |
| Octal | 350 | 272 | 240 | 0 | 24 | 37 | 11 | 26 | 75 | 115 |
| Binary | 11101000 | 10111010 | 10100000 | 0 | 10100 | 11111 | 1001 | 10110 | 111101 | 1001101 |
Color Harmonies of #E8BAA0
Complementary color
Monochromatic Colors of #E8BAA0
Black with #E8BAA0
Text Example
Text Example
White with #E8BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAA0; }
p { color: rgb(232,186,160); }
H1.HeaderClassName
{
color: #E8BAA0;
}
.AnyTagClassName
{
color: #E8BAA0;
}
</style>
background-color css
<style>
a { background-color: #E8BAA0; }
a { background-color: rgb(232,186,160); }
div.DivClassName
{
background-color: #E8BAA0;
}
.BgClassName
{
background-color: #E8BAA0;
}
</style>
border-color css
<style>
span { border-color: #E8BAA0; }
span { border-color: rgb(232,186,160); }
td.TdClassName
{
border-color: #E8BAA0;
}
.TagClassName
{
border-color: #E8BAA0;
}
</style>