#EDB38B

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

Shades of Manhattan #EDB38B

Tints of Manhattan #EDB38B

Color information

#EDB38B (or 0xEDB38B) is unknown color: approx Manhattan. HEX triplet: ED, B3 and 8B. RGB value is (237,179,139). Sum of RGB (Red+Green+Blue) = 237+179+139=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB38B is #124C74. Grayscale: #BFBFBF. Windows color (decimal): -1199221 or 9155565. OLE color: 9155565.

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

Color convert

RGB237179139-
CMYK00.240.410.07
HSL24.49º73.13%73.73%-
HSV(B)24.49º41.35%92.94%-
XYZ55.7152.1131.55-
YUV191.7898.22160.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 139 (54.69% from 255) = 25.05%
R=42.70%
G=32.25%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717913900.240.410.0724.4973.1373.73
HexEDB38B01829718494a
Octal35526321303051730111112
Binary1110110110110011100010110110001010011111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB38B; }

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

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

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

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

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

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

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

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