Color: #EDAB6E
#EDAB6E Color Information
#EDAB6E is a light color. The closest websafe version is #EDAB6E. A complement of this color would be #6EB0ED, perceived brightness is 0.72, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 29°,a saturation of 78%, and a lightness of 68%.The HSV representation shows a hue of 29°, a saturation of 54%, and a value of 93%.
In a RGB color space, #EDAB6E is composed of 93% red, 67% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 54% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 48.98, x: 0.4567, and y: 0.4079.
Color Code #EDAB6E
Shades of Color #EDAB6E
Shades are created by darkening the original color #EDAB6E 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 #EDAB6E
Tints are created by lightening the original color #EDAB6E 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 #EDAB6E Color Code
In the HSL color space, this color has a hue angle of 29°, a saturation of 78%, and a lightness of 68%. The HSV representation shows a hue of 29°, a saturation of 54%, and a value of 93%.
- HEX: #EDAB6E
- RGB: rgb(237, 171, 110)
- HSL: hsl(29, 78%, 68%)
- HSV: hsv(29, 54%, 93%)
- CMYK: 0.00% cyan, 28.00% magenta, 54.00% yellow, 7.00% black
- XYZ: 54.84, 48.98, 16.27
- Yxy: 48.98, 0.4567, 0.4079
- Hunter Lab: 75.44, 20.13, 41.25
- CIE-Lab: 75.44, 20.13, 41.25
In the XYZ color space, this color is represented as X: 54.84, Y: 48.98, Z: 16.27. The Yxy representation further refines this as Y: 48.98, x: 0.4567, and y: 0.4079.
In the Hunter Lab color space, this color is represented as L: 75.44, a: 20.13, and b: 41.25. Similarly, in the CIE-Lab color space, it is represented as L: 75.44, a: 20.13, and b: 41.25.
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 #EDAB6E
Triadic colors are three colors evenly spaced around the color wheel, including #EDAB6E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDAB6E
Monochromatic colors are variations of #EDAB6E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDAB6E
The complementary color of #EDAB6E 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 #EDAB6E
/* Using HEX */ body { background-color: #edab6e; }
/* Using RGB */ body { background-color: rgb(237, 171, 110); }
/* Using RGB with opacity */ body { background-color: rgba(237, 171, 110, 0.5); }
/* Using HSL */ body { background-color: hsl(29, 78%, 68%); }
/* Text color */ p { color: #edab6e; }
/* Box shadow */ div { box-shadow: 4px 4px #edab6e; }
/* Border color */ .box { border: 4px solid #edab6e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #edab6e; }
/* Background with text */ div { background: #edab6e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EDAB6E
<!-- Using HEX --> <div style="background-color: #edab6e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 171, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 171, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(29, 78%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edab6e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edab6e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #edab6e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #edab6e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #edab6e; color: #fff; padding: 16px; border-radius: 8px;"> #EDAB6E </div>
Related Colors of #EDAB6E
These colors are similar to #EDAB6E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.