#EDACA8

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

Shades of Sundown #EDACA8

Tints of Sundown #EDACA8

Color information

#EDACA8 (or 0xEDACA8) is unknown color: approx Sundown. HEX triplet: ED, AC and A8. RGB value is (237,172,168). Sum of RGB (Red+Green+Blue) = 237+172+168=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA8 is #125357. Grayscale: #BFBFBF. Windows color (decimal): -1200984 or 11054317. OLE color: 11054317.

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

Color convert

RGB237172168-
CMYK00.270.290.07
HSL3.48º65.71%79.41%-
HSV(B)3.48º29.11%92.94%-
XYZ56.7550.3443.77-
YUV190.98115.03160.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=41.07%
G=29.81%
B=29.12%

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
Decimal23717216800.270.290.073.4865.7179.41
HexEDACA801B1D73424f
Octal3552542500333573102117
Binary111011011010110010101000011011111011111110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACA8; }

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

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

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

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

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

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

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

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