Shades of Wax Flower #E0B19C
Tints of Wax Flower #E0B19C
RGB
CMYK
RGB Variations
Color information
#E0B19C (or 0xE0B19C) is known color: Wax Flower. HEX triplet: E0, B1 and 9C. RGB value is (224,177,156). Sum of RGB (Red+Green+Blue) = 224+177+156=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B19C is #1F4E63. Grayscale: #BCBCBC. Windows color (decimal): -2051684 or 10269152. OLE color: 10269152.
HSL color Cylindrical-coordinate representation of color #E0B19C: hue angle of 18.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B19C is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 156 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.12 |
| HSL | 18.53º | 0.52% | 0.75% | - |
| HSV(B) | 18.53º | 0.3% | 0.88% | - |
| XYZ | 52.46 | 49.69 | 38.28 | - |
| YUV | 188.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 156 | 0 | 0.21 | 0.30 | 0.12 | 18.53 | 0.52 | 0.75 |
| Hex | E0 | B1 | 9C | 0 | 15 | 1E | C | 13 | 34 | 4B |
| Octal | 340 | 261 | 234 | 0 | 25 | 36 | 14 | 23 | 64 | 113 |
| Binary | 11100000 | 10110001 | 10011100 | 0 | 10101 | 11110 | 1100 | 10011 | 110100 | 1001011 |
Color Harmonies of #E0B19C
Complementary color
Monochromatic Colors of #E0B19C
Black with #E0B19C
Text Example
Text Example
White with #E0B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B19C; }
p { color: rgb(224,177,156); }
H1.HeaderClassName
{
color: #E0B19C;
}
.AnyTagClassName
{
color: #E0B19C;
}
</style>
background-color css
<style>
a { background-color: #E0B19C; }
a { background-color: rgb(224,177,156); }
div.DivClassName
{
background-color: #E0B19C;
}
.BgClassName
{
background-color: #E0B19C;
}
</style>
border-color css
<style>
span { border-color: #E0B19C; }
span { border-color: rgb(224,177,156); }
td.TdClassName
{
border-color: #E0B19C;
}
.TagClassName
{
border-color: #E0B19C;
}
</style>