#E7A4AE

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

Shades of Pale Chestnut #E7A4AE

Tints of Pale Chestnut #E7A4AE

Color information

#E7A4AE (or 0xE7A4AE) is unknown color: approx Pale Chestnut. HEX triplet: E7, A4 and AE. RGB value is (231,164,174). Sum of RGB (Red+Green+Blue) = 231+164+174=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A4AE is #185B51. Grayscale: #B9B9B9. Windows color (decimal): -1596242 or 11445479. OLE color: 11445479.

HSL color Cylindrical-coordinate representation of color #E7A4AE: hue angle of 351.04º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A4AE is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231164174-
CMYK00.290.250.09
HSL351.04º58.26%77.45%-
HSV(B)351.04º29%90.59%-
XYZ53.8746.646.2-
YUV185.17121.7160.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=40.60%
G=28.82%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116417400.290.250.09351.0458.2677.45
HexE7A4AE01D19915f3a4d
Octal347244256035311153772115
Binary1110011110100100101011100111011100110011010111111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4AE; }

 p { color: rgb(231,164,174); }

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

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

 a { background-color: rgb(231,164,174); }

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

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

 span { border-color: rgb(231,164,174); }

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