Color: #EDD430
#EDD430 Color Information
#EDD430 is a light color. The closest websafe version is #EDD430. A complement of this color would be #314AED, perceived brightness is 0.79, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 52°,a saturation of 84%, and a lightness of 56%.The HSV representation shows a hue of 52°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDD430 is composed of 93% red, 83% green and 19% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 80% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 66.22, x: 0.4524, and y: 0.4778.
Color Code #EDD430
Shades of Color #EDD430
Shades are created by darkening the original color #EDD430 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 #EDD430
Tints are created by lightening the original color #EDD430 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 #EDD430 Color Code
In the HSL color space, this color has a hue angle of 52°, a saturation of 84%, and a lightness of 56%. The HSV representation shows a hue of 52°, a saturation of 80%, and a value of 93%.
- HEX: #EDD430
- RGB: rgb(237, 212, 48)
- HSL: hsl(52, 84%, 56%)
- HSV: hsv(52, 80%, 93%)
- CMYK: 0.00% cyan, 11.00% magenta, 80.00% yellow, 7.00% black
- XYZ: 62.70, 66.22, 9.68
- Yxy: 66.22, 0.4524, 0.4778
- Hunter Lab: 85.11, -2.62, 76.41
- CIE-Lab: 85.11, -2.62, 76.41
In the XYZ color space, this color is represented as X: 62.70, Y: 66.22, Z: 9.68. The Yxy representation further refines this as Y: 66.22, x: 0.4524, and y: 0.4778.
In the Hunter Lab color space, this color is represented as L: 85.11, a: -2.62, and b: 76.41. Similarly, in the CIE-Lab color space, it is represented as L: 85.11, a: -2.62, and b: 76.41.
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 #EDD430
Triadic colors are three colors evenly spaced around the color wheel, including #EDD430. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDD430
Monochromatic colors are variations of #EDD430, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDD430
The complementary color of #EDD430 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 #EDD430
/* Using HEX */ body { background-color: #edd430; }
/* Using RGB */ body { background-color: rgb(237, 212, 48); }
/* Using RGB with opacity */ body { background-color: rgba(237, 212, 48, 0.5); }
/* Using HSL */ body { background-color: hsl(52, 84%, 56%); }
/* Text color */ p { color: #edd430; }
/* Box shadow */ div { box-shadow: 4px 4px #edd430; }
HTML Examples of #EDD430
<!-- Using HEX --> <div style="background-color: #edd430; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 212, 48); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 212, 48, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(52, 84%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edd430;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edd430; width: 100px; height: 100px;"></div>
Related Colors of #EDD430
These colors are similar to #EDD430, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.