Shades of Wax Flower #E9B398
Tints of Wax Flower #E9B398
RGB
CMYK
RGB Variations
Color information
#E9B398 (or 0xE9B398) is known color: Wax Flower. HEX triplet: E9, B3 and 98. RGB value is (233,179,152). Sum of RGB (Red+Green+Blue) = 233+179+152=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B398 is #164C67. Grayscale: #C0C0C0. Windows color (decimal): -1461352 or 10007529. OLE color: 10007529.
HSL color Cylindrical-coordinate representation of color #E9B398: hue angle of 20º 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 #E9B398 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 179 | 152 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.09 |
| HSL | 20º | 0.65% | 0.75% | - |
| HSV(B) | 20º | 0.35% | 0.91% | - |
| XYZ | 55.39 | 51.83 | 36.79 | - |
| YUV | 192.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 152 | 0 | 0.23 | 0.35 | 0.09 | 20 | 0.65 | 0.75 |
| Hex | E9 | B3 | 98 | 0 | 17 | 23 | 9 | 14 | 41 | 4B |
| Octal | 351 | 263 | 230 | 0 | 27 | 43 | 11 | 24 | 101 | 113 |
| Binary | 11101001 | 10110011 | 10011000 | 0 | 10111 | 100011 | 1001 | 10100 | 1000001 | 1001011 |
Color Harmonies of #E9B398
Complementary color
Monochromatic Colors of #E9B398
Black with #E9B398
Text Example
Text Example
White with #E9B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B398; }
p { color: rgb(233,179,152); }
H1.HeaderClassName
{
color: #E9B398;
}
.AnyTagClassName
{
color: #E9B398;
}
</style>
background-color css
<style>
a { background-color: #E9B398; }
a { background-color: rgb(233,179,152); }
div.DivClassName
{
background-color: #E9B398;
}
.BgClassName
{
background-color: #E9B398;
}
</style>
border-color css
<style>
span { border-color: #E9B398; }
span { border-color: rgb(233,179,152); }
td.TdClassName
{
border-color: #E9B398;
}
.TagClassName
{
border-color: #E9B398;
}
</style>