#E1AF82

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

Shades of Manhattan #E1AF82

Tints of Manhattan #E1AF82

Color information

#E1AF82 (or 0xE1AF82) is unknown color: approx Manhattan. HEX triplet: E1, AF and 82. RGB value is (225,175,130). Sum of RGB (Red+Green+Blue) = 225+175+130=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF82 is #1E507D. Grayscale: #B9B9B9. Windows color (decimal): -1986686 or 8564705. OLE color: 8564705.

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

Color convert

RGB225175130-
CMYK00.220.420.12
HSL28.42º61.29%69.61%-
HSV(B)28.42º42.22%88.24%-
XYZ50.4148.2827.78-
YUV184.8297.06156.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=42.45%
G=33.02%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517513000.220.420.1228.4261.2969.61
HexE1AF820162AC1c3d46
Octal34125720202652143475106
Binary1110000110101111100000100101101010101100111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF82; }

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

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

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

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

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

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

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

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