#EDB181

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

Shades of Manhattan #EDB181

Tints of Manhattan #EDB181

Color information

#EDB181 (or 0xEDB181) is unknown color: approx Manhattan. HEX triplet: ED, B1 and 81. RGB value is (237,177,129). Sum of RGB (Red+Green+Blue) = 237+177+129=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB181 is #124E7E. Grayscale: #BDBDBD. Windows color (decimal): -1199743 or 8499693. OLE color: 8499693.

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

Color convert

RGB237177129-
CMYK00.250.460.07
HSL26.67º75%71.76%-
HSV(B)26.67º45.57%92.94%-
XYZ54.6151.0327.74-
YUV189.4793.88161.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=43.65%
G=32.60%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717712900.250.460.0726.677571.76
HexEDB1810192E71b4b48
Octal35526120103156733113110
Binary1110110110110001100000010110011011101111101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB181; }

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

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

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

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

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

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

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

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