#EDAEA8

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

Shades of Sundown #EDAEA8

Tints of Sundown #EDAEA8

Color information

#EDAEA8 (or 0xEDAEA8) is unknown color: approx Sundown. HEX triplet: ED, AE and A8. RGB value is (237,174,168). Sum of RGB (Red+Green+Blue) = 237+174+168=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA8 is #125157. Grayscale: #C0C0C0. Windows color (decimal): -1200472 or 11054829. OLE color: 11054829.

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

Color convert

RGB237174168-
CMYK00.270.290.07
HSL5.22º65.71%79.41%-
HSV(B)5.22º29.11%92.94%-
XYZ57.1351.143.9-
YUV192.15114.37159.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 168 (66.02% from 255) = 29.02%
R=40.93%
G=30.05%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717416800.270.290.075.2265.7179.41
HexEDAEA801B1D75424f
Octal3552562500333575102117
Binary1110110110101110101010000110111110111110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEA8; }

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

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

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

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

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

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

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

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