Color: #ECB879

#ECB879 Color Information

#ECB879 is a light color. The closest websafe version is #ECB879. A complement of this color would be #79ADEC, perceived brightness is 0.75, and the grayscale version is #B3B3B3.

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

In a RGB color space, #ECB879 is composed of 93% red, 72% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 49% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 54.18, x: 0.4395, and y: 0.4122.

Color Code #ECB879

#ECB879rgb(236, 184, 121)
HEX
#ECB879
RGB
rgb(236, 184, 121)
HSL
hsl(33, 75%, 70%)
HSV
hsv(33, 49%, 93%)
CMYK
0%, 22%, 49%, 7%
XYZ
X: 57.77, Y: 54.18, Z: 19.48
Lab
L: 78.57, a: 13.89, b: 39.45
Name

Shades of Color #ECB879

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

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

#ECB879rgb(236, 184, 121)

About #ECB879 Color Code

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

  • HEX: #ECB879
  • RGB: rgb(236, 184, 121)
  • HSL: hsl(33, 75%, 70%)
  • HSV: hsv(33, 49%, 93%)
  • CMYK: 0.00% cyan, 22.00% magenta, 49.00% yellow, 7.00% black
  • XYZ: 57.77, 54.18, 19.48
  • Yxy: 54.18, 0.4395, 0.4122
  • Hunter Lab: 78.57, 13.89, 39.45
  • CIE-Lab: 78.57, 13.89, 39.45

In the XYZ color space, this color is represented as X: 57.77, Y: 54.18, Z: 19.48. The Yxy representation further refines this as Y: 54.18, x: 0.4395, and y: 0.4122.

In the Hunter Lab color space, this color is represented as L: 78.57, a: 13.89, and b: 39.45. Similarly, in the CIE-Lab color space, it is represented as L: 78.57, a: 13.89, and b: 39.45.

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

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

Analogous Colors of #ECB879

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

Split Complementary Colors of #ECB879

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

Tetradic Colors of #ECB879

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

Monochromatic Colors of #ECB879

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

Complementary Color of #ECB879

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

/* Using HEX */
body {
  background-color: #ecb879;
}
/* Using RGB */
body {
  background-color: rgb(236, 184, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 184, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(33, 75%, 70%);
}
/* Text color */
p {
  color: #ecb879;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecb879;
}
/* Border color */
.box {
  border: 4px solid #ecb879;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecb879;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecb879;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECB879
On Black Background
#ECB879
On White Background
#ECB879

HTML Examples of #ECB879

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

Related Colors of #ECB879

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