#E0B080

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

Shades of Manhattan #E0B080

Tints of Manhattan #E0B080

Color information

#E0B080 (or 0xE0B080) is unknown color: approx Manhattan. HEX triplet: E0, B0 and 80. RGB value is (224,176,128). Sum of RGB (Red+Green+Blue) = 224+176+128=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B080 is #1F4F7F. Grayscale: #B9B9B9. Windows color (decimal): -2051968 or 8433888. OLE color: 8433888.

HSL color Cylindrical-coordinate representation of color #E0B080: hue angle of 30º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0B080 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224176128-
CMYK00.210.430.12
HSL30º60.76%69.02%-
HSV(B)30º42.86%87.84%-
XYZ50.1648.4627.13-
YUV184.8895.9155.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417612800.210.430.123060.7669.02
HexE0B0800152BC1e3d45
Octal34026020002553143675105
Binary1110000010110000100000000101011010111100111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B080; }

 p { color: rgb(224,176,128); }

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

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

 a { background-color: rgb(224,176,128); }

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

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

 span { border-color: rgb(224,176,128); }

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