#EEAA9B

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

Shades of Wax Flower #EEAA9B

Tints of Wax Flower #EEAA9B

Color information

#EEAA9B (or 0xEEAA9B) is unknown color: approx Wax Flower. HEX triplet: EE, AA and 9B. RGB value is (238,170,155). Sum of RGB (Red+Green+Blue) = 238+170+155=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA9B is #115564. Grayscale: #BCBCBC. Windows color (decimal): -1135973 or 10201838. OLE color: 10201838.

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

Color convert

RGB238170155-
CMYK00.290.350.07
HSL10.84º70.94%77.06%-
HSV(B)10.84º34.87%93.33%-
XYZ55.5549.2937.6-
YUV188.62109.03163.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=42.27%
G=30.20%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817015500.290.350.0710.8470.9477.06
HexEEAA9B01D237b474d
Octal35625223303543713107115
Binary111011101010101010011011011101100011111101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA9B; }

 p { color: rgb(238,170,155); }

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

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

 a { background-color: rgb(238,170,155); }

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

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

 span { border-color: rgb(238,170,155); }

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