#EDA6A6

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

Shades of Sundown #EDA6A6

Tints of Sundown #EDA6A6

Color information

#EDA6A6 (or 0xEDA6A6) is unknown color: approx Sundown. HEX triplet: ED, A6 and A6. RGB value is (237,166,166). Sum of RGB (Red+Green+Blue) = 237+166+166=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6A6 is #125959. Grayscale: #BBBBBB. Windows color (decimal): -1202522 or 10921709. OLE color: 10921709.

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

Color convert

RGB237166166-
CMYK00.300.300.07
HSL66.36%79.02%-
HSV(B)29.96%92.94%-
XYZ55.4448.0342.42-
YUV187.23116.02163.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 166 (65.23% from 255) = 29.17%
R=41.65%
G=29.17%
B=29.17%

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
Decimal23716616600.300.300.07066.3679.02
HexEDA6A601E1E70424f
Octal3552462460363670102117
Binary11101101101001101010011001111011110111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6A6; }

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

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

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

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

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

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

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

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