CSS Color Background

Canary Yellow

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

Preview

Canary Yellow solid color background preview (#FFEF00)

Color value: #FFEF00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFEF00; }

HTML Code

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