#EDA19F

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

Shades of Sundown #EDA19F

Tints of Sundown #EDA19F

Color information

#EDA19F (or 0xEDA19F) is unknown color: approx Sundown. HEX triplet: ED, A1 and 9F. RGB value is (237,161,159). Sum of RGB (Red+Green+Blue) = 237+161+159=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA19F is #125E60. Grayscale: #B7B7B7. Windows color (decimal): -1203809 or 10461677. OLE color: 10461677.

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

Color convert

RGB237161159-
CMYK00.320.330.07
HSL1.54º68.42%77.65%-
HSV(B)1.54º32.91%92.94%-
XYZ53.934638.84-
YUV183.5114.18166.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=42.55%
G=28.90%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716115900.320.330.071.5468.4277.65
HexEDA19F0202172444e
Octal3552412370404172104116
Binary11101101101000011001111101000001000011111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA19F; }

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

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

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

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

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

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

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

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