Shades of Wax Flower #E2B49C
Tints of Wax Flower #E2B49C
RGB
CMYK
RGB Variations
Color information
#E2B49C (or 0xE2B49C) is known color: Wax Flower. HEX triplet: E2, B4 and 9C. RGB value is (226,180,156). Sum of RGB (Red+Green+Blue) = 226+180+156=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B49C is #1D4B63. Grayscale: #BFBFBF. Windows color (decimal): -1919844 or 10269922. OLE color: 10269922.
HSL color Cylindrical-coordinate representation of color #E2B49C: hue angle of 20.57º degrees, saturation: 0.55, 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 #E2B49C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 156 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.11 |
| HSL | 20.57º | 0.55% | 0.75% | - |
| HSV(B) | 20.57º | 0.31% | 0.89% | - |
| XYZ | 53.69 | 51.21 | 38.51 | - |
| YUV | 191.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 156 | 0 | 0.20 | 0.31 | 0.11 | 20.57 | 0.55 | 0.75 |
| Hex | E2 | B4 | 9C | 0 | 14 | 1F | B | 15 | 37 | 4B |
| Octal | 342 | 264 | 234 | 0 | 24 | 37 | 13 | 25 | 67 | 113 |
| Binary | 11100010 | 10110100 | 10011100 | 0 | 10100 | 11111 | 1011 | 10101 | 110111 | 1001011 |
Color Harmonies of #E2B49C
Complementary color
Monochromatic Colors of #E2B49C
Black with #E2B49C
Text Example
Text Example
White with #E2B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B49C; }
p { color: rgb(226,180,156); }
H1.HeaderClassName
{
color: #E2B49C;
}
.AnyTagClassName
{
color: #E2B49C;
}
</style>
background-color css
<style>
a { background-color: #E2B49C; }
a { background-color: rgb(226,180,156); }
div.DivClassName
{
background-color: #E2B49C;
}
.BgClassName
{
background-color: #E2B49C;
}
</style>
border-color css
<style>
span { border-color: #E2B49C; }
span { border-color: rgb(226,180,156); }
td.TdClassName
{
border-color: #E2B49C;
}
.TagClassName
{
border-color: #E2B49C;
}
</style>