Shades of Wax Flower #E5B19A
Tints of Wax Flower #E5B19A
RGB
CMYK
RGB Variations
Color information
#E5B19A (or 0xE5B19A) is known color: Wax Flower. HEX triplet: E5, B1 and 9A. RGB value is (229,177,154). Sum of RGB (Red+Green+Blue) = 229+177+154=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B19A is #1A4E65. Grayscale: #BEBEBE. Windows color (decimal): -1724006 or 10138085. OLE color: 10138085.
HSL color Cylindrical-coordinate representation of color #E5B19A: hue angle of 18.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5B19A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 154 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.10 |
| HSL | 18.4º | 0.59% | 0.75% | - |
| HSV(B) | 18.4º | 0.33% | 0.9% | - |
| XYZ | 53.87 | 50.44 | 37.47 | - |
| YUV | 189.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 154 | 0 | 0.23 | 0.33 | 0.10 | 18.4 | 0.59 | 0.75 |
| Hex | E5 | B1 | 9A | 0 | 17 | 21 | A | 12 | 3B | 4B |
| Octal | 345 | 261 | 232 | 0 | 27 | 41 | 12 | 22 | 73 | 113 |
| Binary | 11100101 | 10110001 | 10011010 | 0 | 10111 | 100001 | 1010 | 10010 | 111011 | 1001011 |
Color Harmonies of #E5B19A
Complementary color
Monochromatic Colors of #E5B19A
Black with #E5B19A
Text Example
Text Example
White with #E5B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B19A; }
p { color: rgb(229,177,154); }
H1.HeaderClassName
{
color: #E5B19A;
}
.AnyTagClassName
{
color: #E5B19A;
}
</style>
background-color css
<style>
a { background-color: #E5B19A; }
a { background-color: rgb(229,177,154); }
div.DivClassName
{
background-color: #E5B19A;
}
.BgClassName
{
background-color: #E5B19A;
}
</style>
border-color css
<style>
span { border-color: #E5B19A; }
span { border-color: rgb(229,177,154); }
td.TdClassName
{
border-color: #E5B19A;
}
.TagClassName
{
border-color: #E5B19A;
}
</style>