You need to calculate the sha256 of the binary public key, not its textual hexadecimal representation. So first convert 0284E5235E299AF81EBE1653AC5F06B60E13A3A81F918018CBD10CE695095B3E24 from hexadecimal to binary, then calculate its sha256, then express the result as hexadecimal.