Shades of Wax Flower #E9AD98
Tints of Wax Flower #E9AD98
RGB
CMYK
RGB Variations
Color information
#E9AD98 (or 0xE9AD98) is known color: Wax Flower. HEX triplet: E9, AD and 98. RGB value is (233,173,152). Sum of RGB (Red+Green+Blue) = 233+173+152=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AD98 is #165267. Grayscale: #BCBCBC. Windows color (decimal): -1462888 or 10005993. OLE color: 10005993.
HSL color Cylindrical-coordinate representation of color #E9AD98: hue angle of 15.56º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9AD98 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 152 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.09 |
| HSL | 15.56º | 0.65% | 0.75% | - |
| HSV(B) | 15.56º | 0.35% | 0.91% | - |
| XYZ | 54.22 | 49.48 | 36.4 | - |
| YUV | 188.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 152 | 0 | 0.26 | 0.35 | 0.09 | 15.56 | 0.65 | 0.75 |
| Hex | E9 | AD | 98 | 0 | 1A | 23 | 9 | 10 | 41 | 4B |
| Octal | 351 | 255 | 230 | 0 | 32 | 43 | 11 | 20 | 101 | 113 |
| Binary | 11101001 | 10101101 | 10011000 | 0 | 11010 | 100011 | 1001 | 10000 | 1000001 | 1001011 |
Color Harmonies of #E9AD98
Complementary color
Monochromatic Colors of #E9AD98
Black with #E9AD98
Text Example
Text Example
White with #E9AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD98; }
p { color: rgb(233,173,152); }
H1.HeaderClassName
{
color: #E9AD98;
}
.AnyTagClassName
{
color: #E9AD98;
}
</style>
background-color css
<style>
a { background-color: #E9AD98; }
a { background-color: rgb(233,173,152); }
div.DivClassName
{
background-color: #E9AD98;
}
.BgClassName
{
background-color: #E9AD98;
}
</style>
border-color css
<style>
span { border-color: #E9AD98; }
span { border-color: rgb(233,173,152); }
td.TdClassName
{
border-color: #E9AD98;
}
.TagClassName
{
border-color: #E9AD98;
}
</style>