#EAA4A7

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

Shades of Pale Chestnut #EAA4A7

Tints of Pale Chestnut #EAA4A7

Color information

#EAA4A7 (or 0xEAA4A7) is unknown color: approx Pale Chestnut. HEX triplet: EA, A4 and A7. RGB value is (234,164,167). Sum of RGB (Red+Green+Blue) = 234+164+167=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA4A7 is #155B58. Grayscale: #B9B9B9. Windows color (decimal): -1399641 or 10986730. OLE color: 10986730.

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

Color convert

RGB234164167-
CMYK00.300.290.08
HSL357.43º62.5%78.04%-
HSV(B)357.43º29.91%91.76%-
XYZ54.1846.8342.74-
YUV185.27117.69162.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=41.42%
G=29.03%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416416700.300.290.08357.4362.578.04
HexEAA4A701E1D81653e4e
Octal352244247036351054576116
Binary1110101010100100101001110111101110110001011001011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4A7; }

 p { color: rgb(234,164,167); }

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

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

 a { background-color: rgb(234,164,167); }

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

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

 span { border-color: rgb(234,164,167); }

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