Shades of Wax Flower #E2B19D
Tints of Wax Flower #E2B19D
RGB
CMYK
RGB Variations
Color information
#E2B19D (or 0xE2B19D) is known color: Wax Flower. HEX triplet: E2, B1 and 9D. RGB value is (226,177,157). Sum of RGB (Red+Green+Blue) = 226+177+157=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B19D is #1D4E62. Grayscale: #BDBDBD. Windows color (decimal): -1920611 or 10334690. OLE color: 10334690.
HSL color Cylindrical-coordinate representation of color #E2B19D: hue angle of 17.39º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2B19D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 157 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.11 |
| HSL | 17.39º | 0.54% | 0.75% | - |
| HSV(B) | 17.39º | 0.31% | 0.89% | - |
| XYZ | 53.17 | 50.05 | 38.76 | - |
| YUV | 189.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 157 | 0 | 0.22 | 0.31 | 0.11 | 17.39 | 0.54 | 0.75 |
| Hex | E2 | B1 | 9D | 0 | 16 | 1F | B | 11 | 36 | 4B |
| Octal | 342 | 261 | 235 | 0 | 26 | 37 | 13 | 21 | 66 | 113 |
| Binary | 11100010 | 10110001 | 10011101 | 0 | 10110 | 11111 | 1011 | 10001 | 110110 | 1001011 |
Color Harmonies of #E2B19D
Complementary color
Monochromatic Colors of #E2B19D
Black with #E2B19D
Text Example
Text Example
White with #E2B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B19D; }
p { color: rgb(226,177,157); }
H1.HeaderClassName
{
color: #E2B19D;
}
.AnyTagClassName
{
color: #E2B19D;
}
</style>
background-color css
<style>
a { background-color: #E2B19D; }
a { background-color: rgb(226,177,157); }
div.DivClassName
{
background-color: #E2B19D;
}
.BgClassName
{
background-color: #E2B19D;
}
</style>
border-color css
<style>
span { border-color: #E2B19D; }
span { border-color: rgb(226,177,157); }
td.TdClassName
{
border-color: #E2B19D;
}
.TagClassName
{
border-color: #E2B19D;
}
</style>