#E0AF74

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

Shades of Manhattan #E0AF74

Tints of Manhattan #E0AF74

Color information

#E0AF74 (or 0xE0AF74) is unknown color: approx Manhattan. HEX triplet: E0, AF and 74. RGB value is (224,175,116). Sum of RGB (Red+Green+Blue) = 224+175+116=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF74 is #1F508B. Grayscale: #B7B7B7. Windows color (decimal): -2052236 or 7647200. OLE color: 7647200.

HSL color Cylindrical-coordinate representation of color #E0AF74: hue angle of 32.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0AF74 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224175116-
CMYK00.220.480.12
HSL32.78º63.53%66.67%-
HSV(B)32.78º48.21%87.84%-
XYZ49.2247.7723.15-
YUV182.9290.23157.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=43.50%
G=33.98%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417511600.220.480.1232.7863.5366.67
HexE0AF7401630C214043
Octal340257164026601441100103
Binary11100000101011111110100010110110000110010000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF74; }

 p { color: rgb(224,175,116); }

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

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

 a { background-color: rgb(224,175,116); }

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

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

 span { border-color: rgb(224,175,116); }

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