#E1AF75

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

Shades of Manhattan #E1AF75

Tints of Manhattan #E1AF75

Color information

#E1AF75 (or 0xE1AF75) is unknown color: approx Manhattan. HEX triplet: E1, AF and 75. RGB value is (225,175,117). Sum of RGB (Red+Green+Blue) = 225+175+117=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF75 is #1E508A. Grayscale: #B7B7B7. Windows color (decimal): -1986699 or 7712737. OLE color: 7712737.

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

Color convert

RGB225175117-
CMYK00.220.480.12
HSL32.22º64.29%67.06%-
HSV(B)32.22º48%88.24%-
XYZ49.5947.9523.47-
YUV183.3490.56157.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=43.52%
G=33.85%
B=22.63%

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
Decimal22517511700.220.480.1232.2264.2967.06
HexE1AF7501630C204043
Octal341257165026601440100103
Binary11100001101011111110101010110110000110010000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF75; }

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

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

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

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

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

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

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

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