Color: #EDA6AA

#EDA6AA Color Information

#EDA6AA is a light color. The closest websafe version is #EDA6AA. A complement of this color would be #A6EDE9, perceived brightness is 0.74, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 357°,a saturation of 66%, and a lightness of 79%.The HSV representation shows a hue of 357°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EDA6AA is composed of 93% red, 65% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 28% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 48.62, x: 0.4110, and y: 0.3483.

Color Code #EDA6AA

HEX
#EDA6AA
RGB
rgb(237, 166, 170)
HSL
hsl(357, 66%, 79%)
HSV
hsv(357, 30%, 93%)
CMYK
0%, 30%, 28%, 7%
XYZ
X: 57.37, Y: 48.62, Z: 33.59
Lab
L: 75.21, a: 27.37, b: 9.04
Name

Shades of Color #EDA6AA

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

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

About #EDA6AA Color Code

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

  • HEX: #EDA6AA
  • RGB: rgb(237, 166, 170)
  • HSL: hsl(357, 66%, 79%)
  • HSV: hsv(357, 30%, 93%)
  • CMYK: 0.00% cyan, 30.00% magenta, 28.00% yellow, 7.00% black
  • XYZ: 57.37, 48.62, 33.59
  • Yxy: 48.62, 0.4110, 0.3483
  • Hunter Lab: 75.21, 27.37, 9.04
  • CIE-Lab: 75.21, 27.37, 9.04

In the XYZ color space, this color is represented as X: 57.37, Y: 48.62, Z: 33.59. The Yxy representation further refines this as Y: 48.62, x: 0.4110, and y: 0.3483.

In the Hunter Lab color space, this color is represented as L: 75.21, a: 27.37, and b: 9.04. Similarly, in the CIE-Lab color space, it is represented as L: 75.21, a: 27.37, and b: 9.04.

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

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

Analogous Colors of #EDA6AA

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

Monochromatic Colors of #EDA6AA

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

Complementary Color of #EDA6AA

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

/* Using HEX */
body {
  background-color: #eda6aa;
}
/* Using RGB */
body {
  background-color: rgb(237, 166, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 166, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(357, 66%, 79%);
}
/* Text color */
p {
  color: #eda6aa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda6aa;
}

HTML Examples of #EDA6AA

<!-- Using HEX -->
<div style="background-color: #eda6aa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 166, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 166, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(357, 66%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eda6aa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eda6aa; width: 100px; height: 100px;"></div>

Related Colors of #EDA6AA

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