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