#E1AF8A

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

Shades of Manhattan #E1AF8A

Tints of Manhattan #E1AF8A

Color information

#E1AF8A (or 0xE1AF8A) is unknown color: approx Manhattan. HEX triplet: E1, AF and 8A. RGB value is (225,175,138). Sum of RGB (Red+Green+Blue) = 225+175+138=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF8A is #1E5075. Grayscale: #B9B9B9. Windows color (decimal): -1986678 or 9088993. OLE color: 9088993.

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

Color convert

RGB225175138-
CMYK00.220.390.12
HSL25.52º59.18%71.18%-
HSV(B)25.52º38.67%88.24%-
XYZ50.9748.530.72-
YUV185.73101.06156.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=41.82%
G=32.53%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517513800.220.390.1225.5259.1871.18
HexE1AF8A01627C1a3b47
Octal34125721202647143273107
Binary1110000110101111100010100101101001111100110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF8A; }

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

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

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

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

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

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

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

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