Shades of Wax Flower #E8AD97
Tints of Wax Flower #E8AD97
RGB
CMYK
RGB Variations
Color information
#E8AD97 (or 0xE8AD97) is known color: Wax Flower. HEX triplet: E8, AD and 97. RGB value is (232,173,151). Sum of RGB (Red+Green+Blue) = 232+173+151=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AD97 is #175268. Grayscale: #BCBCBC. Windows color (decimal): -1528425 or 9940456. OLE color: 9940456.
HSL color Cylindrical-coordinate representation of color #E8AD97: hue angle of 16.3º 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 #E8AD97 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 151 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.09 |
| HSL | 16.3º | 0.64% | 0.75% | - |
| HSV(B) | 16.3º | 0.35% | 0.91% | - |
| XYZ | 53.81 | 49.28 | 35.95 | - |
| YUV | 188.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 151 | 0 | 0.25 | 0.35 | 0.09 | 16.3 | 0.64 | 0.75 |
| Hex | E8 | AD | 97 | 0 | 19 | 23 | 9 | 10 | 40 | 4B |
| Octal | 350 | 255 | 227 | 0 | 31 | 43 | 11 | 20 | 100 | 113 |
| Binary | 11101000 | 10101101 | 10010111 | 0 | 11001 | 100011 | 1001 | 10000 | 1000000 | 1001011 |
Color Harmonies of #E8AD97
Complementary color
Monochromatic Colors of #E8AD97
Black with #E8AD97
Text Example
Text Example
White with #E8AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD97; }
p { color: rgb(232,173,151); }
H1.HeaderClassName
{
color: #E8AD97;
}
.AnyTagClassName
{
color: #E8AD97;
}
</style>
background-color css
<style>
a { background-color: #E8AD97; }
a { background-color: rgb(232,173,151); }
div.DivClassName
{
background-color: #E8AD97;
}
.BgClassName
{
background-color: #E8AD97;
}
</style>
border-color css
<style>
span { border-color: #E8AD97; }
span { border-color: rgb(232,173,151); }
td.TdClassName
{
border-color: #E8AD97;
}
.TagClassName
{
border-color: #E8AD97;
}
</style>