#EDAFA9

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

Shades of Sundown #EDAFA9

Tints of Sundown #EDAFA9

Color information

#EDAFA9 (or 0xEDAFA9) is unknown color: approx Sundown. HEX triplet: ED, AF and A9. RGB value is (237,175,169). Sum of RGB (Red+Green+Blue) = 237+175+169=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA9 is #125056. Grayscale: #C0C0C0. Windows color (decimal): -1200215 or 11120621. OLE color: 11120621.

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

Color convert

RGB237175169-
CMYK00.260.290.07
HSL5.29º65.38%79.61%-
HSV(B)5.29º28.69%92.94%-
XYZ57.4251.5344.46-
YUV192.85114.54159.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 169 (66.41% from 255) = 29.09%
R=40.79%
G=30.12%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717516900.260.290.075.2965.3879.61
HexEDAFA901A1D754150
Octal3552572510323575101120
Binary1110110110101111101010010110101110111110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFA9; }

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

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

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

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

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

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

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

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