only getting value 255 from EEPROM

What that basicly did is it divided the values by 4

You could, of course, just have divided the value by 4

outputValue /= 4;

Either way you have reduced the resolution of the measurement and, as previously pointed out, you could have used the put() and get() functions to save and read an int value if maintaining the resolution were important.