#EDAFAF

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

Shades of Sundown #EDAFAF

Tints of Sundown #EDAFAF

Color information

#EDAFAF (or 0xEDAFAF) is unknown color: approx Sundown. HEX triplet: ED, AF and AF. RGB value is (237,175,175). Sum of RGB (Red+Green+Blue) = 237+175+175=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFAF is #125050. Grayscale: #C1C1C1. Windows color (decimal): -1200209 or 11513837. OLE color: 11513837.

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

Color convert

RGB237175175-
CMYK00.260.260.07
HSL63.27%80.78%-
HSV(B)26.16%92.94%-
XYZ57.9951.7647.49-
YUV193.54117.54159-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=40.37%
G=29.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717517500.260.260.07063.2780.78
HexEDAFAF01A1A703f51
Octal355257257032327077121
Binary1110110110101111101011110110101101011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFAF; }

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

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

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

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

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

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

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

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