Terracotta Hex Code — #E2725B
RGB, HSL, and CMYK values for Terracotta.
Terracotta Color Values
| Format | Value |
|---|---|
| HEX | #E2725B |
| RGB | rgb(226, 114, 91) |
| HSL | hsl(10, 70%, 62%) |
| CMYK | cmyk(0%, 50%, 60%, 11%) |
Want to explore more shades? Use our Color Converter
About Terracotta
Color psychology: Earthy, natural, warmth.
Terracotta (#E2725B) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where earthy, natural, warmth are desired associations.
How to Use Terracotta in CSS
/* Using HEX */ color: #E2725B; background-color: #E2725B; /* Using RGB */ color: rgb(226, 114, 91); /* Using HSL */ color: hsl(10, 70%, 62%);