#EDA5A9

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

Shades of Pale Chestnut #EDA5A9

Tints of Pale Chestnut #EDA5A9

Color information

#EDA5A9 (or 0xEDA5A9) is unknown color: approx Pale Chestnut. HEX triplet: ED, A5 and A9. RGB value is (237,165,169). Sum of RGB (Red+Green+Blue) = 237+165+169=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5A9 is #125A56. Grayscale: #BBBBBB. Windows color (decimal): -1202775 or 11118061. OLE color: 11118061.

HSL color Cylindrical-coordinate representation of color #EDA5A9: hue angle of 356.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5A9 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237165169-
CMYK00.300.290.07
HSL356.67º66.67%78.82%-
HSV(B)356.67º30.38%92.94%-
XYZ55.5447.7843.83-
YUV186.98117.85163.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=41.51%
G=28.90%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716516900.300.290.07356.6766.6778.82
HexEDA5A901E1D7165434f
Octal355245251036357545103117
Binary1110110110100101101010010111101110111110110010110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5A9; }

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

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

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

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

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

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

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

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