Shades of Wax Flower #E8B297
Tints of Wax Flower #E8B297
RGB
CMYK
RGB Variations
Color information
#E8B297 (or 0xE8B297) is known color: Wax Flower. HEX triplet: E8, B2 and 97. RGB value is (232,178,151). Sum of RGB (Red+Green+Blue) = 232+178+151=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B297 is #174D68. Grayscale: #BFBFBF. Windows color (decimal): -1527145 or 9941736. OLE color: 9941736.
HSL color Cylindrical-coordinate representation of color #E8B297: hue angle of 20º 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 #E8B297 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 151 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.09 |
| HSL | 20º | 0.64% | 0.75% | - |
| HSV(B) | 20º | 0.35% | 0.91% | - |
| XYZ | 54.79 | 51.23 | 36.28 | - |
| YUV | 191.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 151 | 0 | 0.23 | 0.35 | 0.09 | 20 | 0.64 | 0.75 |
| Hex | E8 | B2 | 97 | 0 | 17 | 23 | 9 | 14 | 40 | 4B |
| Octal | 350 | 262 | 227 | 0 | 27 | 43 | 11 | 24 | 100 | 113 |
| Binary | 11101000 | 10110010 | 10010111 | 0 | 10111 | 100011 | 1001 | 10100 | 1000000 | 1001011 |
Color Harmonies of #E8B297
Complementary color
Monochromatic Colors of #E8B297
Black with #E8B297
Text Example
Text Example
White with #E8B297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B297; }
p { color: rgb(232,178,151); }
H1.HeaderClassName
{
color: #E8B297;
}
.AnyTagClassName
{
color: #E8B297;
}
</style>
background-color css
<style>
a { background-color: #E8B297; }
a { background-color: rgb(232,178,151); }
div.DivClassName
{
background-color: #E8B297;
}
.BgClassName
{
background-color: #E8B297;
}
</style>
border-color css
<style>
span { border-color: #E8B297; }
span { border-color: rgb(232,178,151); }
td.TdClassName
{
border-color: #E8B297;
}
.TagClassName
{
border-color: #E8B297;
}
</style>