Shades of Wax Flower #E2B39A
Tints of Wax Flower #E2B39A
RGB
CMYK
RGB Variations
Color information
#E2B39A (or 0xE2B39A) is known color: Wax Flower. HEX triplet: E2, B3 and 9A. RGB value is (226,179,154). Sum of RGB (Red+Green+Blue) = 226+179+154=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B39A is #1D4C65. Grayscale: #BEBEBE. Windows color (decimal): -1920102 or 10138594. OLE color: 10138594.
HSL color Cylindrical-coordinate representation of color #E2B39A: hue angle of 20.83º degrees, saturation: 0.55, 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 #E2B39A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 154 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.11 |
| HSL | 20.83º | 0.55% | 0.75% | - |
| HSV(B) | 20.83º | 0.32% | 0.89% | - |
| XYZ | 53.32 | 50.74 | 37.56 | - |
| YUV | 190.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 154 | 0 | 0.21 | 0.32 | 0.11 | 20.83 | 0.55 | 0.75 |
| Hex | E2 | B3 | 9A | 0 | 15 | 20 | B | 15 | 37 | 4B |
| Octal | 342 | 263 | 232 | 0 | 25 | 40 | 13 | 25 | 67 | 113 |
| Binary | 11100010 | 10110011 | 10011010 | 0 | 10101 | 100000 | 1011 | 10101 | 110111 | 1001011 |
Color Harmonies of #E2B39A
Complementary color
Monochromatic Colors of #E2B39A
Black with #E2B39A
Text Example
Text Example
White with #E2B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B39A; }
p { color: rgb(226,179,154); }
H1.HeaderClassName
{
color: #E2B39A;
}
.AnyTagClassName
{
color: #E2B39A;
}
</style>
background-color css
<style>
a { background-color: #E2B39A; }
a { background-color: rgb(226,179,154); }
div.DivClassName
{
background-color: #E2B39A;
}
.BgClassName
{
background-color: #E2B39A;
}
</style>
border-color css
<style>
span { border-color: #E2B39A; }
span { border-color: rgb(226,179,154); }
td.TdClassName
{
border-color: #E2B39A;
}
.TagClassName
{
border-color: #E2B39A;
}
</style>