#E2AF78

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

Shades of Manhattan #E2AF78

Tints of Manhattan #E2AF78

Color information

#E2AF78 (or 0xE2AF78) is unknown color: approx Manhattan. HEX triplet: E2, AF and 78. RGB value is (226,175,120). Sum of RGB (Red+Green+Blue) = 226+175+120=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF78 is #1D5087. Grayscale: #B8B8B8. Windows color (decimal): -1921160 or 7909346. OLE color: 7909346.

HSL color Cylindrical-coordinate representation of color #E2AF78: hue angle of 31.13º 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 #E2AF78 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB226175120-
CMYK00.230.470.11
HSL31.13º64.63%67.84%-
HSV(B)31.13º46.9%88.63%-
XYZ50.0848.1824.43-
YUV183.9891.9157.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=43.38%
G=33.59%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617512000.230.470.1131.1364.6367.84
HexE2AF780172FB1f4144
Octal342257170027571337101104
Binary1110001010101111111100001011110111110111111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AF78; }

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

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

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

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

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

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

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

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