#EDAC87

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

Shades of Manhattan #EDAC87

Tints of Manhattan #EDAC87

Color information

#EDAC87 (or 0xEDAC87) is unknown color: approx Manhattan. HEX triplet: ED, AC and 87. RGB value is (237,172,135). Sum of RGB (Red+Green+Blue) = 237+172+135=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC87 is #125378. Grayscale: #BBBBBB. Windows color (decimal): -1201017 or 8891629. OLE color: 8891629.

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

Color convert

RGB237172135-
CMYK00.270.430.07
HSL21.76º73.91%72.94%-
HSV(B)21.76º43.04%92.94%-
XYZ54.0549.2629.58-
YUV187.2298.53163.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 135 (53.12% from 255) = 24.82%
R=43.57%
G=31.62%
B=24.82%

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
Decimal23717213500.270.430.0721.7673.9172.94
HexEDAC8701B2B7164a49
Octal35525420703353726112111
Binary1110110110101100100001110110111010111111011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC87; }

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

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

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

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

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

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

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

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