Color: #EBDE4C
#EBDE4C Color Information
#EBDE4C is a light color. The closest websafe version is #EBDE4C. A complement of this color would be #4C59EB, perceived brightness is 0.82, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 55°,a saturation of 80%, and a lightness of 61%.The HSV representation shows a hue of 55°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EBDE4C is composed of 92% red, 87% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 68% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 71.29, x: 0.4357, and y: 0.4750.
Color Code #EBDE4C
Shades of Color #EBDE4C
Shades are created by darkening the original color #EBDE4C 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 #EBDE4C
Tints are created by lightening the original color #EBDE4C 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 #EBDE4C Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 80%, and a lightness of 61%. The HSV representation shows a hue of 55°, a saturation of 68%, and a value of 92%.
- HEX: #EBDE4C
- RGB: rgb(235, 222, 76)
- HSL: hsl(55, 80%, 61%)
- HSV: hsv(55, 68%, 92%)
- CMYK: 0.00% cyan, 6.00% magenta, 68.00% yellow, 8.00% black
- XYZ: 65.39, 71.29, 13.41
- Yxy: 71.29, 0.4357, 0.4750
- Hunter Lab: 87.62, -7.37, 69.52
- CIE-Lab: 87.62, -7.37, 69.52
In the XYZ color space, this color is represented as X: 65.39, Y: 71.29, Z: 13.41. The Yxy representation further refines this as Y: 71.29, x: 0.4357, and y: 0.4750.
In the Hunter Lab color space, this color is represented as L: 87.62, a: -7.37, and b: 69.52. Similarly, in the CIE-Lab color space, it is represented as L: 87.62, a: -7.37, and b: 69.52.
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 #EBDE4C
Triadic colors are three colors evenly spaced around the color wheel, including #EBDE4C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EBDE4C
Monochromatic colors are variations of #EBDE4C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBDE4C
The complementary color of #EBDE4C 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 #EBDE4C
/* Using HEX */ body { background-color: #ebde4c; }
/* Using RGB */ body { background-color: rgb(235, 222, 76); }
/* Using RGB with opacity */ body { background-color: rgba(235, 222, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 80%, 61%); }
/* Text color */ p { color: #ebde4c; }
/* Box shadow */ div { box-shadow: 4px 4px #ebde4c; }
HTML Examples of #EBDE4C
<!-- Using HEX --> <div style="background-color: #ebde4c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 222, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 222, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 80%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebde4c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebde4c; width: 100px; height: 100px;"></div>
Related Colors of #EBDE4C
These colors are similar to #EBDE4C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.