Color: #EFC72C
#EFC72C Color Information
#EFC72C is a light color. The closest websafe version is #EFC72C. A complement of this color would be #2A51EF, perceived brightness is 0.76, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 48°,a saturation of 86%, and a lightness of 55%.The HSV representation shows a hue of 48°, a saturation of 82%, and a value of 94%.
In a RGB color space, #EFC72C is composed of 94% red, 78% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 82% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 60.30, x: 0.4656, and y: 0.4680.
Color Code #EFC72C
Shades of Color #EFC72C
Shades are created by darkening the original color #EFC72C 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 #EFC72C
Tints are created by lightening the original color #EFC72C 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 #EFC72C Color Code
In the HSL color space, this color has a hue angle of 48°, a saturation of 86%, and a lightness of 55%. The HSV representation shows a hue of 48°, a saturation of 82%, and a value of 94%.
- HEX: #EFC72C
- RGB: rgb(239, 199, 44)
- HSL: hsl(48, 86%, 55%)
- HSV: hsv(48, 82%, 94%)
- CMYK: 0.00% cyan, 17.00% magenta, 82.00% yellow, 6.00% black
- XYZ: 59.99, 60.30, 8.55
- Yxy: 60.30, 0.4656, 0.4680
- Hunter Lab: 82.00, 4.43, 75.04
- CIE-Lab: 82.00, 4.43, 75.04
In the XYZ color space, this color is represented as X: 59.99, Y: 60.30, Z: 8.55. The Yxy representation further refines this as Y: 60.30, x: 0.4656, and y: 0.4680.
In the Hunter Lab color space, this color is represented as L: 82.00, a: 4.43, and b: 75.04. Similarly, in the CIE-Lab color space, it is represented as L: 82.00, a: 4.43, and b: 75.04.
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 #EFC72C
Triadic colors are three colors evenly spaced around the color wheel, including #EFC72C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EFC72C
Split complementary colors are two colors adjacent to the complementary color of #EFC72C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EFC72C
Monochromatic colors are variations of #EFC72C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EFC72C
The complementary color of #EFC72C 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 #EFC72C
/* Using HEX */ body { background-color: #efc72c; }
/* Using RGB */ body { background-color: rgb(239, 199, 44); }
/* Using RGB with opacity */ body { background-color: rgba(239, 199, 44, 0.5); }
/* Using HSL */ body { background-color: hsl(48, 86%, 55%); }
/* Text color */ p { color: #efc72c; }
/* Box shadow */ div { box-shadow: 4px 4px #efc72c; }
/* Border color */ .box { border: 4px solid #efc72c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #efc72c; }
/* Background with text */ div { background: #efc72c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EFC72C
<!-- Using HEX --> <div style="background-color: #efc72c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(239, 199, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(239, 199, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(48, 86%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #efc72c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #efc72c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #efc72c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #efc72c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #efc72c; color: #fff; padding: 16px; border-radius: 8px;"> #EFC72C </div>
Related Colors of #EFC72C
These colors are similar to #EFC72C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.