Shades of Wax Flower #E2B099
Tints of Wax Flower #E2B099
RGB
CMYK
RGB Variations
Color information
#E2B099 (or 0xE2B099) is known color: Wax Flower. HEX triplet: E2, B0 and 99. RGB value is (226,176,153). Sum of RGB (Red+Green+Blue) = 226+176+153=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B099 is #1D4F66. Grayscale: #BCBCBC. Windows color (decimal): -1920871 or 10072290. OLE color: 10072290.
HSL color Cylindrical-coordinate representation of color #E2B099: hue angle of 18.9º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2B099 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 153 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.11 |
| HSL | 18.9º | 0.56% | 0.74% | - |
| HSV(B) | 18.9º | 0.32% | 0.89% | - |
| XYZ | 52.64 | 49.52 | 36.92 | - |
| YUV | 188.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 153 | 0 | 0.22 | 0.32 | 0.11 | 18.9 | 0.56 | 0.74 |
| Hex | E2 | B0 | 99 | 0 | 16 | 20 | B | 13 | 38 | 4A |
| Octal | 342 | 260 | 231 | 0 | 26 | 40 | 13 | 23 | 70 | 112 |
| Binary | 11100010 | 10110000 | 10011001 | 0 | 10110 | 100000 | 1011 | 10011 | 111000 | 1001010 |
Color Harmonies of #E2B099
Complementary color
Monochromatic Colors of #E2B099
Black with #E2B099
Text Example
Text Example
White with #E2B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B099; }
p { color: rgb(226,176,153); }
H1.HeaderClassName
{
color: #E2B099;
}
.AnyTagClassName
{
color: #E2B099;
}
</style>
background-color css
<style>
a { background-color: #E2B099; }
a { background-color: rgb(226,176,153); }
div.DivClassName
{
background-color: #E2B099;
}
.BgClassName
{
background-color: #E2B099;
}
</style>
border-color css
<style>
span { border-color: #E2B099; }
span { border-color: rgb(226,176,153); }
td.TdClassName
{
border-color: #E2B099;
}
.TagClassName
{
border-color: #E2B099;
}
</style>