Color: #E8DA5D

#E8DA5D Color Information

#E8DA5D is a light color. The closest websafe version is #E8DA5D. A complement of this color would be #5E6CE8, perceived brightness is 0.82, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 54°,a saturation of 75%, and a lightness of 64%.The HSV representation shows a hue of 54°, a saturation of 60%, and a value of 91%.

In a RGB color space, #E8DA5D is composed of 91% red, 85% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 60% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 68.88, x: 0.4296, and y: 0.4642.

Color Code #E8DA5D

#E8DA5Drgb(232, 218, 93)
HEX
#E8DA5D
RGB
rgb(232, 218, 93)
HSL
hsl(54, 75%, 64%)
HSV
hsv(54, 60%, 91%)
CMYK
0%, 6%, 60%, 9%
XYZ
X: 63.75, Y: 68.88, Z: 15.75
Lab
L: 86.44, a: -5.98, b: 61.48
Name

Shades of Color #E8DA5D

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

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

#E8DA5Drgb(232, 218, 93)

About #E8DA5D Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 75%, and a lightness of 64%. The HSV representation shows a hue of 54°, a saturation of 60%, and a value of 91%.

  • HEX: #E8DA5D
  • RGB: rgb(232, 218, 93)
  • HSL: hsl(54, 75%, 64%)
  • HSV: hsv(54, 60%, 91%)
  • CMYK: 0.00% cyan, 6.00% magenta, 60.00% yellow, 9.00% black
  • XYZ: 63.75, 68.88, 15.75
  • Yxy: 68.88, 0.4296, 0.4642
  • Hunter Lab: 86.44, -5.98, 61.48
  • CIE-Lab: 86.44, -5.98, 61.48

In the XYZ color space, this color is represented as X: 63.75, Y: 68.88, Z: 15.75. The Yxy representation further refines this as Y: 68.88, x: 0.4296, and y: 0.4642.

In the Hunter Lab color space, this color is represented as L: 86.44, a: -5.98, and b: 61.48. Similarly, in the CIE-Lab color space, it is represented as L: 86.44, a: -5.98, and b: 61.48.

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

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

Analogous Colors of #E8DA5D

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

Split Complementary Colors of #E8DA5D

Split complementary colors are two colors adjacent to the complementary color of #E8DA5D. They create a balanced and visually appealing color scheme.

Tetradic Colors of #E8DA5D

Tetradic colors form a rectangle on the color wheel, including #E8DA5D. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #E8DA5D

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

Complementary Color of #E8DA5D

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

/* Using HEX */
body {
  background-color: #e8da5d;
}
/* Using RGB */
body {
  background-color: rgb(232, 218, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(232, 218, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 75%, 64%);
}
/* Text color */
p {
  color: #e8da5d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e8da5d;
}
/* Border color */
.box {
  border: 4px solid #e8da5d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e8da5d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e8da5d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E8DA5D
On Black Background
#E8DA5D
On White Background
#E8DA5D

HTML Examples of #E8DA5D

<!-- Using HEX -->
<div style="background-color: #e8da5d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(232, 218, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(232, 218, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(54, 75%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e8da5d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e8da5d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e8da5d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e8da5d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e8da5d; color: #fff; padding: 16px; border-radius: 8px;">
  #E8DA5D
</div>
#E8DA5D
On Black Background
#E8DA5D
On White Background
#E8DA5D

Related Colors of #E8DA5D

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