#EEAC99

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

Shades of Wax Flower #EEAC99

Tints of Wax Flower #EEAC99

Color information

#EEAC99 (or 0xEEAC99) is unknown color: approx Wax Flower. HEX triplet: EE, AC and 99. RGB value is (238,172,153). Sum of RGB (Red+Green+Blue) = 238+172+153=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC99 is #115366. Grayscale: #BDBDBD. Windows color (decimal): -1135463 or 10071278. OLE color: 10071278.

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

Color convert

RGB238172153-
CMYK00.280.360.07
HSL13.41º71.43%76.67%-
HSV(B)13.41º35.71%93.33%-
XYZ55.7649.9836.85-
YUV189.57107.37162.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=42.27%
G=30.55%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817215300.280.360.0713.4171.4376.67
HexEEAC9901C247d474d
Octal35625423103444715107115
Binary111011101010110010011001011100100100111110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC99; }

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

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

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

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

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

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

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

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