Color: #EDAF3C
#EDAF3C Color Information
#EDAF3C is a light color. The closest websafe version is #EDAF3C. A complement of this color would be #3B79ED, perceived brightness is 0.71, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 39°,a saturation of 83%, and a lightness of 58%.The HSV representation shows a hue of 39°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDAF3C is composed of 93% red, 69% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 75% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 49.85, x: 0.4807, and y: 0.4431.
Color Code #EDAF3C
Shades of Color #EDAF3C
Shades are created by darkening the original color #EDAF3C 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 #EDAF3C
Tints are created by lightening the original color #EDAF3C 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 #EDAF3C Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 83%, and a lightness of 58%. The HSV representation shows a hue of 39°, a saturation of 75%, and a value of 93%.
- HEX: #EDAF3C
- RGB: rgb(237, 175, 60)
- HSL: hsl(39, 83%, 58%)
- HSV: hsv(39, 75%, 93%)
- CMYK: 0.00% cyan, 26.00% magenta, 75.00% yellow, 7.00% black
- XYZ: 54.08, 49.85, 8.57
- Yxy: 49.85, 0.4807, 0.4431
- Hunter Lab: 75.98, 15.90, 64.57
- CIE-Lab: 75.98, 15.90, 64.57
In the XYZ color space, this color is represented as X: 54.08, Y: 49.85, Z: 8.57. The Yxy representation further refines this as Y: 49.85, x: 0.4807, and y: 0.4431.
In the Hunter Lab color space, this color is represented as L: 75.98, a: 15.90, and b: 64.57. Similarly, in the CIE-Lab color space, it is represented as L: 75.98, a: 15.90, and b: 64.57.
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 #EDAF3C
Triadic colors are three colors evenly spaced around the color wheel, including #EDAF3C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDAF3C
Monochromatic colors are variations of #EDAF3C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDAF3C
The complementary color of #EDAF3C 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 #EDAF3C
/* Using HEX */ body { background-color: #edaf3c; }
/* Using RGB */ body { background-color: rgb(237, 175, 60); }
/* Using RGB with opacity */ body { background-color: rgba(237, 175, 60, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 83%, 58%); }
/* Text color */ p { color: #edaf3c; }
/* Box shadow */ div { box-shadow: 4px 4px #edaf3c; }
HTML Examples of #EDAF3C
<!-- Using HEX --> <div style="background-color: #edaf3c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 175, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 175, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 83%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edaf3c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edaf3c; width: 100px; height: 100px;"></div>
Related Colors of #EDAF3C
These colors are similar to #EDAF3C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.