Shades of Wax Flower #E8B39B
Tints of Wax Flower #E8B39B
RGB
CMYK
RGB Variations
Color information
#E8B39B (or 0xE8B39B) is known color: Wax Flower. HEX triplet: E8, B3 and 9B. RGB value is (232,179,155). Sum of RGB (Red+Green+Blue) = 232+179+155=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B39B is #174C64. Grayscale: #C0C0C0. Windows color (decimal): -1526885 or 10204136. OLE color: 10204136.
HSL color Cylindrical-coordinate representation of color #E8B39B: hue angle of 18.7º 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 #E8B39B is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 179 | 155 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.09 |
| HSL | 18.7º | 0.63% | 0.76% | - |
| HSV(B) | 18.7º | 0.33% | 0.91% | - |
| XYZ | 55.32 | 51.76 | 38.09 | - |
| YUV | 192.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 155 | 0 | 0.23 | 0.33 | 0.09 | 18.7 | 0.63 | 0.76 |
| Hex | E8 | B3 | 9B | 0 | 17 | 21 | 9 | 13 | 3F | 4C |
| Octal | 350 | 263 | 233 | 0 | 27 | 41 | 11 | 23 | 77 | 114 |
| Binary | 11101000 | 10110011 | 10011011 | 0 | 10111 | 100001 | 1001 | 10011 | 111111 | 1001100 |
Color Harmonies of #E8B39B
Complementary color
Monochromatic Colors of #E8B39B
Black with #E8B39B
Text Example
Text Example
White with #E8B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B39B; }
p { color: rgb(232,179,155); }
H1.HeaderClassName
{
color: #E8B39B;
}
.AnyTagClassName
{
color: #E8B39B;
}
</style>
background-color css
<style>
a { background-color: #E8B39B; }
a { background-color: rgb(232,179,155); }
div.DivClassName
{
background-color: #E8B39B;
}
.BgClassName
{
background-color: #E8B39B;
}
</style>
border-color css
<style>
span { border-color: #E8B39B; }
span { border-color: rgb(232,179,155); }
td.TdClassName
{
border-color: #E8B39B;
}
.TagClassName
{
border-color: #E8B39B;
}
</style>