#E5AF82

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

Shades of Manhattan #E5AF82

Tints of Manhattan #E5AF82

Color information

#E5AF82 (or 0xE5AF82) is unknown color: approx Manhattan. HEX triplet: E5, AF and 82. RGB value is (229,175,130). Sum of RGB (Red+Green+Blue) = 229+175+130=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF82 is #1A507D. Grayscale: #BABABA. Windows color (decimal): -1724542 or 8564709. OLE color: 8564709.

HSL color Cylindrical-coordinate representation of color #E5AF82: hue angle of 27.27º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5AF82 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB229175130-
CMYK00.240.430.10
HSL27.27º65.56%70.39%-
HSV(B)27.27º43.23%89.8%-
XYZ51.6748.9327.84-
YUV186.0296.39158.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=42.88%
G=32.77%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917513000.240.430.1027.2765.5670.39
HexE5AF820182BA1b4246
Octal345257202030531233102106
Binary11100101101011111000001001100010101110101101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AF82; }

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

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

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

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

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

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

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

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