Shades of Wax Flower #E1B09A
Tints of Wax Flower #E1B09A
RGB
CMYK
RGB Variations
Color information
#E1B09A (or 0xE1B09A) is known color: Wax Flower. HEX triplet: E1, B0 and 9A. RGB value is (225,176,154). Sum of RGB (Red+Green+Blue) = 225+176+154=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B09A is #1E4F65. Grayscale: #BCBCBC. Windows color (decimal): -1986406 or 10137825. OLE color: 10137825.
HSL color Cylindrical-coordinate representation of color #E1B09A: hue angle of 18.59º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1B09A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 154 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.12 |
| HSL | 18.59º | 0.54% | 0.74% | - |
| HSV(B) | 18.59º | 0.32% | 0.88% | - |
| XYZ | 52.41 | 49.39 | 37.34 | - |
| YUV | 188.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 154 | 0 | 0.22 | 0.32 | 0.12 | 18.59 | 0.54 | 0.74 |
| Hex | E1 | B0 | 9A | 0 | 16 | 20 | C | 13 | 36 | 4A |
| Octal | 341 | 260 | 232 | 0 | 26 | 40 | 14 | 23 | 66 | 112 |
| Binary | 11100001 | 10110000 | 10011010 | 0 | 10110 | 100000 | 1100 | 10011 | 110110 | 1001010 |
Color Harmonies of #E1B09A
Complementary color
Monochromatic Colors of #E1B09A
Black with #E1B09A
Text Example
Text Example
White with #E1B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B09A; }
p { color: rgb(225,176,154); }
H1.HeaderClassName
{
color: #E1B09A;
}
.AnyTagClassName
{
color: #E1B09A;
}
</style>
background-color css
<style>
a { background-color: #E1B09A; }
a { background-color: rgb(225,176,154); }
div.DivClassName
{
background-color: #E1B09A;
}
.BgClassName
{
background-color: #E1B09A;
}
</style>
border-color css
<style>
span { border-color: #E1B09A; }
span { border-color: rgb(225,176,154); }
td.TdClassName
{
border-color: #E1B09A;
}
.TagClassName
{
border-color: #E1B09A;
}
</style>