Burnt Sienna Hex Code — #E97451
RGB, HSL, and CMYK values for Burnt Sienna.
Last updated: April 6, 2026
Burnt Sienna Color Values
| Format | Value |
|---|---|
| HEX | #E97451 |
| RGB | rgb(233, 116, 81) |
| HSL | hsl(14, 78%, 62%) |
| CMYK | cmyk(0%, 50%, 65%, 9%) |
About Burnt Sienna
Color psychology: Earth, warmth, richness.
Burnt Sienna (#E97451) is a medium shade of orange with a hue angle of 14° on the color wheel, 78% saturation, and 62% lightness. It's commonly used in web design, graphic design, and branding where earth, warmth, richness are desired associations.
In color theory, Burnt Sienna sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Burnt Sienna in Design
Web Design
Use Burnt Sienna as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Burnt Sienna conveys earth, warmth, richness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:50% Y:65% K:9%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Burnt Sienna work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Burnt Sienna in CSS
/* Using HEX */ color: #E97451; background-color: #E97451; /* Using RGB */ color: rgb(233, 116, 81); /* Using HSL — best for creating variations */ color: hsl(14, 78%, 62%); /* Transparent overlay (50% opacity) */ background-color: rgba(233, 116, 81, 0.5); /* Lighter variant for hover states */ background-color: hsl(14, 78%, 72%); /* Darker variant for active states */ background-color: hsl(14, 78%, 52%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Burnt Sienna without changing its core hue or saturation.
Colors That Go With Burnt Sienna
Complementary
Analogous
Triadic
Similar Shades of Orange
Frequently Asked Questions
What is the hex code for Burnt Sienna?
What is Burnt Sienna in RGB and when should I use RGB?
How to use Burnt Sienna in CSS with different color formats?
What is the HSL value of Burnt Sienna and why is HSL useful for designers?
What is the CMYK value of Burnt Sienna for print design?
What colors pair well with Burnt Sienna in design projects?
Is Burnt Sienna (#E97451) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.