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