Color: #EED3AD

#EED3AD Color Information

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

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

In a RGB color space, #EED3AD 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.25, x: 0.3929, and y: 0.3923.

Color Code #EED3AD

#EED3ADrgb(238, 211, 173)
HEX
#EED3AD
RGB
rgb(238, 211, 173)
HSL
hsl(35, 66%, 81%)
HSV
hsv(35, 27%, 93%)
CMYK
0%, 11%, 27%, 7%
XYZ
X: 68.35, Y: 68.25, Z: 37.36
Lab
L: 86.13, a: 5.58, b: 22.52
Name

Shades of Color #EED3AD

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

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

#EED3ADrgb(238, 211, 173)

About #EED3AD Color Code

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

  • HEX: #EED3AD
  • RGB: rgb(238, 211, 173)
  • HSL: hsl(35, 66%, 81%)
  • HSV: hsv(35, 27%, 93%)
  • CMYK: 0.00% cyan, 11.00% magenta, 27.00% yellow, 7.00% black
  • XYZ: 68.35, 68.25, 37.36
  • Yxy: 68.25, 0.3929, 0.3923
  • Hunter Lab: 86.13, 5.58, 22.52
  • CIE-Lab: 86.13, 5.58, 22.52

In the XYZ color space, this color is represented as X: 68.35, Y: 68.25, Z: 37.36. The Yxy representation further refines this as Y: 68.25, x: 0.3929, and y: 0.3923.

In the Hunter Lab color space, this color is represented as L: 86.13, a: 5.58, and b: 22.52. Similarly, in the CIE-Lab color space, it is represented as L: 86.13, a: 5.58, and b: 22.52.

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

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

Analogous Colors of #EED3AD

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

Split Complementary Colors of #EED3AD

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

Tetradic Colors of #EED3AD

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

Monochromatic Colors of #EED3AD

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

Complementary Color of #EED3AD

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

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

HTML Examples of #EED3AD

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

Related Colors of #EED3AD

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