#EDA8A2

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

Shades of Sundown #EDA8A2

Tints of Sundown #EDA8A2

Color information

#EDA8A2 (or 0xEDA8A2) is unknown color: approx Sundown. HEX triplet: ED, A8 and A2. RGB value is (237,168,162). Sum of RGB (Red+Green+Blue) = 237+168+162=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8A2 is #12575D. Grayscale: #BCBCBC. Windows color (decimal): -1202014 or 10660077. OLE color: 10660077.

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

Color convert

RGB237168162-
CMYK00.290.320.07
HSL4.8º67.57%78.24%-
HSV(B)4.8º31.65%92.94%-
XYZ55.4548.6240.64-
YUV187.95113.36162.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 168 (66.02% from 255) = 29.63%
BLUE value IS 162 (63.67% from 255) = 28.57%
R=41.80%
G=29.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716816200.290.320.074.867.5778.24
HexEDA8A201D2075444e
Octal3552502420354075104116
Binary11101101101010001010001001110110000011110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8A2; }

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

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

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

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

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

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

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

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