#EDA9A5

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

Shades of Sundown #EDA9A5

Tints of Sundown #EDA9A5

Color information

#EDA9A5 (or 0xEDA9A5) is unknown color: approx Sundown. HEX triplet: ED, A9 and A5. RGB value is (237,169,165). Sum of RGB (Red+Green+Blue) = 237+169+165=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9A5 is #12565A. Grayscale: #BCBCBC. Windows color (decimal): -1201755 or 10856941. OLE color: 10856941.

HSL color Cylindrical-coordinate representation of color #EDA9A5: hue angle of 3.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA9A5 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237169165-
CMYK00.290.300.07
HSL3.33º66.67%78.82%-
HSV(B)3.33º30.38%92.94%-
XYZ55.949.142.13-
YUV188.88114.53162.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=41.51%
G=29.60%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716916500.290.300.073.3366.6778.82
HexEDA9A501D1E73434f
Octal3552512450353673103117
Binary111011011010100110100101011101111101111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9A5; }

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

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

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

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

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

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

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

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