#E7AA99

Color #E7AA99 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #E7AA99

Tints of Wax Flower #E7AA99

Color information

#E7AA99 (or 0xE7AA99) is unknown color: approx Wax Flower. HEX triplet: E7, AA and 99. RGB value is (231,170,153). Sum of RGB (Red+Green+Blue) = 231+170+153=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA99 is #185566. Grayscale: #BABABA. Windows color (decimal): -1594727 or 10070759. OLE color: 10070759.

HSL color Cylindrical-coordinate representation of color #E7AA99: hue angle of 13.08º 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 #E7AA99 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB231170153-
CMYK00.260.340.09
HSL13.08º61.9%75.29%-
HSV(B)13.08º33.77%90.59%-
XYZ53.0848.0436.61-
YUV186.3109.21159.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=41.70%
G=30.69%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117015300.260.340.0913.0861.975.29
HexE7AA9901A229d3e4b
Octal34725223103242111576113
Binary111001111010101010011001011010100010100111011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA99; }

 p { color: rgb(231,170,153); }

 H1.HeaderClassName
 {
   color: #E7AA99;
 }
 .AnyTagClassName
 {
   color: #E7AA99;
 }
</style>
background-color css

<style>
 a { background-color: #E7AA99; }

 a { background-color: rgb(231,170,153); }

 div.DivClassName
 {
   background-color: #E7AA99;
 }
 .BgClassName
 {
   background-color: #E7AA99;
 }
</style>
border-color css

<style>
 span { border-color: #E7AA99; }

 span { border-color: rgb(231,170,153); }

 td.TdClassName
 {
   border-color: #E7AA99;
 }
 .TagClassName
 {
   border-color: #E7AA99;
 }
</style>