#EAAC80

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

Shades of Manhattan #EAAC80

Tints of Manhattan #EAAC80

Color information

#EAAC80 (or 0xEAAC80) is unknown color: approx Manhattan. HEX triplet: EA, AC and 80. RGB value is (234,172,128). Sum of RGB (Red+Green+Blue) = 234+172+128=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC80 is #15537F. Grayscale: #B9B9B9. Windows color (decimal): -1397632 or 8432874. OLE color: 8432874.

HSL color Cylindrical-coordinate representation of color #EAAC80: hue angle of 24.91º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAAC80 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234172128-
CMYK00.260.450.08
HSL24.91º71.62%70.98%-
HSV(B)24.91º45.3%91.76%-
XYZ52.5848.5627.02-
YUV185.5295.54162.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=43.82%
G=32.21%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417212800.260.450.0824.9171.6270.98
HexEAAC8001A2D8194847
Octal352254200032551031110107
Binary11101010101011001000000001101010110110001100110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC80; }

 p { color: rgb(234,172,128); }

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

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

 a { background-color: rgb(234,172,128); }

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

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

 span { border-color: rgb(234,172,128); }

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