Shades of Wax Flower #E3B19A
Tints of Wax Flower #E3B19A
RGB
CMYK
RGB Variations
Color information
#E3B19A (or 0xE3B19A) is known color: Wax Flower. HEX triplet: E3, B1 and 9A. RGB value is (227,177,154). Sum of RGB (Red+Green+Blue) = 227+177+154=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B19A is #1C4E65. Grayscale: #BDBDBD. Windows color (decimal): -1855078 or 10138083. OLE color: 10138083.
HSL color Cylindrical-coordinate representation of color #E3B19A: hue angle of 18.9º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3B19A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 177 | 154 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.11 |
| HSL | 18.9º | 0.57% | 0.75% | - |
| HSV(B) | 18.9º | 0.32% | 0.89% | - |
| XYZ | 53.23 | 50.11 | 37.44 | - |
| YUV | 189.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 177 | 154 | 0 | 0.22 | 0.32 | 0.11 | 18.9 | 0.57 | 0.75 |
| Hex | E3 | B1 | 9A | 0 | 16 | 20 | B | 13 | 39 | 4B |
| Octal | 343 | 261 | 232 | 0 | 26 | 40 | 13 | 23 | 71 | 113 |
| Binary | 11100011 | 10110001 | 10011010 | 0 | 10110 | 100000 | 1011 | 10011 | 111001 | 1001011 |
Color Harmonies of #E3B19A
Complementary color
Monochromatic Colors of #E3B19A
Black with #E3B19A
Text Example
Text Example
White with #E3B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B19A; }
p { color: rgb(227,177,154); }
H1.HeaderClassName
{
color: #E3B19A;
}
.AnyTagClassName
{
color: #E3B19A;
}
</style>
background-color css
<style>
a { background-color: #E3B19A; }
a { background-color: rgb(227,177,154); }
div.DivClassName
{
background-color: #E3B19A;
}
.BgClassName
{
background-color: #E3B19A;
}
</style>
border-color css
<style>
span { border-color: #E3B19A; }
span { border-color: rgb(227,177,154); }
td.TdClassName
{
border-color: #E3B19A;
}
.TagClassName
{
border-color: #E3B19A;
}
</style>