#EDA19E

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

Shades of Sundown #EDA19E

Tints of Sundown #EDA19E

Color information

#EDA19E (or 0xEDA19E) is unknown color: approx Sundown. HEX triplet: ED, A1 and 9E. RGB value is (237,161,158). Sum of RGB (Red+Green+Blue) = 237+161+158=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA19E is #125E61. Grayscale: #B7B7B7. Windows color (decimal): -1203810 or 10396141. OLE color: 10396141.

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

Color convert

RGB237161158-
CMYK00.320.330.07
HSL2.28º68.7%77.45%-
HSV(B)2.28º33.33%92.94%-
XYZ53.8445.9638.38-
YUV183.38113.68166.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=42.63%
G=28.96%
B=28.42%

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
Decimal23716115800.320.330.072.2868.777.45
HexEDA19E0202172454d
Octal3552412360404172105115
Binary11101101101000011001111001000001000011111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA19E; }

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

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

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

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

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

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

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

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