Shades of Wax Flower #E4B095
Tints of Wax Flower #E4B095
RGB
CMYK
RGB Variations
Color information
#E4B095 (or 0xE4B095) is known color: Wax Flower. HEX triplet: E4, B0 and 95. RGB value is (228,176,149). Sum of RGB (Red+Green+Blue) = 228+176+149=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B095 is #1B4F6A. Grayscale: #BCBCBC. Windows color (decimal): -1789803 or 9810148. OLE color: 9810148.
HSL color Cylindrical-coordinate representation of color #E4B095: hue angle of 20.51º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4B095 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 149 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.11 |
| HSL | 20.51º | 0.59% | 0.74% | - |
| HSV(B) | 20.51º | 0.35% | 0.89% | - |
| XYZ | 52.95 | 49.71 | 35.24 | - |
| YUV | 188.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 149 | 0 | 0.23 | 0.35 | 0.11 | 20.51 | 0.59 | 0.74 |
| Hex | E4 | B0 | 95 | 0 | 17 | 23 | B | 15 | 3B | 4A |
| Octal | 344 | 260 | 225 | 0 | 27 | 43 | 13 | 25 | 73 | 112 |
| Binary | 11100100 | 10110000 | 10010101 | 0 | 10111 | 100011 | 1011 | 10101 | 111011 | 1001010 |
Color Harmonies of #E4B095
Complementary color
Monochromatic Colors of #E4B095
Black with #E4B095
Text Example
Text Example
White with #E4B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B095; }
p { color: rgb(228,176,149); }
H1.HeaderClassName
{
color: #E4B095;
}
.AnyTagClassName
{
color: #E4B095;
}
</style>
background-color css
<style>
a { background-color: #E4B095; }
a { background-color: rgb(228,176,149); }
div.DivClassName
{
background-color: #E4B095;
}
.BgClassName
{
background-color: #E4B095;
}
</style>
border-color css
<style>
span { border-color: #E4B095; }
span { border-color: rgb(228,176,149); }
td.TdClassName
{
border-color: #E4B095;
}
.TagClassName
{
border-color: #E4B095;
}
</style>