#EEAC9A

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

Shades of Wax Flower #EEAC9A

Tints of Wax Flower #EEAC9A

Color information

#EEAC9A (or 0xEEAC9A) is unknown color: approx Wax Flower. HEX triplet: EE, AC and 9A. RGB value is (238,172,154). Sum of RGB (Red+Green+Blue) = 238+172+154=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC9A is #115365. Grayscale: #BDBDBD. Windows color (decimal): -1135462 or 10136814. OLE color: 10136814.

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

Color convert

RGB238172154-
CMYK00.280.350.07
HSL12.86º71.19%76.86%-
HSV(B)12.86º35.29%93.33%-
XYZ55.8550.0237.28-
YUV189.68107.87162.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=42.20%
G=30.50%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817215400.280.350.0712.8671.1976.86
HexEEAC9A01C237d474d
Octal35625423203443715107115
Binary111011101010110010011010011100100011111110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC9A; }

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

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

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

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

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

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

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

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