#EEAAAC

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

Shades of Pale Chestnut #EEAAAC

Tints of Pale Chestnut #EEAAAC

Color information

#EEAAAC (or 0xEEAAAC) is unknown color: approx Pale Chestnut. HEX triplet: EE, AA and AC. RGB value is (238,170,172). Sum of RGB (Red+Green+Blue) = 238+170+172=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAAAC is #115553. Grayscale: #BEBEBE. Windows color (decimal): -1135956 or 11315950. OLE color: 11315950.

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

Color convert

RGB238170172-
CMYK00.290.280.07
HSL358.24º66.67%80%-
HSV(B)358.24º28.57%93.33%-
XYZ57.0849.9145.65-
YUV190.56117.53161.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=41.03%
G=29.31%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817017200.290.280.07358.2466.6780
HexEEAAAC01D1C71664350
Octal356252254035347546103120
Binary1110111010101010101011000111011110011110110011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAAC; }

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

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

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

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

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

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

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

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