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