#E7AA9B

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

Shades of Wax Flower #E7AA9B

Tints of Wax Flower #E7AA9B

Color information

#E7AA9B (or 0xE7AA9B) is unknown color: approx Wax Flower. HEX triplet: E7, AA and 9B. RGB value is (231,170,155). Sum of RGB (Red+Green+Blue) = 231+170+155=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA9B is #185564. Grayscale: #BABABA. Windows color (decimal): -1594725 or 10201831. OLE color: 10201831.

HSL color Cylindrical-coordinate representation of color #E7AA9B: hue angle of 11.84º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7AA9B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB231170155-
CMYK00.260.330.09
HSL11.84º61.29%75.69%-
HSV(B)11.84º32.9%90.59%-
XYZ53.2548.137.49-
YUV186.53110.21159.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=41.55%
G=30.58%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117015500.260.330.0911.8461.2975.69
HexE7AA9B01A219c3d4c
Octal34725223303241111475114
Binary111001111010101010011011011010100001100111001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA9B; }

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

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

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

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

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

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

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

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