#E1AE82

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

Shades of Manhattan #E1AE82

Tints of Manhattan #E1AE82

Color information

#E1AE82 (or 0xE1AE82) is unknown color: approx Manhattan. HEX triplet: E1, AE and 82. RGB value is (225,174,130). Sum of RGB (Red+Green+Blue) = 225+174+130=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AE82 is #1E517D. Grayscale: #B8B8B8. Windows color (decimal): -1986942 or 8564449. OLE color: 8564449.

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

Color convert

RGB225174130-
CMYK00.230.420.12
HSL27.79º61.29%69.61%-
HSV(B)27.79º42.22%88.24%-
XYZ50.2247.8927.72-
YUV184.2397.4157.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=42.53%
G=32.89%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517413000.230.420.1227.7961.2969.61
HexE1AE820172AC1c3d46
Octal34125620202752143475106
Binary1110000110101110100000100101111010101100111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE82; }

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

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

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

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

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

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

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

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