#EDA6AC

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

Shades of Pale Chestnut #EDA6AC

Tints of Pale Chestnut #EDA6AC

Color information

#EDA6AC (or 0xEDA6AC) is unknown color: approx Pale Chestnut. HEX triplet: ED, A6 and AC. RGB value is (237,166,172). Sum of RGB (Red+Green+Blue) = 237+166+172=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AC is #125953. Grayscale: #BBBBBB. Windows color (decimal): -1202516 or 11314925. OLE color: 11314925.

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

Color convert

RGB237166172-
CMYK00.300.270.07
HSL354.93º66.36%79.02%-
HSV(B)354.93º29.96%92.94%-
XYZ56.0148.2645.39-
YUV187.91119.02163.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=41.22%
G=28.87%
B=29.91%

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
Decimal23716617200.300.270.07354.9366.3679.02
HexEDA6AC01E1B7163424f
Octal355246254036337543102117
Binary1110110110100110101011000111101101111110110001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6AC; }

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

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

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

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

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

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

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

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