#e0b27c

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

Shades of Manhattan #E0B27C

Tints of Manhattan #E0B27C

Color information

#E0B27C (or 0xE0B27C) is unknown color: approx Manhattan. HEX triplet: E0, B2 and 7C. RGB value is (224,178,124). Sum of RGB (Red+Green+Blue) = 224+178+124=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B27C is #1F4D83. Grayscale: #B9B9B9. Windows color (decimal): -2051460 or 8172256. OLE color: 8172256.

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

Color convert

RGB224178124-
CMYK00.210.450.12
HSL32.4º61.73%68.24%-
HSV(B)32.4º44.64%87.84%-
XYZ50.349.1425.9-
YUV185.693.24155.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=42.59%
G=33.84%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417812400.210.450.1232.461.7368.24
HexE0B27C0152DC203e44
Octal34026217402555144076104
Binary1110000010110010111110001010110110111001000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b27c; }

 p { color: rgb(224,178,124); }

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

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

 a { background-color: rgb(224,178,124); }

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

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

 span { border-color: rgb(224,178,124); }

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