#EDB08B

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

Shades of Manhattan #EDB08B

Tints of Manhattan #EDB08B

Color information

#EDB08B (or 0xEDB08B) is unknown color: approx Manhattan. HEX triplet: ED, B0 and 8B. RGB value is (237,176,139). Sum of RGB (Red+Green+Blue) = 237+176+139=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB08B is #124F74. Grayscale: #BEBEBE. Windows color (decimal): -1199989 or 9154797. OLE color: 9154797.

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

Color convert

RGB237176139-
CMYK00.260.410.07
HSL22.65º73.13%73.73%-
HSV(B)22.65º41.35%92.94%-
XYZ55.1150.9231.35-
YUV190.0299.21161.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=42.93%
G=31.88%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717613900.260.410.0722.6573.1373.73
HexEDB08B01A29717494a
Octal35526021303251727111112
Binary1110110110110000100010110110101010011111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB08B; }

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

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

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

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

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

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

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

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