#EDAE82

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

Shades of Manhattan #EDAE82

Tints of Manhattan #EDAE82

Color information

#EDAE82 (or 0xEDAE82) is unknown color: approx Manhattan. HEX triplet: ED, AE and 82. RGB value is (237,174,130). Sum of RGB (Red+Green+Blue) = 237+174+130=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE82 is #12517D. Grayscale: #BCBCBC. Windows color (decimal): -1200510 or 8564461. OLE color: 8564461.

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

Color convert

RGB237174130-
CMYK00.270.450.07
HSL24.67º74.83%71.96%-
HSV(B)24.67º45.15%92.94%-
XYZ54.0949.8927.9-
YUV187.8295.37163.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 130 (51.17% from 255) = 24.03%
R=43.81%
G=32.16%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717413000.270.450.0724.6774.8371.96
HexEDAE8201B2D7194b48
Octal35525620203355731113110
Binary1110110110101110100000100110111011011111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE82; }

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

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

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

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

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

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

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

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