Color: #EAD16C

#EAD16C Color Information

#EAD16C is a light color. The closest websafe version is #EAD16C. A complement of this color would be #6C85EA, perceived brightness is 0.80, and the grayscale version is #ABABAB.

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

In a RGB color space, #EAD16C is composed of 92% red, 82% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 54% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 64.92, x: 0.4300, and y: 0.4460.

Color Code #EAD16C

HEX
#EAD16C
RGB
rgb(234, 209, 108)
HSL
hsl(48, 75%, 67%)
HSV
hsv(48, 54%, 92%)
CMYK
0%, 11%, 54%, 8%
XYZ
X: 62.58, Y: 64.92, Z: 18.05
Lab
L: 84.44, a: -0.06, b: 52.68
Name

Shades of Color #EAD16C

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

Tints are created by lightening the original color #EAD16C 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 #EAD16C Color Code

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

  • HEX: #EAD16C
  • RGB: rgb(234, 209, 108)
  • HSL: hsl(48, 75%, 67%)
  • HSV: hsv(48, 54%, 92%)
  • CMYK: 0.00% cyan, 11.00% magenta, 54.00% yellow, 8.00% black
  • XYZ: 62.58, 64.92, 18.05
  • Yxy: 64.92, 0.4300, 0.4460
  • Hunter Lab: 84.44, -0.06, 52.68
  • CIE-Lab: 84.44, -0.06, 52.68

In the XYZ color space, this color is represented as X: 62.58, Y: 64.92, Z: 18.05. The Yxy representation further refines this as Y: 64.92, x: 0.4300, and y: 0.4460.

In the Hunter Lab color space, this color is represented as L: 84.44, a: -0.06, and b: 52.68. Similarly, in the CIE-Lab color space, it is represented as L: 84.44, a: -0.06, and b: 52.68.

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

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

Analogous Colors of #EAD16C

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

Monochromatic Colors of #EAD16C

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

Complementary Color of #EAD16C

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

/* Using HEX */
body {
  background-color: #ead16c;
}
/* Using RGB */
body {
  background-color: rgb(234, 209, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 209, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 75%, 67%);
}
/* Text color */
p {
  color: #ead16c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ead16c;
}

HTML Examples of #EAD16C

<!-- Using HEX -->
<div style="background-color: #ead16c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 209, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 209, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(48, 75%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ead16c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ead16c; width: 100px; height: 100px;"></div>

Related Colors of #EAD16C

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