#E5A870

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

Shades of Manhattan #E5A870

Tints of Manhattan #E5A870

Color information

#E5A870 (or 0xE5A870) is unknown color: approx Manhattan. HEX triplet: E5, A8 and 70. RGB value is (229,168,112). Sum of RGB (Red+Green+Blue) = 229+168+112=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A870 is #1A578F. Grayscale: #B4B4B4. Windows color (decimal): -1726352 or 7383269. OLE color: 7383269.

HSL color Cylindrical-coordinate representation of color #E5A870: hue angle of 28.72º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5A870 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229168112-
CMYK00.270.510.10
HSL28.72º69.23%66.86%-
HSV(B)28.72º51.09%89.8%-
XYZ49.2445.8321.58-
YUV179.8689.71163.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=44.99%
G=33.01%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916811200.270.510.1028.7269.2366.86
HexE5A87001B33A1d4543
Octal345250160033631235105103
Binary1110010110101000111000001101111001110101110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A870; }

 p { color: rgb(229,168,112); }

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

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

 a { background-color: rgb(229,168,112); }

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

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

 span { border-color: rgb(229,168,112); }

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