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