#EDB087

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

Shades of Manhattan #EDB087

Tints of Manhattan #EDB087

Color information

#EDB087 (or 0xEDB087) is unknown color: approx Manhattan. HEX triplet: ED, B0 and 87. RGB value is (237,176,135). Sum of RGB (Red+Green+Blue) = 237+176+135=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 135 (53.12% from 255 or 24.64% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB087 is #124F78. Grayscale: #BDBDBD. Windows color (decimal): -1199993 or 8892653. OLE color: 8892653.

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

Color convert

RGB237176135-
CMYK00.260.430.07
HSL24.12º73.91%72.94%-
HSV(B)24.12º43.04%92.94%-
XYZ54.8250.829.84-
YUV189.5697.21161.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 135 (53.12% from 255) = 24.64%
R=43.25%
G=32.12%
B=24.64%

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
Decimal23717613500.260.430.0724.1273.9172.94
HexEDB08701A2B7184a49
Octal35526020703253730112111
Binary1110110110110000100001110110101010111111100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB087; }

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

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

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

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

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

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

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

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