#E2A878

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

Shades of Manhattan #E2A878

Tints of Manhattan #E2A878

Color information

#E2A878 (or 0xE2A878) is unknown color: approx Manhattan. HEX triplet: E2, A8 and 78. RGB value is (226,168,120). Sum of RGB (Red+Green+Blue) = 226+168+120=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A878 is #1D5787. Grayscale: #B4B4B4. Windows color (decimal): -1922952 or 7907554. OLE color: 7907554.

HSL color Cylindrical-coordinate representation of color #E2A878: hue angle of 27.17º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2A878 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB226168120-
CMYK00.260.470.11
HSL27.17º64.63%67.84%-
HSV(B)27.17º46.9%88.63%-
XYZ48.7645.5323.99-
YUV179.8794.22160.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=43.97%
G=32.68%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616812000.260.470.1127.1764.6367.84
HexE2A87801A2FB1b4144
Octal342250170032571333101104
Binary1110001010101000111100001101010111110111101110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A878; }

 p { color: rgb(226,168,120); }

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

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

 a { background-color: rgb(226,168,120); }

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

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

 span { border-color: rgb(226,168,120); }

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