Color: #EDA47C
#EDA47C Color Information
#EDA47C is a light color. The closest websafe version is #EDA47C. A complement of this color would be #7DC6ED, perceived brightness is 0.71, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 21°,a saturation of 76%, and a lightness of 71%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDA47C is composed of 93% red, 64% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 48% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 46.68, x: 0.4510, and y: 0.3891.
Color Code #EDA47C
Shades of Color #EDA47C
Shades are created by darkening the original color #EDA47C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #EDA47C
Tints are created by lightening the original color #EDA47C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #EDA47C Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 76%, and a lightness of 71%. The HSV representation shows a hue of 21°, a saturation of 48%, and a value of 93%.
- HEX: #EDA47C
- RGB: rgb(237, 164, 124)
- HSL: hsl(21, 76%, 71%)
- HSV: hsv(21, 48%, 93%)
- CMYK: 0.00% cyan, 31.00% magenta, 48.00% yellow, 7.00% black
- XYZ: 54.11, 46.68, 19.18
- Yxy: 46.68, 0.4510, 0.3891
- Hunter Lab: 73.98, 24.55, 32.18
- CIE-Lab: 73.98, 24.55, 32.18
In the XYZ color space, this color is represented as X: 54.11, Y: 46.68, Z: 19.18. The Yxy representation further refines this as Y: 46.68, x: 0.4510, and y: 0.3891.
In the Hunter Lab color space, this color is represented as L: 73.98, a: 24.55, and b: 32.18. Similarly, in the CIE-Lab color space, it is represented as L: 73.98, a: 24.55, and b: 32.18.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #EDA47C
Triadic colors are three colors evenly spaced around the color wheel, including #EDA47C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDA47C
Monochromatic colors are variations of #EDA47C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDA47C
The complementary color of #EDA47C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #EDA47C
/* Using HEX */ body { background-color: #eda47c; }
/* Using RGB */ body { background-color: rgb(237, 164, 124); }
/* Using RGB with opacity */ body { background-color: rgba(237, 164, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 76%, 71%); }
/* Text color */ p { color: #eda47c; }
/* Box shadow */ div { box-shadow: 4px 4px #eda47c; }
HTML Examples of #EDA47C
<!-- Using HEX --> <div style="background-color: #eda47c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 164, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 164, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 76%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eda47c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eda47c; width: 100px; height: 100px;"></div>
Related Colors of #EDA47C
These colors are similar to #EDA47C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.