#EEAA93

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

Shades of Wax Flower #EEAA93

Tints of Wax Flower #EEAA93

Color information

#EEAA93 (or 0xEEAA93) is unknown color: approx Wax Flower. HEX triplet: EE, AA and 93. RGB value is (238,170,147). Sum of RGB (Red+Green+Blue) = 238+170+147=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA93 is #11556C. Grayscale: #BBBBBB. Windows color (decimal): -1135981 or 9677550. OLE color: 9677550.

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

Color convert

RGB238170147-
CMYK00.290.380.07
HSL15.16º72.8%75.49%-
HSV(B)15.16º38.24%93.33%-
XYZ54.949.0334.17-
YUV187.71105.03163.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.88%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=42.88%
G=30.63%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817014700.290.380.0715.1672.875.49
HexEEAA9301D267f494b
Octal35625222303546717111113
Binary111011101010101010010011011101100110111111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA93; }

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

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

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

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

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

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

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

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