#eeaaaf

Color #EEAAAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #EEAAAF

Tints of Pale Chestnut #EEAAAF

Color information

#EEAAAF (or 0xEEAAAF) is unknown color: approx Pale Chestnut. HEX triplet: EE, AA and AF. RGB value is (238,170,175). Sum of RGB (Red+Green+Blue) = 238+170+175=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAAAF is #115550. Grayscale: #BEBEBE. Windows color (decimal): -1135953 or 11512558. OLE color: 11512558.

HSL color Cylindrical-coordinate representation of color #EEAAAF: hue angle of 355.59º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAAAF is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238170175-
CMYK00.290.260.07
HSL355.59º66.67%80%-
HSV(B)355.59º28.57%93.33%-
XYZ57.3750.0247.19-
YUV190.9119.03161.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=40.82%
G=29.16%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817017500.290.260.07355.5966.6780
HexEEAAAF01D1A71644350
Octal356252257035327544103120
Binary1110111010101010101011110111011101011110110010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeaaaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeaaaf; }

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

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

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

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

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

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

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

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