Dijon Mustard
#e2ca73
Dijon Mustard, represented by the hex value #e2ca73, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2ca73 | |
|---|---|---|
| RGB | rgb(226, 202, 115) | |
| HSL | hsl(47, 66%, 67%) | |
| CMYK | cmyk(0%, 11%, 49%, 11%) | |
| LAB | lab(82, 1, 46) | |
| OKLCH | oklch(0.84 0.111 94) |
Color harmonies
Tints & shades
Code snippets
color: #e2ca73;
background-color: #e2ca73;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2CA73)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.79, blue: 0.45, alpha: 1.0)