Color: #EDD4AD

#EDD4AD Color Information

#EDD4AD is a light color. The closest websafe version is #EDD4AD. A complement of this color would be #ABC4ED, perceived brightness is 0.84, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 37°,a saturation of 64%, and a lightness of 80%.The HSV representation shows a hue of 37°, a saturation of 27%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 68.57, x: 0.3917, and y: 0.3935.

Color Code #EDD4AD

#EDD4ADrgb(237, 212, 173)
HEX
#EDD4AD
RGB
rgb(237, 212, 173)
HSL
hsl(37, 64%, 80%)
HSV
hsv(37, 27%, 93%)
CMYK
0%, 11%, 27%, 7%
XYZ
X: 68.26, Y: 68.57, Z: 37.42
Lab
L: 86.29, a: 4.71, b: 22.72
Name

Shades of Color #EDD4AD

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

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

#EDD4ADrgb(237, 212, 173)

About #EDD4AD Color Code

In the HSL color space, this color has a hue angle of 37°, a saturation of 64%, and a lightness of 80%. The HSV representation shows a hue of 37°, a saturation of 27%, and a value of 93%.

  • HEX: #EDD4AD
  • RGB: rgb(237, 212, 173)
  • HSL: hsl(37, 64%, 80%)
  • HSV: hsv(37, 27%, 93%)
  • CMYK: 0.00% cyan, 11.00% magenta, 27.00% yellow, 7.00% black
  • XYZ: 68.26, 68.57, 37.42
  • Yxy: 68.57, 0.3917, 0.3935
  • Hunter Lab: 86.29, 4.71, 22.72
  • CIE-Lab: 86.29, 4.71, 22.72

In the XYZ color space, this color is represented as X: 68.26, Y: 68.57, Z: 37.42. The Yxy representation further refines this as Y: 68.57, x: 0.3917, and y: 0.3935.

In the Hunter Lab color space, this color is represented as L: 86.29, a: 4.71, and b: 22.72. Similarly, in the CIE-Lab color space, it is represented as L: 86.29, a: 4.71, and b: 22.72.

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

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

Analogous Colors of #EDD4AD

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

Split Complementary Colors of #EDD4AD

Split complementary colors are two colors adjacent to the complementary color of #EDD4AD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EDD4AD

Tetradic colors form a rectangle on the color wheel, including #EDD4AD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EDD4AD

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

Complementary Color of #EDD4AD

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

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

HTML Examples of #EDD4AD

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

Related Colors of #EDD4AD

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