Shades of Wax Flower #E8AA93
Tints of Wax Flower #E8AA93
RGB
CMYK
RGB Variations
Color information
#E8AA93 (or 0xE8AA93) is known color: Wax Flower. HEX triplet: E8, AA and 93. RGB value is (232,170,147). Sum of RGB (Red+Green+Blue) = 232+170+147=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AA93 is #17556C. Grayscale: #BABABA. Windows color (decimal): -1529197 or 9677544. OLE color: 9677544.
HSL color Cylindrical-coordinate representation of color #E8AA93: hue angle of 16.24º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8AA93 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 147 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.09 |
| HSL | 16.24º | 0.65% | 0.74% | - |
| HSV(B) | 16.24º | 0.37% | 0.91% | - |
| XYZ | 52.92 | 48.01 | 34.08 | - |
| YUV | 185.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 147 | 0 | 0.27 | 0.37 | 0.09 | 16.24 | 0.65 | 0.74 |
| Hex | E8 | AA | 93 | 0 | 1B | 25 | 9 | 10 | 41 | 4A |
| Octal | 350 | 252 | 223 | 0 | 33 | 45 | 11 | 20 | 101 | 112 |
| Binary | 11101000 | 10101010 | 10010011 | 0 | 11011 | 100101 | 1001 | 10000 | 1000001 | 1001010 |
Color Harmonies of #E8AA93
Complementary color
Monochromatic Colors of #E8AA93
Black with #E8AA93
Text Example
Text Example
White with #E8AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA93; }
p { color: rgb(232,170,147); }
H1.HeaderClassName
{
color: #E8AA93;
}
.AnyTagClassName
{
color: #E8AA93;
}
</style>
background-color css
<style>
a { background-color: #E8AA93; }
a { background-color: rgb(232,170,147); }
div.DivClassName
{
background-color: #E8AA93;
}
.BgClassName
{
background-color: #E8AA93;
}
</style>
border-color css
<style>
span { border-color: #E8AA93; }
span { border-color: rgb(232,170,147); }
td.TdClassName
{
border-color: #E8AA93;
}
.TagClassName
{
border-color: #E8AA93;
}
</style>