Color: #EDD81C

#EDD81C Color Information

#EDD81C is a light color. The closest websafe version is #EDD81C. A complement of this color would be #1D31ED, perceived brightness is 0.79, and the grayscale version is #858585.

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

In a RGB color space, #EDD81C is composed of 93% red, 85% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 88% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 68.14, x: 0.4527, and y: 0.4855.

Color Code #EDD81C

#EDD81Crgb(237, 216, 28)
HEX
#EDD81C
RGB
rgb(237, 216, 28)
HSL
hsl(54, 85%, 52%)
HSV
hsv(54, 88%, 93%)
CMYK
0%, 9%, 88%, 7%
XYZ
X: 63.54, Y: 68.14, Z: 8.68
Lab
L: 86.08, a: -4.89, b: 81.60
Name

Shades of Color #EDD81C

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

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

#EDD81Crgb(237, 216, 28)

About #EDD81C Color Code

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

  • HEX: #EDD81C
  • RGB: rgb(237, 216, 28)
  • HSL: hsl(54, 85%, 52%)
  • HSV: hsv(54, 88%, 93%)
  • CMYK: 0.00% cyan, 9.00% magenta, 88.00% yellow, 7.00% black
  • XYZ: 63.54, 68.14, 8.68
  • Yxy: 68.14, 0.4527, 0.4855
  • Hunter Lab: 86.08, -4.89, 81.60
  • CIE-Lab: 86.08, -4.89, 81.60

In the XYZ color space, this color is represented as X: 63.54, Y: 68.14, Z: 8.68. The Yxy representation further refines this as Y: 68.14, x: 0.4527, and y: 0.4855.

In the Hunter Lab color space, this color is represented as L: 86.08, a: -4.89, and b: 81.60. Similarly, in the CIE-Lab color space, it is represented as L: 86.08, a: -4.89, and b: 81.60.

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

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

Analogous Colors of #EDD81C

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

Split Complementary Colors of #EDD81C

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

Tetradic Colors of #EDD81C

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

Monochromatic Colors of #EDD81C

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

Complementary Color of #EDD81C

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

/* Using HEX */
body {
  background-color: #edd81c;
}
/* Using RGB */
body {
  background-color: rgb(237, 216, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 216, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 85%, 52%);
}
/* Text color */
p {
  color: #edd81c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edd81c;
}
/* Border color */
.box {
  border: 4px solid #edd81c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edd81c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edd81c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDD81C
On Black Background
#EDD81C
On White Background
#EDD81C

HTML Examples of #EDD81C

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

Related Colors of #EDD81C

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