#E9AA96

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

Shades of Wax Flower #E9AA96

Tints of Wax Flower #E9AA96

Color information

#E9AA96 (or 0xE9AA96) is unknown color: approx Wax Flower. HEX triplet: E9, AA and 96. RGB value is (233,170,150). Sum of RGB (Red+Green+Blue) = 233+170+150=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AA96 is #165569. Grayscale: #BABABA. Windows color (decimal): -1463658 or 9874153. OLE color: 9874153.

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

Color convert

RGB233170150-
CMYK00.270.360.09
HSL14.46º65.35%75.1%-
HSV(B)14.46º35.62%91.37%-
XYZ53.4848.2835.35-
YUV186.56107.37161.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=42.13%
G=30.74%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317015000.270.360.0914.4665.3575.1
HexE9AA9601B249e414b
Octal351252226033441116101113
Binary1110100110101010100101100110111001001001111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AA96; }

 p { color: rgb(233,170,150); }

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

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

 a { background-color: rgb(233,170,150); }

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

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

 span { border-color: rgb(233,170,150); }

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