#E8AF80

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

Shades of Manhattan #E8AF80

Tints of Manhattan #E8AF80

Color information

#E8AF80 (or 0xE8AF80) is unknown color: approx Manhattan. HEX triplet: E8, AF and 80. RGB value is (232,175,128). Sum of RGB (Red+Green+Blue) = 232+175+128=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF80 is #17507F. Grayscale: #BABABA. Windows color (decimal): -1527936 or 8433640. OLE color: 8433640.

HSL color Cylindrical-coordinate representation of color #E8AF80: hue angle of 27.12º 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 #E8AF80 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232175128-
CMYK00.250.450.09
HSL27.12º69.33%70.59%-
HSV(B)27.12º44.83%90.98%-
XYZ52.549.3727.18-
YUV186.6894.88160.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=43.36%
G=32.71%
B=23.93%

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
Decimal23217512800.250.450.0927.1269.3370.59
HexE8AF800192D91b4547
Octal350257200031551133105107
Binary11101000101011111000000001100110110110011101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF80; }

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

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

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

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

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

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

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

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