Shades of Wax Flower #E9AC9C
Tints of Wax Flower #E9AC9C
RGB
CMYK
RGB Variations
Color information
#E9AC9C (or 0xE9AC9C) is known color: Wax Flower. HEX triplet: E9, AC and 9C. RGB value is (233,172,156). Sum of RGB (Red+Green+Blue) = 233+172+156=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AC9C is #165363. Grayscale: #BCBCBC. Windows color (decimal): -1463140 or 10267881. OLE color: 10267881.
HSL color Cylindrical-coordinate representation of color #E9AC9C: hue angle of 12.47º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9AC9C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 156 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.09 |
| HSL | 12.47º | 0.64% | 0.76% | - |
| HSV(B) | 12.47º | 0.33% | 0.91% | - |
| XYZ | 54.36 | 49.23 | 38.09 | - |
| YUV | 188.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 156 | 0 | 0.26 | 0.33 | 0.09 | 12.47 | 0.64 | 0.76 |
| Hex | E9 | AC | 9C | 0 | 1A | 21 | 9 | C | 40 | 4C |
| Octal | 351 | 254 | 234 | 0 | 32 | 41 | 11 | 14 | 100 | 114 |
| Binary | 11101001 | 10101100 | 10011100 | 0 | 11010 | 100001 | 1001 | 1100 | 1000000 | 1001100 |
Color Harmonies of #E9AC9C
Complementary color
Monochromatic Colors of #E9AC9C
Black with #E9AC9C
Text Example
Text Example
White with #E9AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC9C; }
p { color: rgb(233,172,156); }
H1.HeaderClassName
{
color: #E9AC9C;
}
.AnyTagClassName
{
color: #E9AC9C;
}
</style>
background-color css
<style>
a { background-color: #E9AC9C; }
a { background-color: rgb(233,172,156); }
div.DivClassName
{
background-color: #E9AC9C;
}
.BgClassName
{
background-color: #E9AC9C;
}
</style>
border-color css
<style>
span { border-color: #E9AC9C; }
span { border-color: rgb(233,172,156); }
td.TdClassName
{
border-color: #E9AC9C;
}
.TagClassName
{
border-color: #E9AC9C;
}
</style>