#EDAEAC

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

Shades of Sundown #EDAEAC

Tints of Sundown #EDAEAC

Color information

#EDAEAC (or 0xEDAEAC) is unknown color: approx Sundown. HEX triplet: ED, AE and AC. RGB value is (237,174,172). Sum of RGB (Red+Green+Blue) = 237+174+172=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEAC is #125153. Grayscale: #C0C0C0. Windows color (decimal): -1200468 or 11316973. OLE color: 11316973.

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

Color convert

RGB237174172-
CMYK00.270.270.07
HSL1.85º64.36%80.2%-
HSV(B)1.85º27.43%92.94%-
XYZ57.5151.2645.89-
YUV192.61116.37159.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=40.65%
G=29.85%
B=29.50%

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
Decimal23717417200.270.270.071.8564.3680.2
HexEDAEAC01B1B724050
Octal3552562540333372100120
Binary111011011010111010101100011011110111111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEAC; }

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

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

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

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

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

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

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

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