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