#E1AF83

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

Shades of Manhattan #E1AF83

Tints of Manhattan #E1AF83

Color information

#E1AF83 (or 0xE1AF83) is unknown color: approx Manhattan. HEX triplet: E1, AF and 83. RGB value is (225,175,131). Sum of RGB (Red+Green+Blue) = 225+175+131=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF83 is #1E507C. Grayscale: #B9B9B9. Windows color (decimal): -1986685 or 8630241. OLE color: 8630241.

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

Color convert

RGB225175131-
CMYK00.220.420.12
HSL28.09º61.04%69.8%-
HSV(B)28.09º41.78%88.24%-
XYZ50.4848.3128.14-
YUV184.9397.56156.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=42.37%
G=32.96%
B=24.67%

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
Decimal22517513100.220.420.1228.0961.0469.8
HexE1AF830162AC1c3d46
Octal34125720302652143475106
Binary1110000110101111100000110101101010101100111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF83; }

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

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

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

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

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

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

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

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