Color: #ECA60C
#ECA60C Color Information
#ECA60C is a light color. The closest websafe version is #ECA60C. A complement of this color would be #0C54ED, perceived brightness is 0.66, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 41°,a saturation of 90%, and a lightness of 49%.The HSV representation shows a hue of 41°, a saturation of 95%, and a value of 93%.
In a RGB color space, #ECA60C is composed of 93% red, 65% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 95% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 46.02, x: 0.5008, and y: 0.4492.
Color Code #ECA60C
Shades of Color #ECA60C
Shades are created by darkening the original color #ECA60C 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 #ECA60C
Tints are created by lightening the original color #ECA60C 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 #ECA60C Color Code
In the HSL color space, this color has a hue angle of 41°, a saturation of 90%, and a lightness of 49%. The HSV representation shows a hue of 41°, a saturation of 95%, and a value of 93%.
- HEX: #ECA60C
- RGB: rgb(236, 166, 12)
- HSL: hsl(41, 90%, 49%)
- HSV: hsv(41, 95%, 93%)
- CMYK: 0.00% cyan, 30.00% magenta, 95.00% yellow, 7.00% black
- XYZ: 51.31, 46.02, 5.13
- Yxy: 46.02, 0.5008, 0.4492
- Hunter Lab: 73.56, 19.15, 75.16
- CIE-Lab: 73.56, 19.15, 75.16
In the XYZ color space, this color is represented as X: 51.31, Y: 46.02, Z: 5.13. The Yxy representation further refines this as Y: 46.02, x: 0.5008, and y: 0.4492.
In the Hunter Lab color space, this color is represented as L: 73.56, a: 19.15, and b: 75.16. Similarly, in the CIE-Lab color space, it is represented as L: 73.56, a: 19.15, and b: 75.16.
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 #ECA60C
Triadic colors are three colors evenly spaced around the color wheel, including #ECA60C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ECA60C
Monochromatic colors are variations of #ECA60C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECA60C
The complementary color of #ECA60C 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 #ECA60C
/* Using HEX */ body { background-color: #eca60c; }
/* Using RGB */ body { background-color: rgb(236, 166, 12); }
/* Using RGB with opacity */ body { background-color: rgba(236, 166, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(41, 90%, 49%); }
/* Text color */ p { color: #eca60c; }
/* Box shadow */ div { box-shadow: 4px 4px #eca60c; }
/* Border color */ .box { border: 4px solid #eca60c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eca60c; }
/* Background with text */ div { background: #eca60c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ECA60C
<!-- Using HEX --> <div style="background-color: #eca60c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 166, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 166, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(41, 90%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eca60c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eca60c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eca60c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eca60c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eca60c; color: #fff; padding: 16px; border-radius: 8px;"> #ECA60C </div>
Related Colors of #ECA60C
These colors are similar to #ECA60C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.