Shades of Wax Flower #E4B197
Tints of Wax Flower #E4B197
RGB
CMYK
RGB Variations
Color information
#E4B197 (or 0xE4B197) is known color: Wax Flower. HEX triplet: E4, B1 and 97. RGB value is (228,177,151). Sum of RGB (Red+Green+Blue) = 228+177+151=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B197 is #1B4E68. Grayscale: #BDBDBD. Windows color (decimal): -1789545 or 9941476. OLE color: 9941476.
HSL color Cylindrical-coordinate representation of color #E4B197: hue angle of 20.26º 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 #E4B197 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 151 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.11 |
| HSL | 20.26º | 0.59% | 0.74% | - |
| HSV(B) | 20.26º | 0.34% | 0.89% | - |
| XYZ | 53.3 | 50.17 | 36.15 | - |
| YUV | 189.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 151 | 0 | 0.22 | 0.34 | 0.11 | 20.26 | 0.59 | 0.74 |
| Hex | E4 | B1 | 97 | 0 | 16 | 22 | B | 14 | 3B | 4A |
| Octal | 344 | 261 | 227 | 0 | 26 | 42 | 13 | 24 | 73 | 112 |
| Binary | 11100100 | 10110001 | 10010111 | 0 | 10110 | 100010 | 1011 | 10100 | 111011 | 1001010 |
Color Harmonies of #E4B197
Complementary color
Monochromatic Colors of #E4B197
Black with #E4B197
Text Example
Text Example
White with #E4B197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B197; }
p { color: rgb(228,177,151); }
H1.HeaderClassName
{
color: #E4B197;
}
.AnyTagClassName
{
color: #E4B197;
}
</style>
background-color css
<style>
a { background-color: #E4B197; }
a { background-color: rgb(228,177,151); }
div.DivClassName
{
background-color: #E4B197;
}
.BgClassName
{
background-color: #E4B197;
}
</style>
border-color css
<style>
span { border-color: #E4B197; }
span { border-color: rgb(228,177,151); }
td.TdClassName
{
border-color: #E4B197;
}
.TagClassName
{
border-color: #E4B197;
}
</style>