#EDA5A6

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

Shades of Pale Chestnut #EDA5A6

Tints of Pale Chestnut #EDA5A6

Color information

#EDA5A6 (or 0xEDA5A6) is unknown color: approx Pale Chestnut. HEX triplet: ED, A5 and A6. RGB value is (237,165,166). Sum of RGB (Red+Green+Blue) = 237+165+166=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5A6 is #125A59. Grayscale: #BABABA. Windows color (decimal): -1202778 or 10921453. OLE color: 10921453.

HSL color Cylindrical-coordinate representation of color #EDA5A6: hue angle of 359.17º 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 #EDA5A6 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237165166-
CMYK00.300.300.07
HSL359.17º66.67%78.82%-
HSV(B)359.17º30.38%92.94%-
XYZ55.2647.6742.36-
YUV186.64116.35163.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 166 (65.23% from 255) = 29.23%
R=41.73%
G=29.05%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716516600.300.300.07359.1766.6778.82
HexEDA5A601E1E7167434f
Octal355245246036367547103117
Binary1110110110100101101001100111101111011110110011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5A6; }

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

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

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

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

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

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

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

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