#EDA29E

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

Shades of Sundown #EDA29E

Tints of Sundown #EDA29E

Color information

#EDA29E (or 0xEDA29E) is unknown color: approx Sundown. HEX triplet: ED, A2 and 9E. RGB value is (237,162,158). Sum of RGB (Red+Green+Blue) = 237+162+158=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA29E is #125D61. Grayscale: #B8B8B8. Windows color (decimal): -1203554 or 10396397. OLE color: 10396397.

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

Color convert

RGB237162158-
CMYK00.320.330.07
HSL3.04º68.7%77.45%-
HSV(B)3.04º33.33%92.94%-
XYZ54.0246.3138.44-
YUV183.97113.35165.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=42.55%
G=29.08%
B=28.37%

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
Decimal23716215800.320.330.073.0468.777.45
HexEDA29E0202173454d
Octal3552422360404173105115
Binary11101101101000101001111001000001000011111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA29E; }

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

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

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

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

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

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

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

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