#EDACAB

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

Shades of Sundown #EDACAB

Tints of Sundown #EDACAB

Color information

#EDACAB (or 0xEDACAB) is unknown color: approx Sundown. HEX triplet: ED, AC and AB. RGB value is (237,172,171). Sum of RGB (Red+Green+Blue) = 237+172+171=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACAB is #125354. Grayscale: #BFBFBF. Windows color (decimal): -1200981 or 11250925. OLE color: 11250925.

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

Color convert

RGB237172171-
CMYK00.270.280.07
HSL0.91º64.71%80%-
HSV(B)0.91º27.85%92.94%-
XYZ57.0350.4545.26-
YUV191.32116.53160.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=40.86%
G=29.66%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717217100.270.280.070.9164.7180
HexEDACAB01B1C714150
Octal3552542530333471101120
Binary11101101101011001010101101101111100111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACAB; }

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

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

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

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

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

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

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

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