#EDB0AC

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

Shades of Sundown #EDB0AC

Tints of Sundown #EDB0AC

Color information

#EDB0AC (or 0xEDB0AC) is unknown color: approx Sundown. HEX triplet: ED, B0 and AC. RGB value is (237,176,172). Sum of RGB (Red+Green+Blue) = 237+176+172=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AC is #124F53. Grayscale: #C1C1C1. Windows color (decimal): -1199956 or 11317485. OLE color: 11317485.

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

Color convert

RGB237176172-
CMYK00.260.270.07
HSL3.69º64.36%80.2%-
HSV(B)3.69º27.43%92.94%-
XYZ57.952.0346.02-
YUV193.78115.71158.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=40.51%
G=30.09%
B=29.40%

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
Decimal23717617200.260.270.073.6964.3680.2
HexEDB0AC01A1B744050
Octal3552602540323374100120
Binary1110110110110000101011000110101101111110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0AC; }

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

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

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

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

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

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

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

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