Color: #EAD83E

#EAD83E Color Information

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

In the HSL color space, this color has a hue angle of 54°,a saturation of 80%, and a lightness of 58%.The HSV representation shows a hue of 54°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EAD83E is composed of 92% red, 85% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 74% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 67.83, x: 0.4435, and y: 0.4774.

Color Code #EAD83E

HEX
#EAD83E
RGB
rgb(234, 216, 62)
HSL
hsl(54, 80%, 58%)
HSV
hsv(54, 74%, 92%)
CMYK
0%, 8%, 74%, 8%
XYZ
X: 63.01, Y: 67.83, Z: 11.25
Lab
L: 85.92, a: -5.42, b: 72.78
Name

Shades of Color #EAD83E

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

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

About #EAD83E Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 80%, and a lightness of 58%. The HSV representation shows a hue of 54°, a saturation of 74%, and a value of 92%.

  • HEX: #EAD83E
  • RGB: rgb(234, 216, 62)
  • HSL: hsl(54, 80%, 58%)
  • HSV: hsv(54, 74%, 92%)
  • CMYK: 0.00% cyan, 8.00% magenta, 74.00% yellow, 8.00% black
  • XYZ: 63.01, 67.83, 11.25
  • Yxy: 67.83, 0.4435, 0.4774
  • Hunter Lab: 85.92, -5.42, 72.78
  • CIE-Lab: 85.92, -5.42, 72.78

In the XYZ color space, this color is represented as X: 63.01, Y: 67.83, Z: 11.25. The Yxy representation further refines this as Y: 67.83, x: 0.4435, and y: 0.4774.

In the Hunter Lab color space, this color is represented as L: 85.92, a: -5.42, and b: 72.78. Similarly, in the CIE-Lab color space, it is represented as L: 85.92, a: -5.42, and b: 72.78.

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

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

Analogous Colors of #EAD83E

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

Monochromatic Colors of #EAD83E

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

Complementary Color of #EAD83E

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

/* Using HEX */
body {
  background-color: #ead83e;
}
/* Using RGB */
body {
  background-color: rgb(234, 216, 62);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 216, 62, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 80%, 58%);
}
/* Text color */
p {
  color: #ead83e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ead83e;
}

HTML Examples of #EAD83E

<!-- Using HEX -->
<div style="background-color: #ead83e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 216, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 216, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(54, 80%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ead83e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ead83e; width: 100px; height: 100px;"></div>

Related Colors of #EAD83E

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