#EEAC97

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

Shades of Wax Flower #EEAC97

Tints of Wax Flower #EEAC97

Color information

#EEAC97 (or 0xEEAC97) is unknown color: approx Wax Flower. HEX triplet: EE, AC and 97. RGB value is (238,172,151). Sum of RGB (Red+Green+Blue) = 238+172+151=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC97 is #115368. Grayscale: #BDBDBD. Windows color (decimal): -1135465 or 9940206. OLE color: 9940206.

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

Color convert

RGB238172151-
CMYK00.280.370.07
HSL14.48º71.9%76.27%-
HSV(B)14.48º36.55%93.33%-
XYZ55.649.9235.98-
YUV189.34106.37162.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=42.42%
G=30.66%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817215100.280.370.0714.4871.976.27
HexEEAC9701C257e484c
Octal35625422703445716110114
Binary111011101010110010010111011100100101111111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC97; }

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

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

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

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

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

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

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

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