Shades of Wax Flower #E8BAA4
Tints of Wax Flower #E8BAA4
RGB
CMYK
RGB Variations
Color information
#E8BAA4 (or 0xE8BAA4) is known color: Wax Flower. HEX triplet: E8, BA and A4. RGB value is (232,186,164). Sum of RGB (Red+Green+Blue) = 232+186+164=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BAA4 is #17455B. Grayscale: #C5C5C5. Windows color (decimal): -1525084 or 10795752. OLE color: 10795752.
HSL color Cylindrical-coordinate representation of color #E8BAA4: hue angle of 19.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8BAA4 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 164 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.09 |
| HSL | 19.41º | 0.6% | 0.78% | - |
| HSV(B) | 19.41º | 0.29% | 0.91% | - |
| XYZ | 57.54 | 54.95 | 42.7 | - |
| YUV | 197.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 164 | 0 | 0.20 | 0.29 | 0.09 | 19.41 | 0.6 | 0.78 |
| Hex | E8 | BA | A4 | 0 | 14 | 1D | 9 | 13 | 3C | 4E |
| Octal | 350 | 272 | 244 | 0 | 24 | 35 | 11 | 23 | 74 | 116 |
| Binary | 11101000 | 10111010 | 10100100 | 0 | 10100 | 11101 | 1001 | 10011 | 111100 | 1001110 |
Color Harmonies of #E8BAA4
Complementary color
Monochromatic Colors of #E8BAA4
Black with #E8BAA4
Text Example
Text Example
White with #E8BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAA4; }
p { color: rgb(232,186,164); }
H1.HeaderClassName
{
color: #E8BAA4;
}
.AnyTagClassName
{
color: #E8BAA4;
}
</style>
background-color css
<style>
a { background-color: #E8BAA4; }
a { background-color: rgb(232,186,164); }
div.DivClassName
{
background-color: #E8BAA4;
}
.BgClassName
{
background-color: #E8BAA4;
}
</style>
border-color css
<style>
span { border-color: #E8BAA4; }
span { border-color: rgb(232,186,164); }
td.TdClassName
{
border-color: #E8BAA4;
}
.TagClassName
{
border-color: #E8BAA4;
}
</style>