Persimmon Hex Code — #EC5800
RGB, HSL, and CMYK values for Persimmon.
Persimmon Color Values
| Format | Value |
|---|---|
| HEX | #EC5800 |
| RGB | rgb(236, 88, 0) |
| HSL | hsl(22, 100%, 46%) |
| CMYK | cmyk(0%, 63%, 100%, 7%) |
Want to explore more shades? Use our Color Converter
About Persimmon
Color psychology: Energy, determination.
Persimmon (#EC5800) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where energy, determination are desired associations.
How to Use Persimmon in CSS
/* Using HEX */ color: #EC5800; background-color: #EC5800; /* Using RGB */ color: rgb(236, 88, 0); /* Using HSL */ color: hsl(22, 100%, 46%);