Colored bash-prompt garbeld after recall commands

hello
when I change my bash-prompt in a collored version and I use recall commands with arrow-keys
then after a few commands the prompt garbeld recalled cmd stays visible after prompt.
When I remove the collored code , everything works fine .
any suggestion ?

Can you paste your PS1 prompt?

echo "$PS1"

this is the prompt I use

PS1="\e[0;33m[\u@\h]\\$> \e[m"