#EDB086

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

Shades of Manhattan #EDB086

Tints of Manhattan #EDB086

Color information

#EDB086 (or 0xEDB086) is unknown color: approx Manhattan. HEX triplet: ED, B0 and 86. RGB value is (237,176,134). Sum of RGB (Red+Green+Blue) = 237+176+134=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB086 is #124F79. Grayscale: #BDBDBD. Windows color (decimal): -1199994 or 8827117. OLE color: 8827117.

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

Color convert

RGB237176134-
CMYK00.260.430.07
HSL24.47º74.1%72.75%-
HSV(B)24.47º43.46%92.94%-
XYZ54.7550.7829.47-
YUV189.4596.71161.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=43.33%
G=32.18%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717613400.260.430.0724.4774.172.75
HexEDB08601A2B7184a49
Octal35526020603253730112111
Binary1110110110110000100001100110101010111111100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB086; }

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

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

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

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

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

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

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

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