Shades of Wax Flower #E7A698
Tints of Wax Flower #E7A698
RGB
CMYK
RGB Variations
Color information
#E7A698 (or 0xE7A698) is known color: Wax Flower. HEX triplet: E7, A6 and 98. RGB value is (231,166,152). Sum of RGB (Red+Green+Blue) = 231+166+152=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A698 is #185967. Grayscale: #B7B7B7. Windows color (decimal): -1595752 or 10004199. OLE color: 10004199.
HSL color Cylindrical-coordinate representation of color #E7A698: hue angle of 10.63º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7A698 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 152 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.09 |
| HSL | 10.63º | 0.62% | 0.75% | - |
| HSV(B) | 10.63º | 0.34% | 0.91% | - |
| XYZ | 52.26 | 46.53 | 35.93 | - |
| YUV | 183.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 152 | 0 | 0.28 | 0.34 | 0.09 | 10.63 | 0.62 | 0.75 |
| Hex | E7 | A6 | 98 | 0 | 1C | 22 | 9 | B | 3E | 4B |
| Octal | 347 | 246 | 230 | 0 | 34 | 42 | 11 | 13 | 76 | 113 |
| Binary | 11100111 | 10100110 | 10011000 | 0 | 11100 | 100010 | 1001 | 1011 | 111110 | 1001011 |
Color Harmonies of #E7A698
Complementary color
Monochromatic Colors of #E7A698
Black with #E7A698
Text Example
Text Example
White with #E7A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A698; }
p { color: rgb(231,166,152); }
H1.HeaderClassName
{
color: #E7A698;
}
.AnyTagClassName
{
color: #E7A698;
}
</style>
background-color css
<style>
a { background-color: #E7A698; }
a { background-color: rgb(231,166,152); }
div.DivClassName
{
background-color: #E7A698;
}
.BgClassName
{
background-color: #E7A698;
}
</style>
border-color css
<style>
span { border-color: #E7A698; }
span { border-color: rgb(231,166,152); }
td.TdClassName
{
border-color: #E7A698;
}
.TagClassName
{
border-color: #E7A698;
}
</style>