#E5A972

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

Shades of Manhattan #E5A972

Tints of Manhattan #E5A972

Color information

#E5A972 (or 0xE5A972) is unknown color: approx Manhattan. HEX triplet: E5, A9 and 72. RGB value is (229,169,114). Sum of RGB (Red+Green+Blue) = 229+169+114=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A972 is #1A568D. Grayscale: #B4B4B4. Windows color (decimal): -1726094 or 7514597. OLE color: 7514597.

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

Color convert

RGB229169114-
CMYK00.260.500.10
HSL28.7º68.86%67.25%-
HSV(B)28.7º50.22%89.8%-
XYZ49.5446.2522.24-
YUV180.6790.38162.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.73%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=44.73%
G=33.01%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916911400.260.500.1028.768.8667.25
HexE5A97201A32A1d4543
Octal345251162032621235105103
Binary1110010110101001111001001101011001010101110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A972; }

 p { color: rgb(229,169,114); }

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

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

 a { background-color: rgb(229,169,114); }

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

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

 span { border-color: rgb(229,169,114); }

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