Shades of Wax Flower #E9A994
Tints of Wax Flower #E9A994
RGB
CMYK
RGB Variations
Color information
#E9A994 (or 0xE9A994) is known color: Wax Flower. HEX triplet: E9, A9 and 94. RGB value is (233,169,148). Sum of RGB (Red+Green+Blue) = 233+169+148=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A994 is #16566B. Grayscale: #B9B9B9. Windows color (decimal): -1463916 or 9742825. OLE color: 9742825.
HSL color Cylindrical-coordinate representation of color #E9A994: hue angle of 14.82º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A994 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 148 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.09 |
| HSL | 14.82º | 0.66% | 0.75% | - |
| HSV(B) | 14.82º | 0.36% | 0.91% | - |
| XYZ | 53.14 | 47.84 | 34.45 | - |
| YUV | 185.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 148 | 0 | 0.27 | 0.36 | 0.09 | 14.82 | 0.66 | 0.75 |
| Hex | E9 | A9 | 94 | 0 | 1B | 24 | 9 | F | 42 | 4B |
| Octal | 351 | 251 | 224 | 0 | 33 | 44 | 11 | 17 | 102 | 113 |
| Binary | 11101001 | 10101001 | 10010100 | 0 | 11011 | 100100 | 1001 | 1111 | 1000010 | 1001011 |
Color Harmonies of #E9A994
Complementary color
Monochromatic Colors of #E9A994
Black with #E9A994
Text Example
Text Example
White with #E9A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A994; }
p { color: rgb(233,169,148); }
H1.HeaderClassName
{
color: #E9A994;
}
.AnyTagClassName
{
color: #E9A994;
}
</style>
background-color css
<style>
a { background-color: #E9A994; }
a { background-color: rgb(233,169,148); }
div.DivClassName
{
background-color: #E9A994;
}
.BgClassName
{
background-color: #E9A994;
}
</style>
border-color css
<style>
span { border-color: #E9A994; }
span { border-color: rgb(233,169,148); }
td.TdClassName
{
border-color: #E9A994;
}
.TagClassName
{
border-color: #E9A994;
}
</style>