Color: #EED18C

#EED18C Color Information

#EED18C is a light color. The closest websafe version is #EED18C. A complement of this color would be #8CA9EE, perceived brightness is 0.82, and the grayscale version is #BDBDBD.

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

In a RGB color space, #EED18C is composed of 93% red, 82% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 41% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 66.32, x: 0.4151, and y: 0.4197.

Color Code #EED18C

HEX
#EED18C
RGB
rgb(238, 209, 140)
HSL
hsl(42, 74%, 74%)
HSV
hsv(42, 41%, 93%)
CMYK
0%, 12%, 41%, 7%
XYZ
X: 65.59, Y: 66.32, Z: 26.11
Lab
L: 85.16, a: 3.69, b: 38.13
Name

Shades of Color #EED18C

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

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

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

  • HEX: #EED18C
  • RGB: rgb(238, 209, 140)
  • HSL: hsl(42, 74%, 74%)
  • HSV: hsv(42, 41%, 93%)
  • CMYK: 0.00% cyan, 12.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 65.59, 66.32, 26.11
  • Yxy: 66.32, 0.4151, 0.4197
  • Hunter Lab: 85.16, 3.69, 38.13
  • CIE-Lab: 85.16, 3.69, 38.13

In the XYZ color space, this color is represented as X: 65.59, Y: 66.32, Z: 26.11. The Yxy representation further refines this as Y: 66.32, x: 0.4151, and y: 0.4197.

In the Hunter Lab color space, this color is represented as L: 85.16, a: 3.69, and b: 38.13. Similarly, in the CIE-Lab color space, it is represented as L: 85.16, a: 3.69, and b: 38.13.

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

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

Analogous Colors of #EED18C

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

Monochromatic Colors of #EED18C

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

Complementary Color of #EED18C

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

/* Using HEX */
body {
  background-color: #eed18c;
}
/* Using RGB */
body {
  background-color: rgb(238, 209, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 209, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 74%, 74%);
}
/* Text color */
p {
  color: #eed18c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eed18c;
}

HTML Examples of #EED18C

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

Related Colors of #EED18C

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