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