#EEAB9A

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

Shades of Wax Flower #EEAB9A

Tints of Wax Flower #EEAB9A

Color information

#EEAB9A (or 0xEEAB9A) is unknown color: approx Wax Flower. HEX triplet: EE, AB and 9A. RGB value is (238,171,154). Sum of RGB (Red+Green+Blue) = 238+171+154=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB9A is #115465. Grayscale: #BDBDBD. Windows color (decimal): -1135718 or 10136558. OLE color: 10136558.

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

Color convert

RGB238171154-
CMYK00.280.350.07
HSL12.14º71.19%76.86%-
HSV(B)12.14º35.29%93.33%-
XYZ55.6649.6437.22-
YUV189.1108.2162.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=42.27%
G=30.37%
B=27.35%

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
Decimal23817115400.280.350.0712.1471.1976.86
HexEEAB9A01C237c474d
Octal35625323203443714107115
Binary111011101010101110011010011100100011111110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB9A; }

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

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

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

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

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

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

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

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