Color: #EAE697
#EAE697 Color Information
#EAE697 is a light color. The closest websafe version is #EAE697. A complement of this color would be #9599E9, perceived brightness is 0.87, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 57°,a saturation of 66%, and a lightness of 75%.The HSV representation shows a hue of 57°, a saturation of 35%, and a value of 92%.
In a RGB color space, #EAE697 is composed of 92% red, 90% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 35% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 76.91, x: 0.3963, and y: 0.4306.
Color Code #EAE697
Shades of Color #EAE697
Shades are created by darkening the original color #EAE697 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 #EAE697
Tints are created by lightening the original color #EAE697 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 #EAE697 Color Code
In the HSL color space, this color has a hue angle of 57°, a saturation of 66%, and a lightness of 75%. The HSV representation shows a hue of 57°, a saturation of 35%, and a value of 92%.
- HEX: #EAE697
- RGB: rgb(234, 230, 151)
- HSL: hsl(57, 66%, 75%)
- HSV: hsv(57, 35%, 92%)
- CMYK: 0.00% cyan, 2.00% magenta, 35.00% yellow, 8.00% black
- XYZ: 70.78, 76.91, 30.93
- Yxy: 76.91, 0.3963, 0.4306
- Hunter Lab: 90.28, -7.07, 39.04
- CIE-Lab: 90.28, -7.07, 39.04
In the XYZ color space, this color is represented as X: 70.78, Y: 76.91, Z: 30.93. The Yxy representation further refines this as Y: 76.91, x: 0.3963, and y: 0.4306.
In the Hunter Lab color space, this color is represented as L: 90.28, a: -7.07, and b: 39.04. Similarly, in the CIE-Lab color space, it is represented as L: 90.28, a: -7.07, and b: 39.04.
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 #EAE697
Triadic colors are three colors evenly spaced around the color wheel, including #EAE697. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EAE697
Split complementary colors are two colors adjacent to the complementary color of #EAE697. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EAE697
Monochromatic colors are variations of #EAE697, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EAE697
The complementary color of #EAE697 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 #EAE697
/* Using HEX */ body { background-color: #eae697; }
/* Using RGB */ body { background-color: rgb(234, 230, 151); }
/* Using RGB with opacity */ body { background-color: rgba(234, 230, 151, 0.5); }
/* Using HSL */ body { background-color: hsl(57, 66%, 75%); }
/* Text color */ p { color: #eae697; }
/* Box shadow */ div { box-shadow: 4px 4px #eae697; }
/* Border color */ .box { border: 4px solid #eae697; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eae697; }
/* Background with text */ div { background: #eae697; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EAE697
<!-- Using HEX --> <div style="background-color: #eae697; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 230, 151); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 230, 151, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(57, 66%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eae697;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eae697; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eae697; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eae697;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eae697; color: #fff; padding: 16px; border-radius: 8px;"> #EAE697 </div>
Related Colors of #EAE697
These colors are similar to #EAE697, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.