#EAAC7E

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

Shades of Manhattan #EAAC7E

Tints of Manhattan #EAAC7E

Color information

#EAAC7E (or 0xEAAC7E) is unknown color: approx Manhattan. HEX triplet: EA, AC and 7E. RGB value is (234,172,126). Sum of RGB (Red+Green+Blue) = 234+172+126=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC7E is #155381. Grayscale: #B9B9B9. Windows color (decimal): -1397634 or 8301802. OLE color: 8301802.

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

Color convert

RGB234172126-
CMYK00.260.460.08
HSL25.56º72%70.59%-
HSV(B)25.56º46.15%91.76%-
XYZ52.4548.526.34-
YUV185.2994.54162.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 126 (49.61% from 255) = 23.68%
R=43.98%
G=32.33%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417212600.260.460.0825.567270.59
HexEAAC7E01A2E81a4847
Octal352254176032561032110107
Binary1110101010101100111111001101010111010001101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC7E; }

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

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

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

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

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

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

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

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