Color: #EED643
#EED643 Color Information
#EED643 is a light color. The closest websafe version is #EED643. A complement of this color would be #445BEE, 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 83%, and a lightness of 60%.The HSV representation shows a hue of 52°, a saturation of 72%, and a value of 93%.
In a RGB color space, #EED643 is composed of 93% red, 84% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 72% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 67.57, x: 0.4465, and y: 0.4716.
Color Code #EED643
Shades of Color #EED643
Shades are created by darkening the original color #EED643 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 #EED643
Tints are created by lightening the original color #EED643 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 #EED643 Color Code
In the HSL color space, this color has a hue angle of 52°, a saturation of 83%, and a lightness of 60%. The HSV representation shows a hue of 52°, a saturation of 72%, and a value of 93%.
- HEX: #EED643
- RGB: rgb(238, 214, 67)
- HSL: hsl(52, 83%, 60%)
- HSV: hsv(52, 72%, 93%)
- CMYK: 0.00% cyan, 10.00% magenta, 72.00% yellow, 7.00% black
- XYZ: 63.98, 67.57, 11.73
- Yxy: 67.57, 0.4465, 0.4716
- Hunter Lab: 85.79, -2.65, 71.13
- CIE-Lab: 85.79, -2.65, 71.13
In the XYZ color space, this color is represented as X: 63.98, Y: 67.57, Z: 11.73. The Yxy representation further refines this as Y: 67.57, x: 0.4465, and y: 0.4716.
In the Hunter Lab color space, this color is represented as L: 85.79, a: -2.65, and b: 71.13. Similarly, in the CIE-Lab color space, it is represented as L: 85.79, a: -2.65, and b: 71.13.
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 #EED643
Triadic colors are three colors evenly spaced around the color wheel, including #EED643. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EED643
Split complementary colors are two colors adjacent to the complementary color of #EED643. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EED643
Monochromatic colors are variations of #EED643, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EED643
The complementary color of #EED643 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 #EED643
/* Using HEX */ body { background-color: #eed643; }
/* Using RGB */ body { background-color: rgb(238, 214, 67); }
/* Using RGB with opacity */ body { background-color: rgba(238, 214, 67, 0.5); }
/* Using HSL */ body { background-color: hsl(52, 83%, 60%); }
/* Text color */ p { color: #eed643; }
/* Box shadow */ div { box-shadow: 4px 4px #eed643; }
/* Border color */ .box { border: 4px solid #eed643; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eed643; }
/* Background with text */ div { background: #eed643; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EED643
<!-- Using HEX --> <div style="background-color: #eed643; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 214, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 214, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(52, 83%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eed643;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eed643; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eed643; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eed643;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eed643; color: #fff; padding: 16px; border-radius: 8px;"> #EED643 </div>
Related Colors of #EED643
These colors are similar to #EED643, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.