Shades of Wax Flower #E4B39A
Tints of Wax Flower #E4B39A
RGB
CMYK
RGB Variations
Color information
#E4B39A (or 0xE4B39A) is known color: Wax Flower. HEX triplet: E4, B3 and 9A. RGB value is (228,179,154). Sum of RGB (Red+Green+Blue) = 228+179+154=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B39A is #1B4C65. Grayscale: #BEBEBE. Windows color (decimal): -1789030 or 10138596. OLE color: 10138596.
HSL color Cylindrical-coordinate representation of color #E4B39A: hue angle of 20.27º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4B39A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 179 | 154 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.11 |
| HSL | 20.27º | 0.58% | 0.75% | - |
| HSV(B) | 20.27º | 0.32% | 0.89% | - |
| XYZ | 53.95 | 51.07 | 37.59 | - |
| YUV | 190.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 179 | 154 | 0 | 0.21 | 0.32 | 0.11 | 20.27 | 0.58 | 0.75 |
| Hex | E4 | B3 | 9A | 0 | 15 | 20 | B | 14 | 3A | 4B |
| Octal | 344 | 263 | 232 | 0 | 25 | 40 | 13 | 24 | 72 | 113 |
| Binary | 11100100 | 10110011 | 10011010 | 0 | 10101 | 100000 | 1011 | 10100 | 111010 | 1001011 |
Color Harmonies of #E4B39A
Complementary color
Monochromatic Colors of #E4B39A
Black with #E4B39A
Text Example
Text Example
White with #E4B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B39A; }
p { color: rgb(228,179,154); }
H1.HeaderClassName
{
color: #E4B39A;
}
.AnyTagClassName
{
color: #E4B39A;
}
</style>
background-color css
<style>
a { background-color: #E4B39A; }
a { background-color: rgb(228,179,154); }
div.DivClassName
{
background-color: #E4B39A;
}
.BgClassName
{
background-color: #E4B39A;
}
</style>
border-color css
<style>
span { border-color: #E4B39A; }
span { border-color: rgb(228,179,154); }
td.TdClassName
{
border-color: #E4B39A;
}
.TagClassName
{
border-color: #E4B39A;
}
</style>