#EAA5AD

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

Shades of Pale Chestnut #EAA5AD

Tints of Pale Chestnut #EAA5AD

Color information

#EAA5AD (or 0xEAA5AD) is unknown color: approx Pale Chestnut. HEX triplet: EA, A5 and AD. RGB value is (234,165,173). Sum of RGB (Red+Green+Blue) = 234+165+173=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA5AD is #155A52. Grayscale: #BABABA. Windows color (decimal): -1399379 or 11380202. OLE color: 11380202.

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

Color convert

RGB234165173-
CMYK00.290.260.08
HSL353.04º62.16%78.24%-
HSV(B)353.04º29.49%91.76%-
XYZ54.9347.4245.79-
YUV186.54120.36161.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=40.91%
G=28.85%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416517300.290.260.08353.0462.1678.24
HexEAA5AD01D1A81613e4e
Octal352245255035321054176116
Binary1110101010100101101011010111011101010001011000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5AD; }

 p { color: rgb(234,165,173); }

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

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

 a { background-color: rgb(234,165,173); }

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

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

 span { border-color: rgb(234,165,173); }

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