#EDADAD

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

Shades of Sundown #EDADAD

Tints of Sundown #EDADAD

Color information

#EDADAD (or 0xEDADAD) is unknown color: approx Sundown. HEX triplet: ED, AD and AD. RGB value is (237,173,173). Sum of RGB (Red+Green+Blue) = 237+173+173=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAD is #125252. Grayscale: #C0C0C0. Windows color (decimal): -1200723 or 11382253. OLE color: 11382253.

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

Color convert

RGB237173173-
CMYK00.270.270.07
HSL64%80.39%-
HSV(B)27%92.94%-
XYZ57.4150.9146.34-
YUV192.14117.2160-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=40.65%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717317300.270.270.0706480.39
HexEDADAD01B1B704050
Octal3552552550333370100120
Binary11101101101011011010110101101111011111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADAD; }

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

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

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

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

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

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

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

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