#EDAD8A

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

Shades of Manhattan #EDAD8A

Tints of Manhattan #EDAD8A

Color information

#EDAD8A (or 0xEDAD8A) is unknown color: approx Manhattan. HEX triplet: ED, AD and 8A. RGB value is (237,173,138). Sum of RGB (Red+Green+Blue) = 237+173+138=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD8A is #125275. Grayscale: #BCBCBC. Windows color (decimal): -1200758 or 9088493. OLE color: 9088493.

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

Color convert

RGB237173138-
CMYK00.270.420.07
HSL21.21º73.33%73.53%-
HSV(B)21.21º41.77%92.94%-
XYZ54.4649.7330.77-
YUV188.1599.7162.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 138 (54.30% from 255) = 25.18%
R=43.25%
G=31.57%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717313800.270.420.0721.2173.3373.53
HexEDAD8A01B2A715494a
Octal35525521203352725111112
Binary1110110110101101100010100110111010101111010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD8A; }

 p { color: rgb(237,173,138); }

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

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

 a { background-color: rgb(237,173,138); }

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

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

 span { border-color: rgb(237,173,138); }

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