Color: #EDA765
#EDA765 Color Information
#EDA765 is a light color. The closest websafe version is #EDA765. A complement of this color would be #64ABED, perceived brightness is 0.71, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 29°,a saturation of 79%, and a lightness of 66%.The HSV representation shows a hue of 29°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDA765 is composed of 93% red, 65% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 57% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 47.33, x: 0.4658, and y: 0.4107.
Color Code #EDA765
Shades of Color #EDA765
Shades are created by darkening the original color #EDA765 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 #EDA765
Tints are created by lightening the original color #EDA765 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 #EDA765 Color Code
In the HSL color space, this color has a hue angle of 29°, a saturation of 79%, and a lightness of 66%. The HSV representation shows a hue of 29°, a saturation of 57%, and a value of 93%.
- HEX: #EDA765
- RGB: rgb(237, 167, 101)
- HSL: hsl(29, 79%, 66%)
- HSV: hsv(29, 57%, 93%)
- CMYK: 0.00% cyan, 30.00% magenta, 57.00% yellow, 7.00% black
- XYZ: 53.67, 47.33, 14.23
- Yxy: 47.33, 0.4658, 0.4107
- Hunter Lab: 74.40, 21.63, 44.56
- CIE-Lab: 74.40, 21.63, 44.56
In the XYZ color space, this color is represented as X: 53.67, Y: 47.33, Z: 14.23. The Yxy representation further refines this as Y: 47.33, x: 0.4658, and y: 0.4107.
In the Hunter Lab color space, this color is represented as L: 74.40, a: 21.63, and b: 44.56. Similarly, in the CIE-Lab color space, it is represented as L: 74.40, a: 21.63, and b: 44.56.
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 #EDA765
Triadic colors are three colors evenly spaced around the color wheel, including #EDA765. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDA765
Monochromatic colors are variations of #EDA765, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDA765
The complementary color of #EDA765 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 #EDA765
/* Using HEX */ body { background-color: #eda765; }
/* Using RGB */ body { background-color: rgb(237, 167, 101); }
/* Using RGB with opacity */ body { background-color: rgba(237, 167, 101, 0.5); }
/* Using HSL */ body { background-color: hsl(29, 79%, 66%); }
/* Text color */ p { color: #eda765; }
/* Box shadow */ div { box-shadow: 4px 4px #eda765; }
HTML Examples of #EDA765
<!-- Using HEX --> <div style="background-color: #eda765; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 167, 101); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 167, 101, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(29, 79%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eda765;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eda765; width: 100px; height: 100px;"></div>
Related Colors of #EDA765
These colors are similar to #EDA765, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.