#EDAFAD

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

Shades of Sundown #EDAFAD

Tints of Sundown #EDAFAD

Color information

#EDAFAD (or 0xEDAFAD) is unknown color: approx Sundown. HEX triplet: ED, AF and AD. RGB value is (237,175,173). Sum of RGB (Red+Green+Blue) = 237+175+173=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFAD is #125052. Grayscale: #C1C1C1. Windows color (decimal): -1200211 or 11382765. OLE color: 11382765.

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

Color convert

RGB237175173-
CMYK00.260.270.07
HSL1.88º64%80.39%-
HSV(B)1.88º27%92.94%-
XYZ57.851.6846.46-
YUV193.31116.54159.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=40.51%
G=29.91%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717517300.260.270.071.886480.39
HexEDAFAD01A1B724050
Octal3552572550323372100120
Binary111011011010111110101101011010110111111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFAD; }

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

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

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

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

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

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

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

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