#EDADAA

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

Shades of Sundown #EDADAA

Tints of Sundown #EDADAA

Color information

#EDADAA (or 0xEDADAA) is unknown color: approx Sundown. HEX triplet: ED, AD and AA. RGB value is (237,173,170). Sum of RGB (Red+Green+Blue) = 237+173+170=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAA is #125255. Grayscale: #BFBFBF. Windows color (decimal): -1200726 or 11185645. OLE color: 11185645.

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

Color convert

RGB237173170-
CMYK00.270.280.07
HSL2.69º65.05%79.8%-
HSV(B)2.69º28.27%92.94%-
XYZ57.1250.7944.82-
YUV191.79115.7160.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=40.86%
G=29.83%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717317000.270.280.072.6965.0579.8
HexEDADAA01B1C734150
Octal3552552520333473101120
Binary111011011010110110101010011011111001111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADAA; }

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

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

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

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

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

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

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

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