CSS Color Background

Deep Carrot Orange

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

Preview

Deep Carrot Orange solid color background preview (#E9692C)

Color value: #E9692C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E9692C; }

HTML Code

<section class="hero deep-carrot-orange-bg"> <h2>Your content</h2> </section> <style> .deep-carrot-orange-bg { background-color: #E9692C; } </style>