Shades of Wax Flower #E4B195
Tints of Wax Flower #E4B195
RGB
CMYK
RGB Variations
Color information
#E4B195 (or 0xE4B195) is known color: Wax Flower. HEX triplet: E4, B1 and 95. RGB value is (228,177,149). Sum of RGB (Red+Green+Blue) = 228+177+149=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B195 is #1B4E6A. Grayscale: #BDBDBD. Windows color (decimal): -1789547 or 9810404. OLE color: 9810404.
HSL color Cylindrical-coordinate representation of color #E4B195: hue angle of 21.27º 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 #E4B195 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 149 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.11 |
| HSL | 21.27º | 0.59% | 0.74% | - |
| HSV(B) | 21.27º | 0.35% | 0.89% | - |
| XYZ | 53.14 | 50.11 | 35.3 | - |
| YUV | 189.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 149 | 0 | 0.22 | 0.35 | 0.11 | 21.27 | 0.59 | 0.74 |
| Hex | E4 | B1 | 95 | 0 | 16 | 23 | B | 15 | 3B | 4A |
| Octal | 344 | 261 | 225 | 0 | 26 | 43 | 13 | 25 | 73 | 112 |
| Binary | 11100100 | 10110001 | 10010101 | 0 | 10110 | 100011 | 1011 | 10101 | 111011 | 1001010 |
Color Harmonies of #E4B195
Complementary color
Monochromatic Colors of #E4B195
Black with #E4B195
Text Example
Text Example
White with #E4B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B195; }
p { color: rgb(228,177,149); }
H1.HeaderClassName
{
color: #E4B195;
}
.AnyTagClassName
{
color: #E4B195;
}
</style>
background-color css
<style>
a { background-color: #E4B195; }
a { background-color: rgb(228,177,149); }
div.DivClassName
{
background-color: #E4B195;
}
.BgClassName
{
background-color: #E4B195;
}
</style>
border-color css
<style>
span { border-color: #E4B195; }
span { border-color: rgb(228,177,149); }
td.TdClassName
{
border-color: #E4B195;
}
.TagClassName
{
border-color: #E4B195;
}
</style>