Color: #EED98C

#EED98C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 70.36, x: 0.4112, and y: 0.4270.

Color Code #EED98C

#EED98Crgb(238, 217, 140)
HEX
#EED98C
RGB
rgb(238, 217, 140)
HSL
hsl(47, 74%, 74%)
HSV
hsv(47, 41%, 93%)
CMYK
0%, 9%, 41%, 7%
XYZ
X: 67.75, Y: 70.36, Z: 26.66
Lab
L: 87.17, a: -0.18, b: 40.65
Name

Shades of Color #EED98C

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

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

#EED98Crgb(238, 217, 140)

About #EED98C Color Code

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

  • HEX: #EED98C
  • RGB: rgb(238, 217, 140)
  • HSL: hsl(47, 74%, 74%)
  • HSV: hsv(47, 41%, 93%)
  • CMYK: 0.00% cyan, 9.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 67.75, 70.36, 26.66
  • Yxy: 70.36, 0.4112, 0.4270
  • Hunter Lab: 87.17, -0.18, 40.65
  • CIE-Lab: 87.17, -0.18, 40.65

In the XYZ color space, this color is represented as X: 67.75, Y: 70.36, Z: 26.66. The Yxy representation further refines this as Y: 70.36, x: 0.4112, and y: 0.4270.

In the Hunter Lab color space, this color is represented as L: 87.17, a: -0.18, and b: 40.65. Similarly, in the CIE-Lab color space, it is represented as L: 87.17, a: -0.18, and b: 40.65.

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

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

Analogous Colors of #EED98C

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

Monochromatic Colors of #EED98C

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

Complementary Color of #EED98C

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

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

HTML Examples of #EED98C

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

Related Colors of #EED98C

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