Color: #EEF14C
#EEF14C Color Information
#EEF14C is a light color. The closest websafe version is #EEF14C. A complement of this color would be #4E4CF0, perceived brightness is 0.87, and the grayscale version is #9E9E9E.
In the HSL color space, this color has a hue angle of 61°,a saturation of 85%, and a lightness of 62%.The HSV representation shows a hue of 61°, a saturation of 68%, and a value of 95%.
In a RGB color space, #EEF14C is composed of 93% red, 95% green and 30% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 68% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 82.52, x: 0.4256, and y: 0.4866.
Color Code #EEF14C
Shades of Color #EEF14C
Shades are created by darkening the original color #EEF14C 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 #EEF14C
Tints are created by lightening the original color #EEF14C 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 #EEF14C Color Code
In the HSL color space, this color has a hue angle of 61°, a saturation of 85%, and a lightness of 62%. The HSV representation shows a hue of 61°, a saturation of 68%, and a value of 95%.
- HEX: #EEF14C
- RGB: rgb(238, 241, 76)
- HSL: hsl(61, 85%, 62%)
- HSV: hsv(61, 68%, 95%)
- CMYK: 100.00% cyan, 0.00% magenta, 68.00% yellow, 5.00% black
- XYZ: 72.19, 82.52, 14.89
- Yxy: 82.52, 0.4256, 0.4866
- Hunter Lab: 92.80, -14.97, 74.57
- CIE-Lab: 92.80, -14.97, 74.57
In the XYZ color space, this color is represented as X: 72.19, Y: 82.52, Z: 14.89. The Yxy representation further refines this as Y: 82.52, x: 0.4256, and y: 0.4866.
In the Hunter Lab color space, this color is represented as L: 92.80, a: -14.97, and b: 74.57. Similarly, in the CIE-Lab color space, it is represented as L: 92.80, a: -14.97, and b: 74.57.
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 #EEF14C
Triadic colors are three colors evenly spaced around the color wheel, including #EEF14C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EEF14C
Split complementary colors are two colors adjacent to the complementary color of #EEF14C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EEF14C
Monochromatic colors are variations of #EEF14C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEF14C
The complementary color of #EEF14C 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 #EEF14C
/* Using HEX */ body { background-color: #eef14c; }
/* Using RGB */ body { background-color: rgb(238, 241, 76); }
/* Using RGB with opacity */ body { background-color: rgba(238, 241, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(61, 85%, 62%); }
/* Text color */ p { color: #eef14c; }
/* Box shadow */ div { box-shadow: 4px 4px #eef14c; }
/* Border color */ .box { border: 4px solid #eef14c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eef14c; }
/* Background with text */ div { background: #eef14c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EEF14C
<!-- Using HEX --> <div style="background-color: #eef14c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 241, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 241, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(61, 85%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eef14c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eef14c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eef14c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eef14c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eef14c; color: #fff; padding: 16px; border-radius: 8px;"> #EEF14C </div>
Related Colors of #EEF14C
These colors are similar to #EEF14C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.