#EDA49D

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

Shades of Sundown #EDA49D

Tints of Sundown #EDA49D

Color information

#EDA49D (or 0xEDA49D) is unknown color: approx Sundown. HEX triplet: ED, A4 and 9D. RGB value is (237,164,157). Sum of RGB (Red+Green+Blue) = 237+164+157=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49D is #125B62. Grayscale: #B9B9B9. Windows color (decimal): -1203043 or 10331373. OLE color: 10331373.

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

Color convert

RGB237164157-
CMYK00.310.340.07
HSL5.25º68.97%77.25%-
HSV(B)5.25º33.76%92.94%-
XYZ54.2946.9938.11-
YUV185.03112.18165.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=42.47%
G=29.39%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716415700.310.340.075.2568.9777.25
HexEDA49D01F2275454d
Octal3552442350374275105115
Binary11101101101001001001110101111110001011110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA49D; }

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

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

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

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

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

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

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

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