Make a custom class in css named as custom-color.
Give it whatever background color you want.
Remove all the INLINE STYLE from your <th>. Add class in whichever td you want the background color. Just replace <th class=”header”>Single Room</th> to <th class=”header custom-color”>Single Room</th>.
That’s it.