#E8AE80

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

Shades of Manhattan #E8AE80

Tints of Manhattan #E8AE80

Color information

#E8AE80 (or 0xE8AE80) is unknown color: approx Manhattan. HEX triplet: E8, AE and 80. RGB value is (232,174,128). Sum of RGB (Red+Green+Blue) = 232+174+128=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AE80 is #17517F. Grayscale: #BABABA. Windows color (decimal): -1528192 or 8433384. OLE color: 8433384.

HSL color Cylindrical-coordinate representation of color #E8AE80: hue angle of 26.54º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8AE80 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232174128-
CMYK00.250.450.09
HSL26.54º69.33%70.59%-
HSV(B)26.54º44.83%90.98%-
XYZ52.3148.9927.12-
YUV186.195.22160.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.45%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=43.45%
G=32.58%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217412800.250.450.0926.5469.3370.59
HexE8AE800192D91b4547
Octal350256200031551133105107
Binary11101000101011101000000001100110110110011101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE80; }

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

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

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

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

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

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

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

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