Dark Salmon Hex Code — #E9967A
RGB, HSL, and CMYK values for Dark Salmon.
Dark Salmon Color Values
| Format | Value |
|---|---|
| HEX | #E9967A |
| RGB | rgb(233, 150, 122) |
| HSL | hsl(15, 72%, 70%) |
| CMYK | cmyk(0%, 36%, 48%, 9%) |
Want to explore more shades? Use our Color Converter
About Dark Salmon
Color psychology: Relaxation, warmth.
Dark Salmon (#E9967A) is a medium shade of red. It's commonly used in web design, graphic design, and branding where relaxation, warmth are desired associations.
How to Use Dark Salmon in CSS
/* Using HEX */ color: #E9967A; background-color: #E9967A; /* Using RGB */ color: rgb(233, 150, 122); /* Using HSL */ color: hsl(15, 72%, 70%);