Color: #EDD47C

#EDD47C Color Information

#EDD47C is a light color. The closest websafe version is #EDD47C. A complement of this color would be #7D95ED, perceived brightness is 0.82, and the grayscale version is #B4B4B4.

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

In a RGB color space, #EDD47C is composed of 93% red, 83% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 48% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 67.26, x: 0.4221, and y: 0.4356.

Color Code #EDD47C

#EDD47Crgb(237, 212, 124)
HEX
#EDD47C
RGB
rgb(237, 212, 124)
HSL
hsl(47, 76%, 71%)
HSV
hsv(47, 48%, 93%)
CMYK
0%, 11%, 48%, 7%
XYZ
X: 65.17, Y: 67.26, Z: 21.97
Lab
L: 85.64, a: 0.70, b: 46.58
Name

Shades of Color #EDD47C

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

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

#EDD47Crgb(237, 212, 124)

About #EDD47C Color Code

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

  • HEX: #EDD47C
  • RGB: rgb(237, 212, 124)
  • HSL: hsl(47, 76%, 71%)
  • HSV: hsv(47, 48%, 93%)
  • CMYK: 0.00% cyan, 11.00% magenta, 48.00% yellow, 7.00% black
  • XYZ: 65.17, 67.26, 21.97
  • Yxy: 67.26, 0.4221, 0.4356
  • Hunter Lab: 85.64, 0.70, 46.58
  • CIE-Lab: 85.64, 0.70, 46.58

In the XYZ color space, this color is represented as X: 65.17, Y: 67.26, Z: 21.97. The Yxy representation further refines this as Y: 67.26, x: 0.4221, and y: 0.4356.

In the Hunter Lab color space, this color is represented as L: 85.64, a: 0.70, and b: 46.58. Similarly, in the CIE-Lab color space, it is represented as L: 85.64, a: 0.70, and b: 46.58.

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

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

Analogous Colors of #EDD47C

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

Monochromatic Colors of #EDD47C

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

Complementary Color of #EDD47C

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

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

HTML Examples of #EDD47C

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

Related Colors of #EDD47C

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