#EDA6AA

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

Shades of Pale Chestnut #EDA6AA

Tints of Pale Chestnut #EDA6AA

Color information

#EDA6AA (or 0xEDA6AA) is unknown color: approx Pale Chestnut. HEX triplet: ED, A6 and AA. RGB value is (237,166,170). Sum of RGB (Red+Green+Blue) = 237+166+170=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AA is #125955. Grayscale: #BBBBBB. Windows color (decimal): -1202518 or 11183853. OLE color: 11183853.

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

Color convert

RGB237166170-
CMYK00.300.280.07
HSL356.62º66.36%79.02%-
HSV(B)356.62º29.96%92.94%-
XYZ55.8248.1844.39-
YUV187.68118.02163.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=41.36%
G=28.97%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716617000.300.280.07356.6266.3679.02
HexEDA6AA01E1C7165424f
Octal355246252036347545102117
Binary1110110110100110101010100111101110011110110010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6AA; }

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

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

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

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

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

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

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

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