#e2a972

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

Shades of Manhattan #E2A972

Tints of Manhattan #E2A972

Color information

#E2A972 (or 0xE2A972) is unknown color: approx Manhattan. HEX triplet: E2, A9 and 72. RGB value is (226,169,114). Sum of RGB (Red+Green+Blue) = 226+169+114=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A972 is #1D568D. Grayscale: #B4B4B4. Windows color (decimal): -1922702 or 7514594. OLE color: 7514594.

HSL color Cylindrical-coordinate representation of color #E2A972: hue angle of 29.46º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2A972 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB226169114-
CMYK00.250.500.11
HSL29.46º65.88%66.67%-
HSV(B)29.46º49.56%88.63%-
XYZ48.5945.7622.19-
YUV179.7790.88160.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=44.40%
G=33.20%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616911400.250.500.1129.4665.8866.67
HexE2A97201932B1d4243
Octal342251162031621335102103
Binary1110001010101001111001001100111001010111110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a972; }

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

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

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

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

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

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

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

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