Shades of Wax Flower #E3B196
Tints of Wax Flower #E3B196
RGB
CMYK
RGB Variations
Color information
#E3B196 (or 0xE3B196) is known color: Wax Flower. HEX triplet: E3, B1 and 96. RGB value is (227,177,150). Sum of RGB (Red+Green+Blue) = 227+177+150=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B196 is #1C4E69. Grayscale: #BDBDBD. Windows color (decimal): -1855082 or 9875939. OLE color: 9875939.
HSL color Cylindrical-coordinate representation of color #E3B196: hue angle of 21.04º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3B196 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 177 | 150 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.11 |
| HSL | 21.04º | 0.58% | 0.74% | - |
| HSV(B) | 21.04º | 0.34% | 0.89% | - |
| XYZ | 52.91 | 49.98 | 35.71 | - |
| YUV | 188.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 177 | 150 | 0 | 0.22 | 0.34 | 0.11 | 21.04 | 0.58 | 0.74 |
| Hex | E3 | B1 | 96 | 0 | 16 | 22 | B | 15 | 3A | 4A |
| Octal | 343 | 261 | 226 | 0 | 26 | 42 | 13 | 25 | 72 | 112 |
| Binary | 11100011 | 10110001 | 10010110 | 0 | 10110 | 100010 | 1011 | 10101 | 111010 | 1001010 |
Color Harmonies of #E3B196
Complementary color
Monochromatic Colors of #E3B196
Black with #E3B196
Text Example
Text Example
White with #E3B196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B196; }
p { color: rgb(227,177,150); }
H1.HeaderClassName
{
color: #E3B196;
}
.AnyTagClassName
{
color: #E3B196;
}
</style>
background-color css
<style>
a { background-color: #E3B196; }
a { background-color: rgb(227,177,150); }
div.DivClassName
{
background-color: #E3B196;
}
.BgClassName
{
background-color: #E3B196;
}
</style>
border-color css
<style>
span { border-color: #E3B196; }
span { border-color: rgb(227,177,150); }
td.TdClassName
{
border-color: #E3B196;
}
.TagClassName
{
border-color: #E3B196;
}
</style>