Color: #EDE59C
#EDE59C Color Information
#EDE59C is a light color. The closest websafe version is #EDE59C. A complement of this color would be #9CA4ED, perceived brightness is 0.87, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 54°,a saturation of 69%, and a lightness of 77%.The HSV representation shows a hue of 54°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDE59C is composed of 93% red, 90% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 34% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 77.03, x: 0.3961, and y: 0.4246.
Color Code #EDE59C
Shades of Color #EDE59C
Shades are created by darkening the original color #EDE59C 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 #EDE59C
Tints are created by lightening the original color #EDE59C 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 #EDE59C Color Code
In the HSL color space, this color has a hue angle of 54°, a saturation of 69%, and a lightness of 77%. The HSV representation shows a hue of 54°, a saturation of 34%, and a value of 93%.
- HEX: #EDE59C
- RGB: rgb(237, 229, 156)
- HSL: hsl(54, 69%, 77%)
- HSV: hsv(54, 34%, 93%)
- CMYK: 0.00% cyan, 3.00% magenta, 34.00% yellow, 7.00% black
- XYZ: 71.86, 77.03, 32.53
- Yxy: 77.03, 0.3961, 0.4246
- Hunter Lab: 90.33, -5.02, 36.69
- CIE-Lab: 90.33, -5.02, 36.69
In the XYZ color space, this color is represented as X: 71.86, Y: 77.03, Z: 32.53. The Yxy representation further refines this as Y: 77.03, x: 0.3961, and y: 0.4246.
In the Hunter Lab color space, this color is represented as L: 90.33, a: -5.02, and b: 36.69. Similarly, in the CIE-Lab color space, it is represented as L: 90.33, a: -5.02, and b: 36.69.
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 #EDE59C
Triadic colors are three colors evenly spaced around the color wheel, including #EDE59C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDE59C
Monochromatic colors are variations of #EDE59C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDE59C
The complementary color of #EDE59C 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 #EDE59C
/* Using HEX */ body { background-color: #ede59c; }
/* Using RGB */ body { background-color: rgb(237, 229, 156); }
/* Using RGB with opacity */ body { background-color: rgba(237, 229, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(54, 69%, 77%); }
/* Text color */ p { color: #ede59c; }
/* Box shadow */ div { box-shadow: 4px 4px #ede59c; }
HTML Examples of #EDE59C
<!-- Using HEX --> <div style="background-color: #ede59c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 229, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 229, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(54, 69%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ede59c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ede59c; width: 100px; height: 100px;"></div>
Related Colors of #EDE59C
These colors are similar to #EDE59C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.