#EEAC94

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

Shades of Wax Flower #EEAC94

Tints of Wax Flower #EEAC94

Color information

#EEAC94 (or 0xEEAC94) is unknown color: approx Wax Flower. HEX triplet: EE, AC and 94. RGB value is (238,172,148). Sum of RGB (Red+Green+Blue) = 238+172+148=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC94 is #11536B. Grayscale: #BDBDBD. Windows color (decimal): -1135468 or 9743598. OLE color: 9743598.

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

Color convert

RGB238172148-
CMYK00.280.380.07
HSL16º72.58%75.69%-
HSV(B)16º37.82%93.33%-
XYZ55.3649.8234.72-
YUV189104.87162.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=42.65%
G=30.82%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817214800.280.380.071672.5875.69
HexEEAC9401C26710494c
Octal35625422403446720111114
Binary1110111010101100100101000111001001101111000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC94; }

 p { color: rgb(238,172,148); }

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

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

 a { background-color: rgb(238,172,148); }

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

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

 span { border-color: rgb(238,172,148); }

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