#EAA5AA

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

Shades of Pale Chestnut #EAA5AA

Tints of Pale Chestnut #EAA5AA

Color information

#EAA5AA (or 0xEAA5AA) is unknown color: approx Pale Chestnut. HEX triplet: EA, A5 and AA. RGB value is (234,165,170). Sum of RGB (Red+Green+Blue) = 234+165+170=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA5AA is #155A55. Grayscale: #BABABA. Windows color (decimal): -1399382 or 11183594. OLE color: 11183594.

HSL color Cylindrical-coordinate representation of color #EAA5AA: hue angle of 355.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5AA is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234165170-
CMYK00.290.270.08
HSL355.65º62.16%78.24%-
HSV(B)355.65º29.49%91.76%-
XYZ54.6447.344.28-
YUV186.2118.86162.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=41.12%
G=29.00%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416517000.290.270.08355.6562.1678.24
HexEAA5AA01D1B81643e4e
Octal352245252035331054476116
Binary1110101010100101101010100111011101110001011001001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5AA; }

 p { color: rgb(234,165,170); }

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

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

 a { background-color: rgb(234,165,170); }

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

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

 span { border-color: rgb(234,165,170); }

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