#EEAA9D

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

Shades of Wax Flower #EEAA9D

Tints of Wax Flower #EEAA9D

Color information

#EEAA9D (or 0xEEAA9D) is unknown color: approx Wax Flower. HEX triplet: EE, AA and 9D. RGB value is (238,170,157). Sum of RGB (Red+Green+Blue) = 238+170+157=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA9D is #115562. Grayscale: #BCBCBC. Windows color (decimal): -1135971 or 10332910. OLE color: 10332910.

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

Color convert

RGB238170157-
CMYK00.290.340.07
HSL9.63º70.43%77.45%-
HSV(B)9.63º34.03%93.33%-
XYZ55.7249.3638.49-
YUV188.85110.03163.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=42.12%
G=30.09%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817015700.290.340.079.6370.4377.45
HexEEAA9D01D227a464d
Octal35625223503542712106115
Binary111011101010101010011101011101100010111101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA9D; }

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

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

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

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

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

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

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

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