Color: #EED3A2

#EED3A2 Color Information

#EED3A2 is a light color. The closest websafe version is #EED3A2. A complement of this color would be #A0BBEE, perceived brightness is 0.84, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 39°,a saturation of 69%, and a lightness of 78%.The HSV representation shows a hue of 39°, a saturation of 32%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 67.91, x: 0.4002, and y: 0.4024.

Color Code #EED3A2

#EED3A2rgb(238, 211, 162)
HEX
#EED3A2
RGB
rgb(238, 211, 162)
HSL
hsl(39, 69%, 78%)
HSV
hsv(39, 32%, 93%)
CMYK
0%, 11%, 32%, 7%
XYZ
X: 67.54, Y: 67.91, Z: 33.32
Lab
L: 85.96, a: 4.55, b: 27.97
Name

Shades of Color #EED3A2

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

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

#EED3A2rgb(238, 211, 162)

About #EED3A2 Color Code

In the HSL color space, this color has a hue angle of 39°, a saturation of 69%, and a lightness of 78%. The HSV representation shows a hue of 39°, a saturation of 32%, and a value of 93%.

  • HEX: #EED3A2
  • RGB: rgb(238, 211, 162)
  • HSL: hsl(39, 69%, 78%)
  • HSV: hsv(39, 32%, 93%)
  • CMYK: 0.00% cyan, 11.00% magenta, 32.00% yellow, 7.00% black
  • XYZ: 67.54, 67.91, 33.32
  • Yxy: 67.91, 0.4002, 0.4024
  • Hunter Lab: 85.96, 4.55, 27.97
  • CIE-Lab: 85.96, 4.55, 27.97

In the XYZ color space, this color is represented as X: 67.54, Y: 67.91, Z: 33.32. The Yxy representation further refines this as Y: 67.91, x: 0.4002, and y: 0.4024.

In the Hunter Lab color space, this color is represented as L: 85.96, a: 4.55, and b: 27.97. Similarly, in the CIE-Lab color space, it is represented as L: 85.96, a: 4.55, and b: 27.97.

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

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

Analogous Colors of #EED3A2

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

Split Complementary Colors of #EED3A2

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

Tetradic Colors of #EED3A2

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

Monochromatic Colors of #EED3A2

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

Complementary Color of #EED3A2

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

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

HTML Examples of #EED3A2

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

Related Colors of #EED3A2

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