#EDB1AB

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

Shades of Sundown #EDB1AB

Tints of Sundown #EDB1AB

Color information

#EDB1AB (or 0xEDB1AB) is unknown color: approx Sundown. HEX triplet: ED, B1 and AB. RGB value is (237,177,171). Sum of RGB (Red+Green+Blue) = 237+177+171=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AB is #124E54. Grayscale: #C2C2C2. Windows color (decimal): -1199701 or 11252205. OLE color: 11252205.

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

Color convert

RGB237177171-
CMYK00.250.280.07
HSL5.45º64.71%80%-
HSV(B)5.45º27.85%92.94%-
XYZ5852.3945.58-
YUV194.26114.88158.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=40.51%
G=30.26%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717717100.250.280.075.4564.7180
HexEDB1AB0191C754150
Octal3552612530313475101120
Binary1110110110110001101010110110011110011110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1AB; }

 p { color: rgb(237,177,171); }

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

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

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

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

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

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

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