Shades of Wax Flower #E9B39B
Tints of Wax Flower #E9B39B
RGB
CMYK
RGB Variations
Color information
#E9B39B (or 0xE9B39B) is known color: Wax Flower. HEX triplet: E9, B3 and 9B. RGB value is (233,179,155). Sum of RGB (Red+Green+Blue) = 233+179+155=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B39B is #164C64. Grayscale: #C0C0C0. Windows color (decimal): -1461349 or 10204137. OLE color: 10204137.
HSL color Cylindrical-coordinate representation of color #E9B39B: hue angle of 18.46º 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 #E9B39B is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 179 | 155 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.09 |
| HSL | 18.46º | 0.64% | 0.76% | - |
| HSV(B) | 18.46º | 0.33% | 0.91% | - |
| XYZ | 55.64 | 51.93 | 38.1 | - |
| YUV | 192.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 155 | 0 | 0.23 | 0.33 | 0.09 | 18.46 | 0.64 | 0.76 |
| Hex | E9 | B3 | 9B | 0 | 17 | 21 | 9 | 12 | 40 | 4C |
| Octal | 351 | 263 | 233 | 0 | 27 | 41 | 11 | 22 | 100 | 114 |
| Binary | 11101001 | 10110011 | 10011011 | 0 | 10111 | 100001 | 1001 | 10010 | 1000000 | 1001100 |
Color Harmonies of #E9B39B
Complementary color
Monochromatic Colors of #E9B39B
Black with #E9B39B
Text Example
Text Example
White with #E9B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B39B; }
p { color: rgb(233,179,155); }
H1.HeaderClassName
{
color: #E9B39B;
}
.AnyTagClassName
{
color: #E9B39B;
}
</style>
background-color css
<style>
a { background-color: #E9B39B; }
a { background-color: rgb(233,179,155); }
div.DivClassName
{
background-color: #E9B39B;
}
.BgClassName
{
background-color: #E9B39B;
}
</style>
border-color css
<style>
span { border-color: #E9B39B; }
span { border-color: rgb(233,179,155); }
td.TdClassName
{
border-color: #E9B39B;
}
.TagClassName
{
border-color: #E9B39B;
}
</style>