Color: #EDAA5C
#EDAA5C Color Information
#EDAA5C is a light color. The closest websafe version is #EDAA5C. A complement of this color would be #5EA1ED, perceived brightness is 0.71, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 32°,a saturation of 80%, and a lightness of 65%.The HSV representation shows a hue of 32°, a saturation of 61%, and a value of 93%.
In a RGB color space, #EDAA5C is composed of 93% red, 67% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 61% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 48.31, x: 0.4691, and y: 0.4202.
Color Code #EDAA5C
Shades of Color #EDAA5C
Shades are created by darkening the original color #EDAA5C 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 #EDAA5C
Tints are created by lightening the original color #EDAA5C 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 #EDAA5C Color Code
In the HSL color space, this color has a hue angle of 32°, a saturation of 80%, and a lightness of 65%. The HSV representation shows a hue of 32°, a saturation of 61%, and a value of 93%.
- HEX: #EDAA5C
- RGB: rgb(237, 170, 92)
- HSL: hsl(32, 80%, 65%)
- HSV: hsv(32, 61%, 93%)
- CMYK: 0.00% cyan, 28.00% magenta, 61.00% yellow, 7.00% black
- XYZ: 53.94, 48.31, 12.73
- Yxy: 48.31, 0.4691, 0.4202
- Hunter Lab: 75.02, 19.66, 49.68
- CIE-Lab: 75.02, 19.66, 49.68
In the XYZ color space, this color is represented as X: 53.94, Y: 48.31, Z: 12.73. The Yxy representation further refines this as Y: 48.31, x: 0.4691, and y: 0.4202.
In the Hunter Lab color space, this color is represented as L: 75.02, a: 19.66, and b: 49.68. Similarly, in the CIE-Lab color space, it is represented as L: 75.02, a: 19.66, and b: 49.68.
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 #EDAA5C
Triadic colors are three colors evenly spaced around the color wheel, including #EDAA5C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EDAA5C
Split complementary colors are two colors adjacent to the complementary color of #EDAA5C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EDAA5C
Monochromatic colors are variations of #EDAA5C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDAA5C
The complementary color of #EDAA5C 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 #EDAA5C
/* Using HEX */ body { background-color: #edaa5c; }
/* Using RGB */ body { background-color: rgb(237, 170, 92); }
/* Using RGB with opacity */ body { background-color: rgba(237, 170, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(32, 80%, 65%); }
/* Text color */ p { color: #edaa5c; }
/* Box shadow */ div { box-shadow: 4px 4px #edaa5c; }
/* Border color */ .box { border: 4px solid #edaa5c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #edaa5c; }
/* Background with text */ div { background: #edaa5c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EDAA5C
<!-- Using HEX --> <div style="background-color: #edaa5c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 170, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 170, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(32, 80%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edaa5c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edaa5c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #edaa5c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #edaa5c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #edaa5c; color: #fff; padding: 16px; border-radius: 8px;"> #EDAA5C </div>
Related Colors of #EDAA5C
These colors are similar to #EDAA5C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.