#EDADAC

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

Shades of Sundown #EDADAC

Tints of Sundown #EDADAC

Color information

#EDADAC (or 0xEDADAC) is unknown color: approx Sundown. HEX triplet: ED, AD and AC. RGB value is (237,173,172). Sum of RGB (Red+Green+Blue) = 237+173+172=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAC is #125253. Grayscale: #C0C0C0. Windows color (decimal): -1200724 or 11316717. OLE color: 11316717.

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

Color convert

RGB237173172-
CMYK00.270.270.07
HSL0.92º64.36%80.2%-
HSV(B)0.92º27.43%92.94%-
XYZ57.3250.8745.83-
YUV192.02116.7160.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=40.72%
G=29.73%
B=29.55%

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
Decimal23717317200.270.270.070.9264.3680.2
HexEDADAC01B1B714050
Octal3552552540333371100120
Binary11101101101011011010110001101111011111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADAC; }

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

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

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

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

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

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

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

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