#EDAEAE

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

Shades of Sundown #EDAEAE

Tints of Sundown #EDAEAE

Color information

#EDAEAE (or 0xEDAEAE) is unknown color: approx Sundown. HEX triplet: ED, AE and AE. RGB value is (237,174,174). Sum of RGB (Red+Green+Blue) = 237+174+174=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEAE is #125151. Grayscale: #C0C0C0. Windows color (decimal): -1200466 or 11448045. OLE color: 11448045.

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

Color convert

RGB237174174-
CMYK00.270.270.07
HSL63.64%80.59%-
HSV(B)26.58%92.94%-
XYZ57.751.3346.91-
YUV192.84117.37159.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=40.51%
G=29.74%
B=29.74%

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
Decimal23717417400.270.270.07063.6480.59
HexEDAEAE01B1B704051
Octal3552562560333370100121
Binary11101101101011101010111001101111011111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEAE; }

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

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

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

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

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

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

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

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