#E5A5AE

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

Shades of Pale Chestnut #E5A5AE

Tints of Pale Chestnut #E5A5AE

Color information

#E5A5AE (or 0xE5A5AE) is unknown color: approx Pale Chestnut. HEX triplet: E5, A5 and AE. RGB value is (229,165,174). Sum of RGB (Red+Green+Blue) = 229+165+174=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A5AE is #1A5A51. Grayscale: #B9B9B9. Windows color (decimal): -1727058 or 11445733. OLE color: 11445733.

HSL color Cylindrical-coordinate representation of color #E5A5AE: hue angle of 351.56º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A5AE is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229165174-
CMYK00.280.240.10
HSL351.56º55.17%77.25%-
HSV(B)351.56º27.95%89.8%-
XYZ53.4146.6246.23-
YUV185.16121.7159.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=40.32%
G=29.05%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916517400.280.240.10351.5655.1777.25
HexE5A5AE01C18A160374d
Octal345245256034301254067115
Binary1110010110100101101011100111001100010101011000001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A5AE; }

 p { color: rgb(229,165,174); }

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

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

 a { background-color: rgb(229,165,174); }

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

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

 span { border-color: rgb(229,165,174); }

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