Shades of Wax Flower #E7AA97
Tints of Wax Flower #E7AA97
RGB
CMYK
RGB Variations
Color information
#E7AA97 (or 0xE7AA97) is known color: Wax Flower. HEX triplet: E7, AA and 97. RGB value is (231,170,151). Sum of RGB (Red+Green+Blue) = 231+170+151=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA97 is #185568. Grayscale: #BABABA. Windows color (decimal): -1594729 or 9939687. OLE color: 9939687.
HSL color Cylindrical-coordinate representation of color #E7AA97: hue angle of 14.25º degrees, saturation: 0.62, 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 #E7AA97 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 151 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.09 |
| HSL | 14.25º | 0.63% | 0.75% | - |
| HSV(B) | 14.25º | 0.35% | 0.91% | - |
| XYZ | 52.92 | 47.97 | 35.75 | - |
| YUV | 186.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 151 | 0 | 0.26 | 0.35 | 0.09 | 14.25 | 0.63 | 0.75 |
| Hex | E7 | AA | 97 | 0 | 1A | 23 | 9 | E | 3E | 4B |
| Octal | 347 | 252 | 227 | 0 | 32 | 43 | 11 | 16 | 76 | 113 |
| Binary | 11100111 | 10101010 | 10010111 | 0 | 11010 | 100011 | 1001 | 1110 | 111110 | 1001011 |
Color Harmonies of #E7AA97
Complementary color
Monochromatic Colors of #E7AA97
Black with #E7AA97
Text Example
Text Example
White with #E7AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA97; }
p { color: rgb(231,170,151); }
H1.HeaderClassName
{
color: #E7AA97;
}
.AnyTagClassName
{
color: #E7AA97;
}
</style>
background-color css
<style>
a { background-color: #E7AA97; }
a { background-color: rgb(231,170,151); }
div.DivClassName
{
background-color: #E7AA97;
}
.BgClassName
{
background-color: #E7AA97;
}
</style>
border-color css
<style>
span { border-color: #E7AA97; }
span { border-color: rgb(231,170,151); }
td.TdClassName
{
border-color: #E7AA97;
}
.TagClassName
{
border-color: #E7AA97;
}
</style>