Color: #EDA97B

#EDA97B Color Information

#EDA97B is a light color. The closest websafe version is #EDA97B. A complement of this color would be #7DC0ED, perceived brightness is 0.72, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 24°,a saturation of 76%, and a lightness of 71%.The HSV representation shows a hue of 24°, a saturation of 48%, and a value of 93%.

In a RGB color space, #EDA97B is composed of 93% red, 66% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 48% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 48.49, x: 0.4485, and y: 0.3952.

Color Code #EDA97B

#EDA97Brgb(237, 169, 123)
HEX
#EDA97B
RGB
rgb(237, 169, 123)
HSL
hsl(24, 76%, 71%)
HSV
hsv(24, 48%, 93%)
CMYK
0%, 29%, 48%, 7%
XYZ
X: 55.04, Y: 48.49, Z: 19.18
Lab
L: 75.13, a: 21.97, b: 34.16
Name

Shades of Color #EDA97B

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

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

#EDA97Brgb(237, 169, 123)

About #EDA97B Color Code

In the HSL color space, this color has a hue angle of 24°, a saturation of 76%, and a lightness of 71%. The HSV representation shows a hue of 24°, a saturation of 48%, and a value of 93%.

  • HEX: #EDA97B
  • RGB: rgb(237, 169, 123)
  • HSL: hsl(24, 76%, 71%)
  • HSV: hsv(24, 48%, 93%)
  • CMYK: 0.00% cyan, 29.00% magenta, 48.00% yellow, 7.00% black
  • XYZ: 55.04, 48.49, 19.18
  • Yxy: 48.49, 0.4485, 0.3952
  • Hunter Lab: 75.13, 21.97, 34.16
  • CIE-Lab: 75.13, 21.97, 34.16

In the XYZ color space, this color is represented as X: 55.04, Y: 48.49, Z: 19.18. The Yxy representation further refines this as Y: 48.49, x: 0.4485, and y: 0.3952.

In the Hunter Lab color space, this color is represented as L: 75.13, a: 21.97, and b: 34.16. Similarly, in the CIE-Lab color space, it is represented as L: 75.13, a: 21.97, and b: 34.16.

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

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

Analogous Colors of #EDA97B

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

Split Complementary Colors of #EDA97B

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

Tetradic Colors of #EDA97B

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

Monochromatic Colors of #EDA97B

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

Complementary Color of #EDA97B

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

/* Using HEX */
body {
  background-color: #eda97b;
}
/* Using RGB */
body {
  background-color: rgb(237, 169, 123);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 169, 123, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(24, 76%, 71%);
}
/* Text color */
p {
  color: #eda97b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda97b;
}
/* Border color */
.box {
  border: 4px solid #eda97b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eda97b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eda97b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDA97B
On Black Background
#EDA97B
On White Background
#EDA97B

HTML Examples of #EDA97B

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

Related Colors of #EDA97B

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