0xEAA
0xEAA is a hexadecimal numeric literal commonly used in programming. The 0x prefix signals that the following digits are in base 16 rather than decimal.
The digits E, A, A correspond to 14, 10, 10 in decimal. The value equals 14*256 + 10*16
In programming languages such as C, C++, JavaScript, Java, and Python, 0xEAA denotes a literal integer. It
Notes and limitations: 0xEAA by itself is not an Ethereum address; Ethereum addresses require 40 hexadecimal