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