#E9AA99

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

Shades of Wax Flower #E9AA99

Tints of Wax Flower #E9AA99

Color information

#E9AA99 (or 0xE9AA99) is unknown color: approx Wax Flower. HEX triplet: E9, AA and 99. RGB value is (233,170,153). Sum of RGB (Red+Green+Blue) = 233+170+153=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AA99 is #165566. Grayscale: #BBBBBB. Windows color (decimal): -1463655 or 10070761. OLE color: 10070761.

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

Color convert

RGB233170153-
CMYK00.270.340.09
HSL12.75º64.52%75.69%-
HSV(B)12.75º34.33%91.37%-
XYZ53.7348.3736.64-
YUV186.9108.87160.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=41.91%
G=30.58%
B=27.52%

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
Decimal23317015300.270.340.0912.7564.5275.69
HexE9AA9901B229d414c
Octal351252231033421115101114
Binary1110100110101010100110010110111000101001110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AA99; }

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

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

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

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

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

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

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

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