#E0AA6F

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

Shades of Manhattan #E0AA6F

Tints of Manhattan #E0AA6F

Color information

#E0AA6F (or 0xE0AA6F) is unknown color: approx Manhattan. HEX triplet: E0, AA and 6F. RGB value is (224,170,111). Sum of RGB (Red+Green+Blue) = 224+170+111=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA6F is #1F5590. Grayscale: #B3B3B3. Windows color (decimal): -2053521 or 7318240. OLE color: 7318240.

HSL color Cylindrical-coordinate representation of color #E0AA6F: hue angle of 31.33º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0AA6F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224170111-
CMYK00.240.500.12
HSL31.33º64.57%65.69%-
HSV(B)31.33º50.45%87.84%-
XYZ47.9845.7421.34-
YUV179.4289.39159.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=44.36%
G=33.66%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417011100.240.500.1231.3364.5765.69
HexE0AA6F01832C1f4142
Octal340252157030621437101102
Binary1110000010101010110111101100011001011001111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA6F; }

 p { color: rgb(224,170,111); }

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

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

 a { background-color: rgb(224,170,111); }

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

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

 span { border-color: rgb(224,170,111); }

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