Shades of Wax Flower #E2B09C
Tints of Wax Flower #E2B09C
RGB
CMYK
RGB Variations
Color information
#E2B09C (or 0xE2B09C) is known color: Wax Flower. HEX triplet: E2, B0 and 9C. RGB value is (226,176,156). Sum of RGB (Red+Green+Blue) = 226+176+156=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B09C is #1D4F63. Grayscale: #BCBCBC. Windows color (decimal): -1920868 or 10268898. OLE color: 10268898.
HSL color Cylindrical-coordinate representation of color #E2B09C: hue angle of 17.14º 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 #E2B09C is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 156 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.11 |
| HSL | 17.14º | 0.55% | 0.75% | - |
| HSV(B) | 17.14º | 0.31% | 0.89% | - |
| XYZ | 52.89 | 49.62 | 38.24 | - |
| YUV | 188.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 156 | 0 | 0.22 | 0.31 | 0.11 | 17.14 | 0.55 | 0.75 |
| Hex | E2 | B0 | 9C | 0 | 16 | 1F | B | 11 | 37 | 4B |
| Octal | 342 | 260 | 234 | 0 | 26 | 37 | 13 | 21 | 67 | 113 |
| Binary | 11100010 | 10110000 | 10011100 | 0 | 10110 | 11111 | 1011 | 10001 | 110111 | 1001011 |
Color Harmonies of #E2B09C
Complementary color
Monochromatic Colors of #E2B09C
Black with #E2B09C
Text Example
Text Example
White with #E2B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B09C; }
p { color: rgb(226,176,156); }
H1.HeaderClassName
{
color: #E2B09C;
}
.AnyTagClassName
{
color: #E2B09C;
}
</style>
background-color css
<style>
a { background-color: #E2B09C; }
a { background-color: rgb(226,176,156); }
div.DivClassName
{
background-color: #E2B09C;
}
.BgClassName
{
background-color: #E2B09C;
}
</style>
border-color css
<style>
span { border-color: #E2B09C; }
span { border-color: rgb(226,176,156); }
td.TdClassName
{
border-color: #E2B09C;
}
.TagClassName
{
border-color: #E2B09C;
}
</style>