#EDA6AD

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

Shades of Pale Chestnut #EDA6AD

Tints of Pale Chestnut #EDA6AD

Color information

#EDA6AD (or 0xEDA6AD) is unknown color: approx Pale Chestnut. HEX triplet: ED, A6 and AD. RGB value is (237,166,173). Sum of RGB (Red+Green+Blue) = 237+166+173=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AD is #125952. Grayscale: #BCBCBC. Windows color (decimal): -1202515 or 11380461. OLE color: 11380461.

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

Color convert

RGB237166173-
CMYK00.300.270.07
HSL354.08º66.36%79.02%-
HSV(B)354.08º29.96%92.94%-
XYZ56.148.2945.9-
YUV188.03119.52162.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=41.15%
G=28.82%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716617300.300.270.07354.0866.3679.02
HexEDA6AD01E1B7162424f
Octal355246255036337542102117
Binary1110110110100110101011010111101101111110110001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6AD; }

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

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

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

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

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

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

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

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