#EDA4AC

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

Shades of Pale Chestnut #EDA4AC

Tints of Pale Chestnut #EDA4AC

Color information

#EDA4AC (or 0xEDA4AC) is unknown color: approx Pale Chestnut. HEX triplet: ED, A4 and AC. RGB value is (237,164,172). Sum of RGB (Red+Green+Blue) = 237+164+172=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AC is #125B53. Grayscale: #BABABA. Windows color (decimal): -1203028 or 11314413. OLE color: 11314413.

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

Color convert

RGB237164172-
CMYK00.310.270.07
HSL353.42º66.97%78.63%-
HSV(B)353.42º30.8%92.94%-
XYZ55.6547.5345.27-
YUV186.74119.68163.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=41.36%
G=28.62%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716417200.310.270.07353.4266.9778.63
HexEDA4AC01F1B7161434f
Octal355244254037337541103117
Binary1110110110100100101011000111111101111110110000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4AC; }

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

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

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

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

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

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

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

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