#EDAAA9

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

Shades of Sundown #EDAAA9

Tints of Sundown #EDAAA9

Color information

#EDAAA9 (or 0xEDAAA9) is unknown color: approx Sundown. HEX triplet: ED, AA and A9. RGB value is (237,170,169). Sum of RGB (Red+Green+Blue) = 237+170+169=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA9 is #125556. Grayscale: #BDBDBD. Windows color (decimal): -1201495 or 11119341. OLE color: 11119341.

HSL color Cylindrical-coordinate representation of color #EDAAA9: hue angle of 0.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDAAA9 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237170169-
CMYK00.280.290.07
HSL0.88º65.38%79.61%-
HSV(B)0.88º28.69%92.94%-
XYZ56.4649.6244.14-
YUV189.92116.2161.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 169 (66.41% from 255) = 29.34%
R=41.15%
G=29.51%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717016900.280.290.070.8865.3879.61
HexEDAAA901C1D714150
Octal3552522510343571101120
Binary11101101101010101010100101110011101111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAA9; }

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

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

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

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

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

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

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

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