Shades of Wax Flower #E9B39D
Tints of Wax Flower #E9B39D
RGB
CMYK
RGB Variations
Color information
#E9B39D (or 0xE9B39D) is known color: Wax Flower. HEX triplet: E9, B3 and 9D. RGB value is (233,179,157). Sum of RGB (Red+Green+Blue) = 233+179+157=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B39D is #164C62. Grayscale: #C0C0C0. Windows color (decimal): -1461347 or 10335209. OLE color: 10335209.
HSL color Cylindrical-coordinate representation of color #E9B39D: hue angle of 17.37º degrees, saturation: 0.63, 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 #E9B39D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 179 | 157 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.09 |
| HSL | 17.37º | 0.63% | 0.76% | - |
| HSV(B) | 17.37º | 0.33% | 0.91% | - |
| XYZ | 55.81 | 52 | 38.99 | - |
| YUV | 192.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 157 | 0 | 0.23 | 0.33 | 0.09 | 17.37 | 0.63 | 0.76 |
| Hex | E9 | B3 | 9D | 0 | 17 | 21 | 9 | 11 | 3F | 4C |
| Octal | 351 | 263 | 235 | 0 | 27 | 41 | 11 | 21 | 77 | 114 |
| Binary | 11101001 | 10110011 | 10011101 | 0 | 10111 | 100001 | 1001 | 10001 | 111111 | 1001100 |
Color Harmonies of #E9B39D
Complementary color
Monochromatic Colors of #E9B39D
Black with #E9B39D
Text Example
Text Example
White with #E9B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B39D; }
p { color: rgb(233,179,157); }
H1.HeaderClassName
{
color: #E9B39D;
}
.AnyTagClassName
{
color: #E9B39D;
}
</style>
background-color css
<style>
a { background-color: #E9B39D; }
a { background-color: rgb(233,179,157); }
div.DivClassName
{
background-color: #E9B39D;
}
.BgClassName
{
background-color: #E9B39D;
}
</style>
border-color css
<style>
span { border-color: #E9B39D; }
span { border-color: rgb(233,179,157); }
td.TdClassName
{
border-color: #E9B39D;
}
.TagClassName
{
border-color: #E9B39D;
}
</style>