#EEA6AA

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

Shades of Pale Chestnut #EEA6AA

Tints of Pale Chestnut #EEA6AA

Color information

#EEA6AA (or 0xEEA6AA) is unknown color: approx Pale Chestnut. HEX triplet: EE, A6 and AA. RGB value is (238,166,170). Sum of RGB (Red+Green+Blue) = 238+166+170=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA6AA is #115955. Grayscale: #BCBCBC. Windows color (decimal): -1136982 or 11183854. OLE color: 11183854.

HSL color Cylindrical-coordinate representation of color #EEA6AA: hue angle of 356.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6AA is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238166170-
CMYK00.300.290.07
HSL356.67º67.92%79.22%-
HSV(B)356.67º30.25%93.33%-
XYZ56.1548.3544.4-
YUV187.98117.85163.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=41.46%
G=28.92%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816617000.300.290.07356.6767.9279.22
HexEEA6AA01E1D7165444f
Octal356246252036357545104117
Binary1110111010100110101010100111101110111110110010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA6AA; }

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

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

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

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

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

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

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

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