#EEAC9C

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

Shades of Wax Flower #EEAC9C

Tints of Wax Flower #EEAC9C

Color information

#EEAC9C (or 0xEEAC9C) is unknown color: approx Wax Flower. HEX triplet: EE, AC and 9C. RGB value is (238,172,156). Sum of RGB (Red+Green+Blue) = 238+172+156=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC9C is #115363. Grayscale: #BEBEBE. Windows color (decimal): -1135460 or 10267886. OLE color: 10267886.

HSL color Cylindrical-coordinate representation of color #EEAC9C: hue angle of 11.71º degrees, saturation: 0.71, 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 #EEAC9C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238172156-
CMYK00.280.340.07
HSL11.71º70.69%77.25%-
HSV(B)11.71º34.45%93.33%-
XYZ56.0150.0838.17-
YUV189.91108.87162.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=42.05%
G=30.39%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817215600.280.340.0711.7170.6977.25
HexEEAC9C01C227c474d
Octal35625423403442714107115
Binary111011101010110010011100011100100010111110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC9C; }

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

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

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

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

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

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

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

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