Shades of Wax Flower #E2B199
Tints of Wax Flower #E2B199
RGB
CMYK
RGB Variations
Color information
#E2B199 (or 0xE2B199) is known color: Wax Flower. HEX triplet: E2, B1 and 99. RGB value is (226,177,153). Sum of RGB (Red+Green+Blue) = 226+177+153=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B199 is #1D4E66. Grayscale: #BDBDBD. Windows color (decimal): -1920615 or 10072546. OLE color: 10072546.
HSL color Cylindrical-coordinate representation of color #E2B199: hue angle of 19.73º 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 #E2B199 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 153 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.11 |
| HSL | 19.73º | 0.56% | 0.74% | - |
| HSV(B) | 19.73º | 0.32% | 0.89% | - |
| XYZ | 52.84 | 49.91 | 36.99 | - |
| YUV | 188.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 153 | 0 | 0.22 | 0.32 | 0.11 | 19.73 | 0.56 | 0.74 |
| Hex | E2 | B1 | 99 | 0 | 16 | 20 | B | 14 | 38 | 4A |
| Octal | 342 | 261 | 231 | 0 | 26 | 40 | 13 | 24 | 70 | 112 |
| Binary | 11100010 | 10110001 | 10011001 | 0 | 10110 | 100000 | 1011 | 10100 | 111000 | 1001010 |
Color Harmonies of #E2B199
Complementary color
Monochromatic Colors of #E2B199
Black with #E2B199
Text Example
Text Example
White with #E2B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B199; }
p { color: rgb(226,177,153); }
H1.HeaderClassName
{
color: #E2B199;
}
.AnyTagClassName
{
color: #E2B199;
}
</style>
background-color css
<style>
a { background-color: #E2B199; }
a { background-color: rgb(226,177,153); }
div.DivClassName
{
background-color: #E2B199;
}
.BgClassName
{
background-color: #E2B199;
}
</style>
border-color css
<style>
span { border-color: #E2B199; }
span { border-color: rgb(226,177,153); }
td.TdClassName
{
border-color: #E2B199;
}
.TagClassName
{
border-color: #E2B199;
}
</style>