#EDB389

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

Shades of Manhattan #EDB389

Tints of Manhattan #EDB389

Color information

#EDB389 (or 0xEDB389) is unknown color: approx Manhattan. HEX triplet: ED, B3 and 89. RGB value is (237,179,137). Sum of RGB (Red+Green+Blue) = 237+179+137=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB389 is #124C76. Grayscale: #BFBFBF. Windows color (decimal): -1199223 or 9024493. OLE color: 9024493.

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

Color convert

RGB237179137-
CMYK00.240.420.07
HSL25.2º73.53%73.33%-
HSV(B)25.2º42.19%92.94%-
XYZ55.5652.0530.79-
YUV191.5597.22160.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=42.86%
G=32.37%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717913700.240.420.0725.273.5373.33
HexEDB3890182A7194a49
Octal35526321103052731112111
Binary1110110110110011100010010110001010101111100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB389; }

 p { color: rgb(237,179,137); }

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

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

 a { background-color: rgb(237,179,137); }

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

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

 span { border-color: rgb(237,179,137); }

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