#EDAAA5

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

Shades of Sundown #EDAAA5

Tints of Sundown #EDAAA5

Color information

#EDAAA5 (or 0xEDAAA5) is unknown color: approx Sundown. HEX triplet: ED, AA and A5. RGB value is (237,170,165). Sum of RGB (Red+Green+Blue) = 237+170+165=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA5 is #12555A. Grayscale: #BDBDBD. Windows color (decimal): -1201499 or 10857197. OLE color: 10857197.

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

Color convert

RGB237170165-
CMYK00.280.300.07
HSL4.17º66.67%78.82%-
HSV(B)4.17º30.38%92.94%-
XYZ56.0949.4742.19-
YUV189.46114.2161.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=41.43%
G=29.72%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717016500.280.300.074.1766.6778.82
HexEDAAA501C1E74434f
Octal3552522450343674103117
Binary1110110110101010101001010111001111011110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAA5; }

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

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

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

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

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

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

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

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