#EDA9AA

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

Shades of Pale Chestnut #EDA9AA

Tints of Pale Chestnut #EDA9AA

Color information

#EDA9AA (or 0xEDA9AA) is unknown color: approx Pale Chestnut. HEX triplet: ED, A9 and AA. RGB value is (237,169,170). Sum of RGB (Red+Green+Blue) = 237+169+170=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9AA is #125655. Grayscale: #BDBDBD. Windows color (decimal): -1201750 or 11184621. OLE color: 11184621.

HSL color Cylindrical-coordinate representation of color #EDA9AA: hue angle of 359.12º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9AA is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237169170-
CMYK00.290.280.07
HSL359.12º65.38%79.61%-
HSV(B)359.12º28.69%92.94%-
XYZ56.3749.2844.57-
YUV189.45117.03161.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=41.15%
G=29.34%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716917000.290.280.07359.1265.3879.61
HexEDA9AA01D1C71674150
Octal355251252035347547101120
Binary1110110110101001101010100111011110011110110011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9AA; }

 p { color: rgb(237,169,170); }

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

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

 a { background-color: rgb(237,169,170); }

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

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

 span { border-color: rgb(237,169,170); }

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