#E1AA72

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

Shades of Manhattan #E1AA72

Tints of Manhattan #E1AA72

Color information

#E1AA72 (or 0xE1AA72) is unknown color: approx Manhattan. HEX triplet: E1, AA and 72. RGB value is (225,170,114). Sum of RGB (Red+Green+Blue) = 225+170+114=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA72 is #1E558D. Grayscale: #B4B4B4. Windows color (decimal): -1987982 or 7514849. OLE color: 7514849.

HSL color Cylindrical-coordinate representation of color #E1AA72: hue angle of 30.27º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1AA72 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB225170114-
CMYK00.240.490.12
HSL30.27º64.91%66.47%-
HSV(B)30.27º49.33%88.24%-
XYZ48.4645.9722.24-
YUV180.0690.72160.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=44.20%
G=33.40%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517011400.240.490.1230.2764.9166.47
HexE1AA7201831C1e4142
Octal341252162030611436101102
Binary1110000110101010111001001100011000111001111010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA72; }

 p { color: rgb(225,170,114); }

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

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

 a { background-color: rgb(225,170,114); }

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

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

 span { border-color: rgb(225,170,114); }

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