#EDA49E

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

Shades of Sundown #EDA49E

Tints of Sundown #EDA49E

Color information

#EDA49E (or 0xEDA49E) is unknown color: approx Sundown. HEX triplet: ED, A4 and 9E. RGB value is (237,164,158). Sum of RGB (Red+Green+Blue) = 237+164+158=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49E is #125B61. Grayscale: #B9B9B9. Windows color (decimal): -1203042 or 10396909. OLE color: 10396909.

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

Color convert

RGB237164158-
CMYK00.310.330.07
HSL4.56º68.7%77.45%-
HSV(B)4.56º33.33%92.94%-
XYZ54.3747.0238.56-
YUV185.14112.68164.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=42.40%
G=29.34%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716415800.310.330.074.5668.777.45
HexEDA49E01F2175454d
Octal3552442360374175105115
Binary11101101101001001001111001111110000111110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA49E; }

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

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

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

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

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

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

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

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