Shades of Wax Flower #E3B49B
Tints of Wax Flower #E3B49B
RGB
CMYK
RGB Variations
Color information
#E3B49B (or 0xE3B49B) is known color: Wax Flower. HEX triplet: E3, B4 and 9B. RGB value is (227,180,155). Sum of RGB (Red+Green+Blue) = 227+180+155=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B49B is #1C4B64. Grayscale: #BFBFBF. Windows color (decimal): -1854309 or 10204387. OLE color: 10204387.
HSL color Cylindrical-coordinate representation of color #E3B49B: hue angle of 20.83º degrees, saturation: 0.56, 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 #E3B49B is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 155 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.11 |
| HSL | 20.83º | 0.56% | 0.75% | - |
| HSV(B) | 20.83º | 0.32% | 0.89% | - |
| XYZ | 53.92 | 51.34 | 38.08 | - |
| YUV | 191.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 155 | 0 | 0.21 | 0.32 | 0.11 | 20.83 | 0.56 | 0.75 |
| Hex | E3 | B4 | 9B | 0 | 15 | 20 | B | 15 | 38 | 4B |
| Octal | 343 | 264 | 233 | 0 | 25 | 40 | 13 | 25 | 70 | 113 |
| Binary | 11100011 | 10110100 | 10011011 | 0 | 10101 | 100000 | 1011 | 10101 | 111000 | 1001011 |
Color Harmonies of #E3B49B
Complementary color
Monochromatic Colors of #E3B49B
Black with #E3B49B
Text Example
Text Example
White with #E3B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B49B; }
p { color: rgb(227,180,155); }
H1.HeaderClassName
{
color: #E3B49B;
}
.AnyTagClassName
{
color: #E3B49B;
}
</style>
background-color css
<style>
a { background-color: #E3B49B; }
a { background-color: rgb(227,180,155); }
div.DivClassName
{
background-color: #E3B49B;
}
.BgClassName
{
background-color: #E3B49B;
}
</style>
border-color css
<style>
span { border-color: #E3B49B; }
span { border-color: rgb(227,180,155); }
td.TdClassName
{
border-color: #E3B49B;
}
.TagClassName
{
border-color: #E3B49B;
}
</style>