#EDA49F

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

Shades of Sundown #EDA49F

Tints of Sundown #EDA49F

Color information

#EDA49F (or 0xEDA49F) is unknown color: approx Sundown. HEX triplet: ED, A4 and 9F. RGB value is (237,164,159). Sum of RGB (Red+Green+Blue) = 237+164+159=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49F is #125B60. Grayscale: #B9B9B9. Windows color (decimal): -1203041 or 10462445. OLE color: 10462445.

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

Color convert

RGB237164159-
CMYK00.310.330.07
HSL3.85º68.42%77.65%-
HSV(B)3.85º32.91%92.94%-
XYZ54.4647.0639.01-
YUV185.26113.18164.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=42.32%
G=29.29%
B=28.39%

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
Decimal23716415900.310.330.073.8568.4277.65
HexEDA49F01F2174444e
Octal3552442370374174104116
Binary11101101101001001001111101111110000111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA49F; }

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

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

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

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

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

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

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

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