Shades of Wax Flower #E8B097
Tints of Wax Flower #E8B097
RGB
CMYK
RGB Variations
Color information
#E8B097 (or 0xE8B097) is known color: Wax Flower. HEX triplet: E8, B0 and 97. RGB value is (232,176,151). Sum of RGB (Red+Green+Blue) = 232+176+151=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B097 is #174F68. Grayscale: #BEBEBE. Windows color (decimal): -1527657 or 9941224. OLE color: 9941224.
HSL color Cylindrical-coordinate representation of color #E8B097: hue angle of 18.52º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8B097 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 151 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.09 |
| HSL | 18.52º | 0.64% | 0.75% | - |
| HSV(B) | 18.52º | 0.35% | 0.91% | - |
| XYZ | 54.39 | 50.44 | 36.15 | - |
| YUV | 189.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 151 | 0 | 0.24 | 0.35 | 0.09 | 18.52 | 0.64 | 0.75 |
| Hex | E8 | B0 | 97 | 0 | 18 | 23 | 9 | 13 | 40 | 4B |
| Octal | 350 | 260 | 227 | 0 | 30 | 43 | 11 | 23 | 100 | 113 |
| Binary | 11101000 | 10110000 | 10010111 | 0 | 11000 | 100011 | 1001 | 10011 | 1000000 | 1001011 |
Color Harmonies of #E8B097
Complementary color
Monochromatic Colors of #E8B097
Black with #E8B097
Text Example
Text Example
White with #E8B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B097; }
p { color: rgb(232,176,151); }
H1.HeaderClassName
{
color: #E8B097;
}
.AnyTagClassName
{
color: #E8B097;
}
</style>
background-color css
<style>
a { background-color: #E8B097; }
a { background-color: rgb(232,176,151); }
div.DivClassName
{
background-color: #E8B097;
}
.BgClassName
{
background-color: #E8B097;
}
</style>
border-color css
<style>
span { border-color: #E8B097; }
span { border-color: rgb(232,176,151); }
td.TdClassName
{
border-color: #E8B097;
}
.TagClassName
{
border-color: #E8B097;
}
</style>