#EDA6A0

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

Shades of Sundown #EDA6A0

Tints of Sundown #EDA6A0

Color information

#EDA6A0 (or 0xEDA6A0) is unknown color: approx Sundown. HEX triplet: ED, A6 and A0. RGB value is (237,166,160). Sum of RGB (Red+Green+Blue) = 237+166+160=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6A0 is #12595F. Grayscale: #BABABA. Windows color (decimal): -1202528 or 10528493. OLE color: 10528493.

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

Color convert

RGB237166160-
CMYK00.300.320.07
HSL4.68º68.14%77.84%-
HSV(B)4.68º32.49%92.94%-
XYZ54.9147.8239.59-
YUV186.54113.02163.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=42.10%
G=29.48%
B=28.42%

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
Decimal23716616000.300.320.074.6868.1477.84
HexEDA6A001E2075444e
Octal3552462400364075104116
Binary11101101101001101010000001111010000011110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6A0; }

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

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

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

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

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

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

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

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