Shades of Wax Flower #E4B196
Tints of Wax Flower #E4B196
RGB
CMYK
RGB Variations
Color information
#E4B196 (or 0xE4B196) is known color: Wax Flower. HEX triplet: E4, B1 and 96. RGB value is (228,177,150). Sum of RGB (Red+Green+Blue) = 228+177+150=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B196 is #1B4E69. Grayscale: #BDBDBD. Windows color (decimal): -1789546 or 9875940. OLE color: 9875940.
HSL color Cylindrical-coordinate representation of color #E4B196: hue angle of 20.77º degrees, saturation: 0.59, 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 #E4B196 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 150 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.11 |
| HSL | 20.77º | 0.59% | 0.74% | - |
| HSV(B) | 20.77º | 0.34% | 0.89% | - |
| XYZ | 53.22 | 50.14 | 35.73 | - |
| YUV | 189.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 150 | 0 | 0.22 | 0.34 | 0.11 | 20.77 | 0.59 | 0.74 |
| Hex | E4 | B1 | 96 | 0 | 16 | 22 | B | 15 | 3B | 4A |
| Octal | 344 | 261 | 226 | 0 | 26 | 42 | 13 | 25 | 73 | 112 |
| Binary | 11100100 | 10110001 | 10010110 | 0 | 10110 | 100010 | 1011 | 10101 | 111011 | 1001010 |
Color Harmonies of #E4B196
Complementary color
Monochromatic Colors of #E4B196
Black with #E4B196
Text Example
Text Example
White with #E4B196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B196; }
p { color: rgb(228,177,150); }
H1.HeaderClassName
{
color: #E4B196;
}
.AnyTagClassName
{
color: #E4B196;
}
</style>
background-color css
<style>
a { background-color: #E4B196; }
a { background-color: rgb(228,177,150); }
div.DivClassName
{
background-color: #E4B196;
}
.BgClassName
{
background-color: #E4B196;
}
</style>
border-color css
<style>
span { border-color: #E4B196; }
span { border-color: rgb(228,177,150); }
td.TdClassName
{
border-color: #E4B196;
}
.TagClassName
{
border-color: #E4B196;
}
</style>