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