#EDA5A1

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

Shades of Sundown #EDA5A1

Tints of Sundown #EDA5A1

Color information

#EDA5A1 (or 0xEDA5A1) is unknown color: approx Sundown. HEX triplet: ED, A5 and A1. RGB value is (237,165,161). Sum of RGB (Red+Green+Blue) = 237+165+161=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5A1 is #125A5E. Grayscale: #BABABA. Windows color (decimal): -1202783 or 10593773. OLE color: 10593773.

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

Color convert

RGB237165161-
CMYK00.300.320.07
HSL3.16º67.86%78.04%-
HSV(B)3.16º32.07%92.94%-
XYZ54.8147.4940-
YUV186.07113.85164.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=42.10%
G=29.31%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716516100.300.320.073.1667.8678.04
HexEDA5A101E2073444e
Octal3552452410364073104116
Binary1110110110100101101000010111101000001111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5A1; }

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

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

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

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

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

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

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

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