'how to set color in ejs

how can i set color of title to color stored in my database i am using this code but this code is showing hexcolor code

 <div class="inner">
              <p><%=notes.heading.color = notes.color  %></p>
            </div>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source