Color: #EAD557
#EAD557 Color Information
#EAD557 is a light color. The closest websafe version is #EAD557. A complement of this color would be #576DEA, perceived brightness is 0.80, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 51°,a saturation of 78%, and a lightness of 63%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EAD557 is composed of 92% red, 84% green and 34% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 63% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 66.59, x: 0.4370, and y: 0.4629.
Color Code #EAD557
Shades of Color #EAD557
Shades are created by darkening the original color #EAD557 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 #EAD557
Tints are created by lightening the original color #EAD557 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 #EAD557 Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 78%, and a lightness of 63%. The HSV representation shows a hue of 51°, a saturation of 63%, and a value of 92%.
- HEX: #EAD557
- RGB: rgb(234, 213, 87)
- HSL: hsl(51, 78%, 63%)
- HSV: hsv(51, 63%, 92%)
- CMYK: 0.00% cyan, 9.00% magenta, 63.00% yellow, 8.00% black
- XYZ: 62.86, 66.59, 14.41
- Yxy: 66.59, 0.4370, 0.4629
- Hunter Lab: 85.29, -3.05, 62.85
- CIE-Lab: 85.29, -3.05, 62.85
In the XYZ color space, this color is represented as X: 62.86, Y: 66.59, Z: 14.41. The Yxy representation further refines this as Y: 66.59, x: 0.4370, and y: 0.4629.
In the Hunter Lab color space, this color is represented as L: 85.29, a: -3.05, and b: 62.85. Similarly, in the CIE-Lab color space, it is represented as L: 85.29, a: -3.05, and b: 62.85.
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 #EAD557
Triadic colors are three colors evenly spaced around the color wheel, including #EAD557. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EAD557
Monochromatic colors are variations of #EAD557, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EAD557
The complementary color of #EAD557 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 #EAD557
/* Using HEX */ body { background-color: #ead557; }
/* Using RGB */ body { background-color: rgb(234, 213, 87); }
/* Using RGB with opacity */ body { background-color: rgba(234, 213, 87, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 78%, 63%); }
/* Text color */ p { color: #ead557; }
/* Box shadow */ div { box-shadow: 4px 4px #ead557; }
HTML Examples of #EAD557
<!-- Using HEX --> <div style="background-color: #ead557; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 213, 87); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 213, 87, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 78%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ead557;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ead557; width: 100px; height: 100px;"></div>
Related Colors of #EAD557
These colors are similar to #EAD557, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.