#EEAA9F

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

Shades of Wax Flower #EEAA9F

Tints of Wax Flower #EEAA9F

Color information

#EEAA9F (or 0xEEAA9F) is unknown color: approx Wax Flower. HEX triplet: EE, AA and 9F. RGB value is (238,170,159). Sum of RGB (Red+Green+Blue) = 238+170+159=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA9F is #115560. Grayscale: #BDBDBD. Windows color (decimal): -1135969 or 10463982. OLE color: 10463982.

HSL color Cylindrical-coordinate representation of color #EEAA9F: hue angle of 8.35º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEAA9F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238170159-
CMYK00.290.330.07
HSL8.35º69.91%77.84%-
HSV(B)8.35º33.19%93.33%-
XYZ55.8949.4339.4-
YUV189.08111.03162.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 159 (62.5% from 255) = 28.04%
R=41.98%
G=29.98%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817015900.290.330.078.3569.9177.84
HexEEAA9F01D2178464e
Octal35625223703541710106116
Binary111011101010101010011111011101100001111100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA9F; }

 p { color: rgb(238,170,159); }

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

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

 a { background-color: rgb(238,170,159); }

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

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

 span { border-color: rgb(238,170,159); }

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