#EDAB86

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

Shades of Manhattan #EDAB86

Tints of Manhattan #EDAB86

Color information

#EDAB86 (or 0xEDAB86) is unknown color: approx Manhattan. HEX triplet: ED, AB and 86. RGB value is (237,171,134). Sum of RGB (Red+Green+Blue) = 237+171+134=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB86 is #125479. Grayscale: #BABABA. Windows color (decimal): -1201274 or 8825837. OLE color: 8825837.

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

Color convert

RGB237171134-
CMYK00.280.430.07
HSL21.55º74.1%72.75%-
HSV(B)21.55º43.46%92.94%-
XYZ53.7948.8529.15-
YUV186.5298.37164.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=43.73%
G=31.55%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717113400.280.430.0721.5574.172.75
HexEDAB8601C2B7164a49
Octal35525320603453726112111
Binary1110110110101011100001100111001010111111011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB86; }

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

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

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

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

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

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

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

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