Color: #EDDA8C

#EDDA8C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 70.69, x: 0.4100, and y: 0.4282.

Color Code #EDDA8C

#EDDA8Crgb(237, 218, 140)
HEX
#EDDA8C
RGB
rgb(237, 218, 140)
HSL
hsl(48, 73%, 74%)
HSV
hsv(48, 41%, 93%)
CMYK
0%, 8%, 41%, 7%
XYZ
X: 67.68, Y: 70.69, Z: 26.72
Lab
L: 87.34, a: -1.06, b: 40.83
Name

Shades of Color #EDDA8C

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

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

#EDDA8Crgb(237, 218, 140)

About #EDDA8C Color Code

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

  • HEX: #EDDA8C
  • RGB: rgb(237, 218, 140)
  • HSL: hsl(48, 73%, 74%)
  • HSV: hsv(48, 41%, 93%)
  • CMYK: 0.00% cyan, 8.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 67.68, 70.69, 26.72
  • Yxy: 70.69, 0.4100, 0.4282
  • Hunter Lab: 87.34, -1.06, 40.83
  • CIE-Lab: 87.34, -1.06, 40.83

In the XYZ color space, this color is represented as X: 67.68, Y: 70.69, Z: 26.72. The Yxy representation further refines this as Y: 70.69, x: 0.4100, and y: 0.4282.

In the Hunter Lab color space, this color is represented as L: 87.34, a: -1.06, and b: 40.83. Similarly, in the CIE-Lab color space, it is represented as L: 87.34, a: -1.06, and b: 40.83.

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

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

Analogous Colors of #EDDA8C

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

Monochromatic Colors of #EDDA8C

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

Complementary Color of #EDDA8C

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

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

HTML Examples of #EDDA8C

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

Related Colors of #EDDA8C

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