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