CSS Color Background

Hansa Yellow

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

Preview

Hansa Yellow solid color background preview (#E9D66B)

Color value: #E9D66B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E9D66B; }

HTML Code

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