My MWE,
\documentclass[a4paper,11pt]{article}
\usepackage{empheq}
\usepackage[svgnames]{xcolor}
\definecolor{backcolor}{RGB}{255,255,170}
\newcommand*\mybox[1]{%
\colorbox{backcolor}{\hspace{1em}#1\hspace{1em}}}
\begin{document}
\begin{empheq}[box=\mybox]{align}
V=I \cdot R
\end{empheq}
\end{document}
and displaying

But, that I want the equation in center (without changing place) and its text in nearly right. See below the image,

Is there a solution?
Related to: How to align text to the right in math mode?
and

\textis not actually needed but never hurts to use. – Jan 30 '15 at 09:08\textwas needed if you used\mathrlap... – karlkoeller Jan 30 '15 at 09:17here:-) – Jan 31 '15 at 03:05