Color: #EAC94E

#EAC94E Color Information

#EAC94E is a light color. The closest websafe version is #EAC94E. A complement of this color would be #4D6FEA, perceived brightness is 0.77, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 47°,a saturation of 79%, and a lightness of 61%.The HSV representation shows a hue of 47°, a saturation of 67%, and a value of 92%.

In a RGB color space, #EAC94E is composed of 92% red, 79% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 67% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 60.64, x: 0.4492, and y: 0.4581.

Color Code #EAC94E

#EAC94Ergb(234, 201, 78)
HEX
#EAC94E
RGB
rgb(234, 201, 78)
HSL
hsl(47, 79%, 61%)
HSV
hsv(47, 67%, 92%)
CMYK
0%, 14%, 67%, 8%
XYZ
X: 59.46, Y: 60.64, Z: 12.26
Lab
L: 82.19, a: 2.37, b: 63.36
Name

Shades of Color #EAC94E

Shades are created by darkening the original color #EAC94E 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 #EAC94E

Tints are created by lightening the original color #EAC94E 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.

#EAC94Ergb(234, 201, 78)

About #EAC94E Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 79%, and a lightness of 61%. The HSV representation shows a hue of 47°, a saturation of 67%, and a value of 92%.

  • HEX: #EAC94E
  • RGB: rgb(234, 201, 78)
  • HSL: hsl(47, 79%, 61%)
  • HSV: hsv(47, 67%, 92%)
  • CMYK: 0.00% cyan, 14.00% magenta, 67.00% yellow, 8.00% black
  • XYZ: 59.46, 60.64, 12.26
  • Yxy: 60.64, 0.4492, 0.4581
  • Hunter Lab: 82.19, 2.37, 63.36
  • CIE-Lab: 82.19, 2.37, 63.36

In the XYZ color space, this color is represented as X: 59.46, Y: 60.64, Z: 12.26. The Yxy representation further refines this as Y: 60.64, x: 0.4492, and y: 0.4581.

In the Hunter Lab color space, this color is represented as L: 82.19, a: 2.37, and b: 63.36. Similarly, in the CIE-Lab color space, it is represented as L: 82.19, a: 2.37, and b: 63.36.

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 #EAC94E

Triadic colors are three colors evenly spaced around the color wheel, including #EAC94E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EAC94E

Analogous colors are adjacent to #EAC94E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #EAC94E

Monochromatic colors are variations of #EAC94E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EAC94E

The complementary color of #EAC94E 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 #EAC94E

/* Using HEX */
body {
  background-color: #eac94e;
}
/* Using RGB */
body {
  background-color: rgb(234, 201, 78);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 201, 78, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 79%, 61%);
}
/* Text color */
p {
  color: #eac94e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eac94e;
}
/* Border color */
.box {
  border: 4px solid #eac94e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eac94e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eac94e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EAC94E
On Black Background
#EAC94E
On White Background
#EAC94E

HTML Examples of #EAC94E

<!-- Using HEX -->
<div style="background-color: #eac94e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 201, 78); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 201, 78, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(47, 79%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eac94e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eac94e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eac94e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eac94e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eac94e; color: #fff; padding: 16px; border-radius: 8px;">
  #EAC94E
</div>
#EAC94E
On Black Background
#EAC94E
On White Background
#EAC94E

Related Colors of #EAC94E

These colors are similar to #EAC94E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.