What is the HEX code for ecru?
The CSS color ecru in HEX format is #feffca. Use this value directly in CSS, SVG, and most design tools.
How do I use ecru in CSS?
To apply ecru in CSS:
- Text color: color: #feffca;
- Background: background-color: #feffca;
- Border: border-color: #feffca;
What are all the color format values for ecru?
| Format | Value |
|---|---|
| HEX | #feffca |
| RGB | rgb(254, 255, 202) |
| HSL | hsl(61.1, 100%, 89.6%) |
| CMYK | cmyk(0.4%, 0%, 20.8%, 0%) |
How do I convert ecru to HEX?
Select ecru from the color name list in our color converter. The HEX value — #feffca — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does ecru belong to?
ecru belongs to the yellow color family. It is a light, vivid color with HSL values: hue 61.1°, saturation 100%, lightness 89.6%.
How do I create lighter and darker shades of ecru?
Lighter variant (lightness 95%): #ffffe5. Darker variant (lightness 74.6%): #fdff7d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.