Color: #EDA59B

#EDA59B Color Information

#EDA59B is a light color. The closest websafe version is #EDA59B. A complement of this color would be #9CE3ED, perceived brightness is 0.73, and the grayscale version is #C4C4C4.

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

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

In the Yxy color space, this color is represented as Y: 47.80, x: 0.4246, and y: 0.3617.

Color Code #EDA59B

HEX
#EDA59B
RGB
rgb(237, 165, 155)
HSL
hsl(7, 69%, 77%)
HSV
hsv(7, 35%, 93%)
CMYK
0%, 30%, 35%, 7%
XYZ
X: 56.11, Y: 47.80, Z: 28.24
Lab
L: 74.70, a: 26.48, b: 16.48
Name

Shades of Color #EDA59B

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

Tints are created by lightening the original color #EDA59B 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 #EDA59B Color Code

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

  • HEX: #EDA59B
  • RGB: rgb(237, 165, 155)
  • HSL: hsl(7, 69%, 77%)
  • HSV: hsv(7, 35%, 93%)
  • CMYK: 0.00% cyan, 30.00% magenta, 35.00% yellow, 7.00% black
  • XYZ: 56.11, 47.80, 28.24
  • Yxy: 47.80, 0.4246, 0.3617
  • Hunter Lab: 74.70, 26.48, 16.48
  • CIE-Lab: 74.70, 26.48, 16.48

In the XYZ color space, this color is represented as X: 56.11, Y: 47.80, Z: 28.24. The Yxy representation further refines this as Y: 47.80, x: 0.4246, and y: 0.3617.

In the Hunter Lab color space, this color is represented as L: 74.70, a: 26.48, and b: 16.48. Similarly, in the CIE-Lab color space, it is represented as L: 74.70, a: 26.48, and b: 16.48.

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

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

Analogous Colors of #EDA59B

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

Monochromatic Colors of #EDA59B

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

Complementary Color of #EDA59B

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

/* Using HEX */
body {
  background-color: #eda59b;
}
/* Using RGB */
body {
  background-color: rgb(237, 165, 155);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 165, 155, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 69%, 77%);
}
/* Text color */
p {
  color: #eda59b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda59b;
}

HTML Examples of #EDA59B

<!-- Using HEX -->
<div style="background-color: #eda59b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 165, 155); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 165, 155, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(7, 69%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eda59b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eda59b; width: 100px; height: 100px;"></div>

Related Colors of #EDA59B

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