#EEAFB0

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

Shades of Pale Chestnut #EEAFB0

Tints of Pale Chestnut #EEAFB0

Color information

#EEAFB0 (or 0xEEAFB0) is unknown color: approx Pale Chestnut. HEX triplet: EE, AF and B0. RGB value is (238,175,176). Sum of RGB (Red+Green+Blue) = 238+175+176=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFB0 is #11504F. Grayscale: #C2C2C2. Windows color (decimal): -1134672 or 11579374. OLE color: 11579374.

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

Color convert

RGB238175176-
CMYK00.260.260.07
HSL359.05º64.95%80.98%-
HSV(B)359.05º26.47%93.33%-
XYZ58.4351.9748.03-
YUV193.95117.87159.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=40.41%
G=29.71%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817517600.260.260.07359.0564.9580.98
HexEEAFB001A1A71674151
Octal356257260032327547101121
Binary1110111010101111101100000110101101011110110011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFB0; }

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

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

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

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

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

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

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

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