Color: #EDB10C
#EDB10C Color Information
#EDB10C is a light color. The closest websafe version is #EDB10C. A complement of this color would be #0C48ED, perceived brightness is 0.69, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 44°,a saturation of 90%, and a lightness of 49%.The HSV representation shows a hue of 44°, a saturation of 95%, and a value of 93%.
In a RGB color space, #EDB10C is composed of 93% red, 69% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 95% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 50.38, x: 0.4901, and y: 0.4580.
Color Code #EDB10C
Shades of Color #EDB10C
Shades are created by darkening the original color #EDB10C 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 #EDB10C
Tints are created by lightening the original color #EDB10C 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 #EDB10C Color Code
In the HSL color space, this color has a hue angle of 44°, a saturation of 90%, and a lightness of 49%. The HSV representation shows a hue of 44°, a saturation of 95%, and a value of 93%.
- HEX: #EDB10C
- RGB: rgb(237, 177, 12)
- HSL: hsl(44, 90%, 49%)
- HSV: hsv(44, 95%, 93%)
- CMYK: 0.00% cyan, 25.00% magenta, 95.00% yellow, 7.00% black
- XYZ: 53.91, 50.38, 5.71
- Yxy: 50.38, 0.4901, 0.4580
- Hunter Lab: 76.30, 14.05, 77.03
- CIE-Lab: 76.30, 14.05, 77.03
In the XYZ color space, this color is represented as X: 53.91, Y: 50.38, Z: 5.71. The Yxy representation further refines this as Y: 50.38, x: 0.4901, and y: 0.4580.
In the Hunter Lab color space, this color is represented as L: 76.30, a: 14.05, and b: 77.03. Similarly, in the CIE-Lab color space, it is represented as L: 76.30, a: 14.05, and b: 77.03.
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 #EDB10C
Triadic colors are three colors evenly spaced around the color wheel, including #EDB10C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDB10C
Monochromatic colors are variations of #EDB10C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDB10C
The complementary color of #EDB10C 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 #EDB10C
/* Using HEX */ body { background-color: #edb10c; }
/* Using RGB */ body { background-color: rgb(237, 177, 12); }
/* Using RGB with opacity */ body { background-color: rgba(237, 177, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(44, 90%, 49%); }
/* Text color */ p { color: #edb10c; }
/* Box shadow */ div { box-shadow: 4px 4px #edb10c; }
/* Border color */ .box { border: 4px solid #edb10c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #edb10c; }
/* Background with text */ div { background: #edb10c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EDB10C
<!-- Using HEX --> <div style="background-color: #edb10c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 177, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 177, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(44, 90%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edb10c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edb10c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #edb10c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #edb10c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #edb10c; color: #fff; padding: 16px; border-radius: 8px;"> #EDB10C </div>
Related Colors of #EDB10C
These colors are similar to #EDB10C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.