Shades of Wax Flower #E3B19D
Tints of Wax Flower #E3B19D
RGB
CMYK
RGB Variations
Color information
#E3B19D (or 0xE3B19D) is known color: Wax Flower. HEX triplet: E3, B1 and 9D. RGB value is (227,177,157). Sum of RGB (Red+Green+Blue) = 227+177+157=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B19D is #1C4E62. Grayscale: #BDBDBD. Windows color (decimal): -1855075 or 10334691. OLE color: 10334691.
HSL color Cylindrical-coordinate representation of color #E3B19D: hue angle of 17.14º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3B19D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 177 | 157 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.11 |
| HSL | 17.14º | 0.56% | 0.75% | - |
| HSV(B) | 17.14º | 0.31% | 0.89% | - |
| XYZ | 53.49 | 50.21 | 38.77 | - |
| YUV | 189.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 177 | 157 | 0 | 0.22 | 0.31 | 0.11 | 17.14 | 0.56 | 0.75 |
| Hex | E3 | B1 | 9D | 0 | 16 | 1F | B | 11 | 38 | 4B |
| Octal | 343 | 261 | 235 | 0 | 26 | 37 | 13 | 21 | 70 | 113 |
| Binary | 11100011 | 10110001 | 10011101 | 0 | 10110 | 11111 | 1011 | 10001 | 111000 | 1001011 |
Color Harmonies of #E3B19D
Complementary color
Monochromatic Colors of #E3B19D
Black with #E3B19D
Text Example
Text Example
White with #E3B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B19D; }
p { color: rgb(227,177,157); }
H1.HeaderClassName
{
color: #E3B19D;
}
.AnyTagClassName
{
color: #E3B19D;
}
</style>
background-color css
<style>
a { background-color: #E3B19D; }
a { background-color: rgb(227,177,157); }
div.DivClassName
{
background-color: #E3B19D;
}
.BgClassName
{
background-color: #E3B19D;
}
</style>
border-color css
<style>
span { border-color: #E3B19D; }
span { border-color: rgb(227,177,157); }
td.TdClassName
{
border-color: #E3B19D;
}
.TagClassName
{
border-color: #E3B19D;
}
</style>