#EDA8A6

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

Shades of Sundown #EDA8A6

Tints of Sundown #EDA8A6

Color information

#EDA8A6 (or 0xEDA8A6) is unknown color: approx Sundown. HEX triplet: ED, A8 and A6. RGB value is (237,168,166). Sum of RGB (Red+Green+Blue) = 237+168+166=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8A6 is #125759. Grayscale: #BCBCBC. Windows color (decimal): -1202010 or 10922221. OLE color: 10922221.

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

Color convert

RGB237168166-
CMYK00.290.300.07
HSL1.69º66.36%79.02%-
HSV(B)1.69º29.96%92.94%-
XYZ55.8148.7642.55-
YUV188.4115.36162.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=41.51%
G=29.42%
B=29.07%

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
Decimal23716816600.290.300.071.6966.3679.02
HexEDA8A601D1E72424f
Octal3552502460353672102117
Binary111011011010100010100110011101111101111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8A6; }

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

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

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

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

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

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

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

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