Color: #EFA47C
#EFA47C Color Information
#EFA47C is a light color. The closest websafe version is #EFA47C. A complement of this color would be #7BC6EF, perceived brightness is 0.71, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 21°,a saturation of 78%, 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, #EFA47C is composed of 94% red, 64% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 48% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 47.04, x: 0.4528, and y: 0.3886.
Color Code #EFA47C
Shades of Color #EFA47C
Shades are created by darkening the original color #EFA47C 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 #EFA47C
Tints are created by lightening the original color #EFA47C 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 #EFA47C Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 78%, and a lightness of 71%. The HSV representation shows a hue of 21°, a saturation of 48%, and a value of 94%.
- HEX: #EFA47C
- RGB: rgb(239, 164, 124)
- HSL: hsl(21, 78%, 71%)
- HSV: hsv(21, 48%, 94%)
- CMYK: 0.00% cyan, 31.00% magenta, 48.00% yellow, 6.00% black
- XYZ: 54.82, 47.04, 19.20
- Yxy: 47.04, 0.4528, 0.3886
- Hunter Lab: 74.22, 25.35, 32.53
- CIE-Lab: 74.22, 25.35, 32.53
In the XYZ color space, this color is represented as X: 54.82, Y: 47.04, Z: 19.20. The Yxy representation further refines this as Y: 47.04, x: 0.4528, and y: 0.3886.
In the Hunter Lab color space, this color is represented as L: 74.22, a: 25.35, and b: 32.53. Similarly, in the CIE-Lab color space, it is represented as L: 74.22, a: 25.35, and b: 32.53.
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 #EFA47C
Triadic colors are three colors evenly spaced around the color wheel, including #EFA47C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EFA47C
Monochromatic colors are variations of #EFA47C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EFA47C
The complementary color of #EFA47C 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 #EFA47C
/* Using HEX */ body { background-color: #efa47c; }
/* Using RGB */ body { background-color: rgb(239, 164, 124); }
/* Using RGB with opacity */ body { background-color: rgba(239, 164, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 78%, 71%); }
/* Text color */ p { color: #efa47c; }
/* Box shadow */ div { box-shadow: 4px 4px #efa47c; }
HTML Examples of #EFA47C
<!-- Using HEX --> <div style="background-color: #efa47c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(239, 164, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(239, 164, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 78%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #efa47c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #efa47c; width: 100px; height: 100px;"></div>
Related Colors of #EFA47C
These colors are similar to #EFA47C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.