Hi Pelican,
To change the top header email color
Kindly go to the Appearance -> Theme Options -> Basic Setting tab
and in custom CSS box use this CSS code
.signin_wrap .left { color:#FF3333 }
IF you are using ZeroError Free theme
Go to the Appearance -> Editor -> style.css
and add this code at the end of style.css file
.signin_wrap .left { color:#FF3333 }
You need to change the color code to suit to your website.
Regards
Grace Themes