#e2aa7f

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

Shades of Manhattan #E2AA7F

Tints of Manhattan #E2AA7F

Color information

#E2AA7F (or 0xE2AA7F) is unknown color: approx Manhattan. HEX triplet: E2, AA and 7F. RGB value is (226,170,127). Sum of RGB (Red+Green+Blue) = 226+170+127=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA7F is #1D5580. Grayscale: #B6B6B6. Windows color (decimal): -1922433 or 8366818. OLE color: 8366818.

HSL color Cylindrical-coordinate representation of color #E2AA7F: hue angle of 26.06º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2AA7F is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB226170127-
CMYK00.250.440.11
HSL26.06º63.06%69.22%-
HSV(B)26.06º43.81%88.63%-
XYZ49.5746.4526.43-
YUV181.8497.05159.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 127 (50% from 255) = 24.28%
R=43.21%
G=32.50%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617012700.250.440.1126.0663.0669.22
HexE2AA7F0192CB1a3f45
Octal34225217703154133277105
Binary111000101010101011111110110011011001011110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2aa7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2aa7f; }

 p { color: rgb(226,170,127); }

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

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

 a { background-color: rgb(226,170,127); }

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

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

 span { border-color: rgb(226,170,127); }

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