#EDAE85

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

Shades of Manhattan #EDAE85

Tints of Manhattan #EDAE85

Color information

#EDAE85 (or 0xEDAE85) is unknown color: approx Manhattan. HEX triplet: ED, AE and 85. RGB value is (237,174,133). Sum of RGB (Red+Green+Blue) = 237+174+133=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE85 is #12517A. Grayscale: #BCBCBC. Windows color (decimal): -1200507 or 8761069. OLE color: 8761069.

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

Color convert

RGB237174133-
CMYK00.270.440.07
HSL23.65º74.29%72.55%-
HSV(B)23.65º43.88%92.94%-
XYZ54.2949.9728.97-
YUV188.1696.87162.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=43.57%
G=31.99%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717413300.270.440.0723.6574.2972.55
HexEDAE8501B2C7184a49
Octal35525620503354730112111
Binary1110110110101110100001010110111011001111100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE85; }

 p { color: rgb(237,174,133); }

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

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

 a { background-color: rgb(237,174,133); }

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

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

 span { border-color: rgb(237,174,133); }

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