#E0B27A

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

Shades of Manhattan #E0B27A

Tints of Manhattan #E0B27A

Color information

#E0B27A (or 0xE0B27A) is unknown color: approx Manhattan. HEX triplet: E0, B2 and 7A. RGB value is (224,178,122). Sum of RGB (Red+Green+Blue) = 224+178+122=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B27A is #1F4D85. Grayscale: #B9B9B9. Windows color (decimal): -2051462 or 8041184. OLE color: 8041184.

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

Color convert

RGB224178122-
CMYK00.210.460.12
HSL32.94º62.2%67.84%-
HSV(B)32.94º45.54%87.84%-
XYZ50.1749.0925.24-
YUV185.3792.24155.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=42.75%
G=33.97%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417812200.210.460.1232.9462.267.84
HexE0B27A0152EC213e44
Octal34026217202556144176104
Binary1110000010110010111101001010110111011001000011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B27A; }

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

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

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

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

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

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

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

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