#EDABA9

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

Shades of Sundown #EDABA9

Tints of Sundown #EDABA9

Color information

#EDABA9 (or 0xEDABA9) is unknown color: approx Sundown. HEX triplet: ED, AB and A9. RGB value is (237,171,169). Sum of RGB (Red+Green+Blue) = 237+171+169=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA9 is #125456. Grayscale: #BEBEBE. Windows color (decimal): -1201239 or 11119597. OLE color: 11119597.

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

Color convert

RGB237171169-
CMYK00.280.290.07
HSL1.76º65.38%79.61%-
HSV(B)1.76º28.69%92.94%-
XYZ56.6549.9944.2-
YUV190.51115.87161.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=41.07%
G=29.64%
B=29.29%

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
Decimal23717116900.280.290.071.7665.3879.61
HexEDABA901C1D724150
Octal3552532510343572101120
Binary111011011010101110101001011100111011111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABA9; }

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

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

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

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

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

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

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

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