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