Shades of Wax Flower #E0B19B
Tints of Wax Flower #E0B19B
RGB
CMYK
RGB Variations
Color information
#E0B19B (or 0xE0B19B) is known color: Wax Flower. HEX triplet: E0, B1 and 9B. RGB value is (224,177,155). Sum of RGB (Red+Green+Blue) = 224+177+155=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B19B is #1F4E64. Grayscale: #BCBCBC. Windows color (decimal): -2051685 or 10203616. OLE color: 10203616.
HSL color Cylindrical-coordinate representation of color #E0B19B: hue angle of 19.13º 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 #E0B19B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 155 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.12 |
| HSL | 19.13º | 0.53% | 0.74% | - |
| HSV(B) | 19.13º | 0.31% | 0.88% | - |
| XYZ | 52.38 | 49.66 | 37.83 | - |
| YUV | 188.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 155 | 0 | 0.21 | 0.31 | 0.12 | 19.13 | 0.53 | 0.74 |
| Hex | E0 | B1 | 9B | 0 | 15 | 1F | C | 13 | 35 | 4A |
| Octal | 340 | 261 | 233 | 0 | 25 | 37 | 14 | 23 | 65 | 112 |
| Binary | 11100000 | 10110001 | 10011011 | 0 | 10101 | 11111 | 1100 | 10011 | 110101 | 1001010 |
Color Harmonies of #E0B19B
Complementary color
Monochromatic Colors of #E0B19B
Black with #E0B19B
Text Example
Text Example
White with #E0B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B19B; }
p { color: rgb(224,177,155); }
H1.HeaderClassName
{
color: #E0B19B;
}
.AnyTagClassName
{
color: #E0B19B;
}
</style>
background-color css
<style>
a { background-color: #E0B19B; }
a { background-color: rgb(224,177,155); }
div.DivClassName
{
background-color: #E0B19B;
}
.BgClassName
{
background-color: #E0B19B;
}
</style>
border-color css
<style>
span { border-color: #E0B19B; }
span { border-color: rgb(224,177,155); }
td.TdClassName
{
border-color: #E0B19B;
}
.TagClassName
{
border-color: #E0B19B;
}
</style>