#EDB18A

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

Shades of Manhattan #EDB18A

Tints of Manhattan #EDB18A

Color information

#EDB18A (or 0xEDB18A) is unknown color: approx Manhattan. HEX triplet: ED, B1 and 8A. RGB value is (237,177,138). Sum of RGB (Red+Green+Blue) = 237+177+138=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18A is #124E75. Grayscale: #BEBEBE. Windows color (decimal): -1199734 or 9089517. OLE color: 9089517.

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

Color convert

RGB237177138-
CMYK00.250.420.07
HSL23.64º73.33%73.53%-
HSV(B)23.64º41.77%92.94%-
XYZ55.2351.2831.03-
YUV190.4998.38161.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 138 (54.30% from 255) = 25%
R=42.93%
G=32.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717713800.250.420.0723.6473.3373.53
HexEDB18A0192A718494a
Octal35526121203152730111112
Binary1110110110110001100010100110011010101111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB18A; }

 p { color: rgb(237,177,138); }

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

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

 a { background-color: rgb(237,177,138); }

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

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

 span { border-color: rgb(237,177,138); }

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