#E1A8AE

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

Shades of Pale Chestnut #E1A8AE

Tints of Pale Chestnut #E1A8AE

Color information

#E1A8AE (or 0xE1A8AE) is unknown color: approx Pale Chestnut. HEX triplet: E1, A8 and AE. RGB value is (225,168,174). Sum of RGB (Red+Green+Blue) = 225+168+174=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A8AE is #1E5751. Grayscale: #B9B9B9. Windows color (decimal): -1988434 or 11446497. OLE color: 11446497.

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

Color convert

RGB225168174-
CMYK00.250.230.12
HSL353.68º48.72%77.06%-
HSV(B)353.68º25.33%88.24%-
XYZ52.6947.0746.35-
YUV185.73121.38156.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 168 (66.02% from 255) = 29.63%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=39.68%
G=29.63%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516817400.250.230.12353.6848.7277.06
HexE1A8AE01917C162314d
Octal341250256031271454261115
Binary1110000110101000101011100110011011111001011000101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8AE; }

 p { color: rgb(225,168,174); }

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

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

 a { background-color: rgb(225,168,174); }

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

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

 span { border-color: rgb(225,168,174); }

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