#E0A5AE

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

Shades of Pale Chestnut #E0A5AE

Tints of Pale Chestnut #E0A5AE

Color information

#E0A5AE (or 0xE0A5AE) is unknown color: approx Pale Chestnut. HEX triplet: E0, A5 and AE. RGB value is (224,165,174). Sum of RGB (Red+Green+Blue) = 224+165+174=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A5AE is #1F5A51. Grayscale: #B7B7B7. Windows color (decimal): -2054738 or 11445728. OLE color: 11445728.

HSL color Cylindrical-coordinate representation of color #E0A5AE: hue angle of 350.85º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A5AE is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224165174-
CMYK00.260.220.12
HSL350.85º48.76%76.27%-
HSV(B)350.85º26.34%87.84%-
XYZ51.8445.8146.16-
YUV183.67122.55156.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=39.79%
G=29.31%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416517400.260.220.12350.8548.7676.27
HexE0A5AE01A16C15f314c
Octal340245256032261453761114
Binary1110000010100101101011100110101011011001010111111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A5AE; }

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

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

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

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

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

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

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

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