#E7AA80

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

Shades of Manhattan #E7AA80

Tints of Manhattan #E7AA80

Color information

#E7AA80 (or 0xE7AA80) is unknown color: approx Manhattan. HEX triplet: E7, AA and 80. RGB value is (231,170,128). Sum of RGB (Red+Green+Blue) = 231+170+128=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA80 is #18557F. Grayscale: #B7B7B7. Windows color (decimal): -1594752 or 8432359. OLE color: 8432359.

HSL color Cylindrical-coordinate representation of color #E7AA80: hue angle of 24.47º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7AA80 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231170128-
CMYK00.260.450.09
HSL24.47º68.21%70.39%-
HSV(B)24.47º44.59%90.59%-
XYZ51.2347.326.85-
YUV183.4596.71161.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=43.67%
G=32.14%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117012800.260.450.0924.4768.2170.39
HexE7AA8001A2D9184446
Octal347252200032551130104106
Binary11100111101010101000000001101010110110011100010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA80; }

 p { color: rgb(231,170,128); }

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

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

 a { background-color: rgb(231,170,128); }

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

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

 span { border-color: rgb(231,170,128); }

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