#E8AA9A

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

Shades of Wax Flower #E8AA9A

Tints of Wax Flower #E8AA9A

Color information

#E8AA9A (or 0xE8AA9A) is unknown color: approx Wax Flower. HEX triplet: E8, AA and 9A. RGB value is (232,170,154). Sum of RGB (Red+Green+Blue) = 232+170+154=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AA9A is #175565. Grayscale: #BABABA. Windows color (decimal): -1529190 or 10136296. OLE color: 10136296.

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

Color convert

RGB232170154-
CMYK00.270.340.09
HSL12.31º62.9%75.69%-
HSV(B)12.31º33.62%90.98%-
XYZ53.4948.2437.06-
YUV186.71109.54160.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=41.73%
G=30.58%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217015400.270.340.0912.3162.975.69
HexE8AA9A01B229c3f4c
Octal35025223203342111477114
Binary111010001010101010011010011011100010100111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AA9A; }

 p { color: rgb(232,170,154); }

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

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

 a { background-color: rgb(232,170,154); }

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

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

 span { border-color: rgb(232,170,154); }

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