#E5AE80

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

Shades of Manhattan #E5AE80

Tints of Manhattan #E5AE80

Color information

#E5AE80 (or 0xE5AE80) is unknown color: approx Manhattan. HEX triplet: E5, AE and 80. RGB value is (229,174,128). Sum of RGB (Red+Green+Blue) = 229+174+128=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AE80 is #1A517F. Grayscale: #B9B9B9. Windows color (decimal): -1724800 or 8433381. OLE color: 8433381.

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

Color convert

RGB229174128-
CMYK00.240.440.10
HSL27.33º66.01%70%-
HSV(B)27.33º44.1%89.8%-
XYZ51.3548.4927.08-
YUV185.295.72159.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=43.13%
G=32.77%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917412800.240.440.1027.3366.0170
HexE5AE800182CA1b4246
Octal345256200030541233102106
Binary11100101101011101000000001100010110010101101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AE80; }

 p { color: rgb(229,174,128); }

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

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

 a { background-color: rgb(229,174,128); }

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

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

 span { border-color: rgb(229,174,128); }

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