#EDA6A5

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

Shades of Sundown #EDA6A5

Tints of Sundown #EDA6A5

Color information

#EDA6A5 (or 0xEDA6A5) is unknown color: approx Sundown. HEX triplet: ED, A6 and A5. RGB value is (237,166,165). Sum of RGB (Red+Green+Blue) = 237+166+165=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6A5 is #12595A. Grayscale: #BBBBBB. Windows color (decimal): -1202523 or 10856173. OLE color: 10856173.

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

Color convert

RGB237166165-
CMYK00.300.300.07
HSL0.83º66.67%78.82%-
HSV(B)0.83º30.38%92.94%-
XYZ55.3547.9941.94-
YUV187.12115.52163.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=41.73%
G=29.23%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716616500.300.300.070.8366.6778.82
HexEDA6A501E1E71434f
Octal3552462450363671103117
Binary11101101101001101010010101111011110111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6A5; }

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

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

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

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

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

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

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

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