Color: #EACF6C
#EACF6C Color Information
#EACF6C is a light color. The closest websafe version is #EACF6C. A complement of this color would be #6C87EA, perceived brightness is 0.80, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 47°,a saturation of 75%, and a lightness of 67%.The HSV representation shows a hue of 47°, a saturation of 54%, and a value of 92%.
In a RGB color space, #EACF6C is composed of 92% red, 81% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 54% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 63.95, x: 0.4312, and y: 0.4444.
Color Code #EACF6C
Shades of Color #EACF6C
Shades are created by darkening the original color #EACF6C 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 #EACF6C
Tints are created by lightening the original color #EACF6C 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 #EACF6C Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 75%, and a lightness of 67%. The HSV representation shows a hue of 47°, a saturation of 54%, and a value of 92%.
- HEX: #EACF6C
- RGB: rgb(234, 207, 108)
- HSL: hsl(47, 75%, 67%)
- HSV: hsv(47, 54%, 92%)
- CMYK: 0.00% cyan, 12.00% magenta, 54.00% yellow, 8.00% black
- XYZ: 62.05, 63.95, 17.91
- Yxy: 63.95, 0.4312, 0.4444
- Hunter Lab: 83.94, 0.91, 52.10
- CIE-Lab: 83.94, 0.91, 52.10
In the XYZ color space, this color is represented as X: 62.05, Y: 63.95, Z: 17.91. The Yxy representation further refines this as Y: 63.95, x: 0.4312, and y: 0.4444.
In the Hunter Lab color space, this color is represented as L: 83.94, a: 0.91, and b: 52.10. Similarly, in the CIE-Lab color space, it is represented as L: 83.94, a: 0.91, and b: 52.10.
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 #EACF6C
Triadic colors are three colors evenly spaced around the color wheel, including #EACF6C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EACF6C
Split complementary colors are two colors adjacent to the complementary color of #EACF6C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EACF6C
Monochromatic colors are variations of #EACF6C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EACF6C
The complementary color of #EACF6C 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 #EACF6C
/* Using HEX */ body { background-color: #eacf6c; }
/* Using RGB */ body { background-color: rgb(234, 207, 108); }
/* Using RGB with opacity */ body { background-color: rgba(234, 207, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 75%, 67%); }
/* Text color */ p { color: #eacf6c; }
/* Box shadow */ div { box-shadow: 4px 4px #eacf6c; }
/* Border color */ .box { border: 4px solid #eacf6c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eacf6c; }
/* Background with text */ div { background: #eacf6c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EACF6C
<!-- Using HEX --> <div style="background-color: #eacf6c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 207, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 207, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 75%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eacf6c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eacf6c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eacf6c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eacf6c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eacf6c; color: #fff; padding: 16px; border-radius: 8px;"> #EACF6C </div>
Related Colors of #EACF6C
These colors are similar to #EACF6C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.