CSS Color Background

Safety Yellow

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

Preview

Safety Yellow solid color background preview (#EED202)

Color value: #EED202

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EED202; }

HTML Code

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