CSS Color Background

Titanium Yellow

Pure CSS color background: #EEE600. Use this solid color for personal and commercial creative projects.

Preview

Titanium Yellow solid color background preview (#EEE600)

Color value: #EEE600

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #EEE600; }

HTML Code

<section class="hero titanium-yellow-bg"> <h2>Your content</h2> </section> <style> .titanium-yellow-bg { background-color: #EEE600; } </style>