Corn Hex Code — #FBEC5D
RGB, HSL, and CMYK values for Corn.
Corn Color Values
| Format | Value |
|---|---|
| HEX | #FBEC5D |
| RGB | rgb(251, 236, 93) |
| HSL | hsl(54, 95%, 67%) |
| CMYK | cmyk(0%, 6%, 63%, 2%) |
Want to explore more shades? Use our Color Converter
About Corn
Color psychology: Harvest, warmth.
Corn (#FBEC5D) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where harvest, warmth are desired associations.
How to Use Corn in CSS
/* Using HEX */ color: #FBEC5D; background-color: #FBEC5D; /* Using RGB */ color: rgb(251, 236, 93); /* Using HSL */ color: hsl(54, 95%, 67%);