Color: #ECDA8B

#ECDA8B Color Information

#ECDA8B is a light color. The closest websafe version is #ECDA8B. A complement of this color would be #8D9EEC, perceived brightness is 0.84, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 49°,a saturation of 72%, and a lightness of 74%.The HSV representation shows a hue of 49°, a saturation of 41%, and a value of 93%.

In a RGB color space, #ECDA8B is composed of 93% red, 85% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 41% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 70.49, x: 0.4097, and y: 0.4293.

Color Code #ECDA8B

#ECDA8Brgb(236, 218, 139)
HEX
#ECDA8B
RGB
rgb(236, 218, 139)
HSL
hsl(49, 72%, 74%)
HSV
hsv(49, 41%, 93%)
CMYK
0%, 8%, 41%, 7%
XYZ
X: 67.27, Y: 70.49, Z: 26.42
Lab
L: 87.24, a: -1.53, b: 41.18
Name

Shades of Color #ECDA8B

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

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

#ECDA8Brgb(236, 218, 139)

About #ECDA8B Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 72%, and a lightness of 74%. The HSV representation shows a hue of 49°, a saturation of 41%, and a value of 93%.

  • HEX: #ECDA8B
  • RGB: rgb(236, 218, 139)
  • HSL: hsl(49, 72%, 74%)
  • HSV: hsv(49, 41%, 93%)
  • CMYK: 0.00% cyan, 8.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 67.27, 70.49, 26.42
  • Yxy: 70.49, 0.4097, 0.4293
  • Hunter Lab: 87.24, -1.53, 41.18
  • CIE-Lab: 87.24, -1.53, 41.18

In the XYZ color space, this color is represented as X: 67.27, Y: 70.49, Z: 26.42. The Yxy representation further refines this as Y: 70.49, x: 0.4097, and y: 0.4293.

In the Hunter Lab color space, this color is represented as L: 87.24, a: -1.53, and b: 41.18. Similarly, in the CIE-Lab color space, it is represented as L: 87.24, a: -1.53, and b: 41.18.

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

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

Analogous Colors of #ECDA8B

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

Monochromatic Colors of #ECDA8B

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

Complementary Color of #ECDA8B

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

/* Using HEX */
body {
  background-color: #ecda8b;
}
/* Using RGB */
body {
  background-color: rgb(236, 218, 139);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 218, 139, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 72%, 74%);
}
/* Text color */
p {
  color: #ecda8b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecda8b;
}
/* Border color */
.box {
  border: 4px solid #ecda8b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecda8b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecda8b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECDA8B
On Black Background
#ECDA8B
On White Background
#ECDA8B

HTML Examples of #ECDA8B

<!-- Using HEX -->
<div style="background-color: #ecda8b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 218, 139); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 218, 139, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(49, 72%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ecda8b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ecda8b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ecda8b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ecda8b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ecda8b; color: #fff; padding: 16px; border-radius: 8px;">
  #ECDA8B
</div>
#ECDA8B
On Black Background
#ECDA8B
On White Background
#ECDA8B

Related Colors of #ECDA8B

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