Shades of Wax Flower #E9A993
Tints of Wax Flower #E9A993
RGB
CMYK
RGB Variations
Color information
#E9A993 (or 0xE9A993) is known color: Wax Flower. HEX triplet: E9, A9 and 93. RGB value is (233,169,147). Sum of RGB (Red+Green+Blue) = 233+169+147=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A993 is #16566C. Grayscale: #B9B9B9. Windows color (decimal): -1463917 or 9677289. OLE color: 9677289.
HSL color Cylindrical-coordinate representation of color #E9A993: hue angle of 15.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9A993 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 147 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.09 |
| HSL | 15.35º | 0.66% | 0.75% | - |
| HSV(B) | 15.35º | 0.37% | 0.91% | - |
| XYZ | 53.06 | 47.81 | 34.03 | - |
| YUV | 185.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 147 | 0 | 0.27 | 0.37 | 0.09 | 15.35 | 0.66 | 0.75 |
| Hex | E9 | A9 | 93 | 0 | 1B | 25 | 9 | F | 42 | 4B |
| Octal | 351 | 251 | 223 | 0 | 33 | 45 | 11 | 17 | 102 | 113 |
| Binary | 11101001 | 10101001 | 10010011 | 0 | 11011 | 100101 | 1001 | 1111 | 1000010 | 1001011 |
Color Harmonies of #E9A993
Complementary color
Monochromatic Colors of #E9A993
Black with #E9A993
Text Example
Text Example
White with #E9A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A993; }
p { color: rgb(233,169,147); }
H1.HeaderClassName
{
color: #E9A993;
}
.AnyTagClassName
{
color: #E9A993;
}
</style>
background-color css
<style>
a { background-color: #E9A993; }
a { background-color: rgb(233,169,147); }
div.DivClassName
{
background-color: #E9A993;
}
.BgClassName
{
background-color: #E9A993;
}
</style>
border-color css
<style>
span { border-color: #E9A993; }
span { border-color: rgb(233,169,147); }
td.TdClassName
{
border-color: #E9A993;
}
.TagClassName
{
border-color: #E9A993;
}
</style>