#EEAB97

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

Shades of Wax Flower #EEAB97

Tints of Wax Flower #EEAB97

Color information

#EEAB97 (or 0xEEAB97) is unknown color: approx Wax Flower. HEX triplet: EE, AB and 97. RGB value is (238,171,151). Sum of RGB (Red+Green+Blue) = 238+171+151=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB97 is #115468. Grayscale: #BCBCBC. Windows color (decimal): -1135721 or 9939950. OLE color: 9939950.

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

Color convert

RGB238171151-
CMYK00.280.370.07
HSL13.79º71.9%76.27%-
HSV(B)13.79º36.55%93.33%-
XYZ55.4149.5435.92-
YUV188.75106.7163.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=42.5%
G=30.54%
B=26.96%

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
Decimal23817115100.280.370.0713.7971.976.27
HexEEAB9701C257e484c
Octal35625322703445716110114
Binary111011101010101110010111011100100101111111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB97; }

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

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

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

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

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

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

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

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