Color: #EED73F

#EED73F Color Information

#EED73F is a light color. The closest websafe version is #EED73F. A complement of this color would be #3F56EE, perceived brightness is 0.80, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 52°,a saturation of 84%, and a lightness of 59%.The HSV representation shows a hue of 52°, a saturation of 74%, and a value of 93%.

In a RGB color space, #EED73F is composed of 93% red, 84% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 74% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 68.04, x: 0.4470, and y: 0.4740.

Color Code #EED73F

#EED73Frgb(238, 215, 63)
HEX
#EED73F
RGB
rgb(238, 215, 63)
HSL
hsl(52, 84%, 59%)
HSV
hsv(52, 74%, 93%)
CMYK
0%, 10%, 74%, 7%
XYZ
X: 64.16, Y: 68.04, Z: 11.34
Lab
L: 86.03, a: -3.25, b: 72.70
Name

Shades of Color #EED73F

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

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

#EED73Frgb(238, 215, 63)

About #EED73F Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 84%, and a lightness of 59%. The HSV representation shows a hue of 52°, a saturation of 74%, and a value of 93%.

  • HEX: #EED73F
  • RGB: rgb(238, 215, 63)
  • HSL: hsl(52, 84%, 59%)
  • HSV: hsv(52, 74%, 93%)
  • CMYK: 0.00% cyan, 10.00% magenta, 74.00% yellow, 7.00% black
  • XYZ: 64.16, 68.04, 11.34
  • Yxy: 68.04, 0.4470, 0.4740
  • Hunter Lab: 86.03, -3.25, 72.70
  • CIE-Lab: 86.03, -3.25, 72.70

In the XYZ color space, this color is represented as X: 64.16, Y: 68.04, Z: 11.34. The Yxy representation further refines this as Y: 68.04, x: 0.4470, and y: 0.4740.

In the Hunter Lab color space, this color is represented as L: 86.03, a: -3.25, and b: 72.70. Similarly, in the CIE-Lab color space, it is represented as L: 86.03, a: -3.25, and b: 72.70.

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

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

Analogous Colors of #EED73F

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

Split Complementary Colors of #EED73F

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

Tetradic Colors of #EED73F

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

Monochromatic Colors of #EED73F

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

Complementary Color of #EED73F

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

/* Using HEX */
body {
  background-color: #eed73f;
}
/* Using RGB */
body {
  background-color: rgb(238, 215, 63);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 215, 63, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 84%, 59%);
}
/* Text color */
p {
  color: #eed73f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eed73f;
}
/* Border color */
.box {
  border: 4px solid #eed73f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eed73f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eed73f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EED73F
On Black Background
#EED73F
On White Background
#EED73F

HTML Examples of #EED73F

<!-- Using HEX -->
<div style="background-color: #eed73f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(238, 215, 63); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(238, 215, 63, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(52, 84%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eed73f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eed73f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eed73f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eed73f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eed73f; color: #fff; padding: 16px; border-radius: 8px;">
  #EED73F
</div>
#EED73F
On Black Background
#EED73F
On White Background
#EED73F

Related Colors of #EED73F

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