Color: #ECBB6C

#ECBB6C Color Information

#ECBB6C is a light color. The closest websafe version is #ECBB6C. A complement of this color would be #6A9CEC, perceived brightness is 0.76, and the grayscale version is #ACACAC.

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

In a RGB color space, #ECBB6C is composed of 93% red, 73% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 54% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 55.20, x: 0.4459, and y: 0.4254.

Color Code #ECBB6C

HEX
#ECBB6C
RGB
rgb(236, 187, 108)
HSL
hsl(37, 77%, 67%)
HSV
hsv(37, 54%, 93%)
CMYK
0%, 21%, 54%, 7%
XYZ
X: 57.86, Y: 55.20, Z: 16.70
Lab
L: 79.15, a: 11.58, b: 46.63
Name

Shades of Color #ECBB6C

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

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

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

  • HEX: #ECBB6C
  • RGB: rgb(236, 187, 108)
  • HSL: hsl(37, 77%, 67%)
  • HSV: hsv(37, 54%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 54.00% yellow, 7.00% black
  • XYZ: 57.86, 55.20, 16.70
  • Yxy: 55.20, 0.4459, 0.4254
  • Hunter Lab: 79.15, 11.58, 46.63
  • CIE-Lab: 79.15, 11.58, 46.63

In the XYZ color space, this color is represented as X: 57.86, Y: 55.20, Z: 16.70. The Yxy representation further refines this as Y: 55.20, x: 0.4459, and y: 0.4254.

In the Hunter Lab color space, this color is represented as L: 79.15, a: 11.58, and b: 46.63. Similarly, in the CIE-Lab color space, it is represented as L: 79.15, a: 11.58, and b: 46.63.

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

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

Analogous Colors of #ECBB6C

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

Monochromatic Colors of #ECBB6C

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

Complementary Color of #ECBB6C

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

/* Using HEX */
body {
  background-color: #ecbb6c;
}
/* Using RGB */
body {
  background-color: rgb(236, 187, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 187, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 77%, 67%);
}
/* Text color */
p {
  color: #ecbb6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecbb6c;
}

HTML Examples of #ECBB6C

<!-- Using HEX -->
<div style="background-color: #ecbb6c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 187, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 187, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(37, 77%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ecbb6c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ecbb6c; width: 100px; height: 100px;"></div>

Related Colors of #ECBB6C

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