Shades of Wax Flower #E0B09B
Tints of Wax Flower #E0B09B
RGB
CMYK
RGB Variations
Color information
#E0B09B (or 0xE0B09B) is known color: Wax Flower. HEX triplet: E0, B0 and 9B. RGB value is (224,176,155). Sum of RGB (Red+Green+Blue) = 224+176+155=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B09B is #1F4F64. Grayscale: #BCBCBC. Windows color (decimal): -2051941 or 10203360. OLE color: 10203360.
HSL color Cylindrical-coordinate representation of color #E0B09B: hue angle of 18.26º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0B09B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 155 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.12 |
| HSL | 18.26º | 0.53% | 0.74% | - |
| HSV(B) | 18.26º | 0.31% | 0.88% | - |
| XYZ | 52.18 | 49.26 | 37.77 | - |
| YUV | 187.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 155 | 0 | 0.21 | 0.31 | 0.12 | 18.26 | 0.53 | 0.74 |
| Hex | E0 | B0 | 9B | 0 | 15 | 1F | C | 12 | 35 | 4A |
| Octal | 340 | 260 | 233 | 0 | 25 | 37 | 14 | 22 | 65 | 112 |
| Binary | 11100000 | 10110000 | 10011011 | 0 | 10101 | 11111 | 1100 | 10010 | 110101 | 1001010 |
Color Harmonies of #E0B09B
Complementary color
Monochromatic Colors of #E0B09B
Black with #E0B09B
Text Example
Text Example
White with #E0B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B09B; }
p { color: rgb(224,176,155); }
H1.HeaderClassName
{
color: #E0B09B;
}
.AnyTagClassName
{
color: #E0B09B;
}
</style>
background-color css
<style>
a { background-color: #E0B09B; }
a { background-color: rgb(224,176,155); }
div.DivClassName
{
background-color: #E0B09B;
}
.BgClassName
{
background-color: #E0B09B;
}
</style>
border-color css
<style>
span { border-color: #E0B09B; }
span { border-color: rgb(224,176,155); }
td.TdClassName
{
border-color: #E0B09B;
}
.TagClassName
{
border-color: #E0B09B;
}
</style>