#EDAC86

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

Shades of Manhattan #EDAC86

Tints of Manhattan #EDAC86

Color information

#EDAC86 (or 0xEDAC86) is unknown color: approx Manhattan. HEX triplet: ED, AC and 86. RGB value is (237,172,134). Sum of RGB (Red+Green+Blue) = 237+172+134=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC86 is #125379. Grayscale: #BBBBBB. Windows color (decimal): -1201018 or 8826093. OLE color: 8826093.

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

Color convert

RGB237172134-
CMYK00.270.430.07
HSL22.14º74.1%72.75%-
HSV(B)22.14º43.46%92.94%-
XYZ53.9849.2329.21-
YUV187.198.03163.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=43.65%
G=31.68%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717213400.270.430.0722.1474.172.75
HexEDAC8601B2B7164a49
Octal35525420603353726112111
Binary1110110110101100100001100110111010111111011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC86; }

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

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

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

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

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

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

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

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