Color: #EED73C

#EED73C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 68.01, x: 0.4478, and y: 0.4752.

Color Code #EED73C

#EED73Crgb(238, 215, 60)
HEX
#EED73C
RGB
rgb(238, 215, 60)
HSL
hsl(52, 84%, 58%)
HSV
hsv(52, 75%, 93%)
CMYK
0%, 10%, 75%, 7%
XYZ
X: 64.10, Y: 68.01, Z: 11.02
Lab
L: 86.01, a: -3.34, b: 73.67
Name

Shades of Color #EED73C

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

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

#EED73Crgb(238, 215, 60)

About #EED73C Color Code

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

  • HEX: #EED73C
  • RGB: rgb(238, 215, 60)
  • HSL: hsl(52, 84%, 58%)
  • HSV: hsv(52, 75%, 93%)
  • CMYK: 0.00% cyan, 10.00% magenta, 75.00% yellow, 7.00% black
  • XYZ: 64.10, 68.01, 11.02
  • Yxy: 68.01, 0.4478, 0.4752
  • Hunter Lab: 86.01, -3.34, 73.67
  • CIE-Lab: 86.01, -3.34, 73.67

In the XYZ color space, this color is represented as X: 64.10, Y: 68.01, Z: 11.02. The Yxy representation further refines this as Y: 68.01, x: 0.4478, and y: 0.4752.

In the Hunter Lab color space, this color is represented as L: 86.01, a: -3.34, and b: 73.67. Similarly, in the CIE-Lab color space, it is represented as L: 86.01, a: -3.34, and b: 73.67.

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

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

Analogous Colors of #EED73C

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

Split Complementary Colors of #EED73C

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

Tetradic Colors of #EED73C

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

Monochromatic Colors of #EED73C

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

Complementary Color of #EED73C

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

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

HTML Examples of #EED73C

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

Related Colors of #EED73C

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