#E0AF75

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

Shades of Manhattan #E0AF75

Tints of Manhattan #E0AF75

Color information

#E0AF75 (or 0xE0AF75) is unknown color: approx Manhattan. HEX triplet: E0, AF and 75. RGB value is (224,175,117). Sum of RGB (Red+Green+Blue) = 224+175+117=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF75 is #1F508A. Grayscale: #B7B7B7. Windows color (decimal): -2052235 or 7712736. OLE color: 7712736.

HSL color Cylindrical-coordinate representation of color #E0AF75: hue angle of 32.52º degrees, saturation: 0.63, 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 #E0AF75 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224175117-
CMYK00.220.480.12
HSL32.52º63.31%66.86%-
HSV(B)32.52º47.77%87.84%-
XYZ49.2847.7923.46-
YUV183.0490.73157.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=43.41%
G=33.91%
B=22.67%

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
Decimal22417511700.220.480.1232.5263.3166.86
HexE0AF7501630C213f43
Octal34025716502660144177103
Binary1110000010101111111010101011011000011001000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF75; }

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

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

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

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

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

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

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

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