Color: #ECC95C

#ECC95C Color Information

#ECC95C is a light color. The closest websafe version is #ECC95C. A complement of this color would be #5B7FEC, perceived brightness is 0.78, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 45°,a saturation of 79%, and a lightness of 64%.The HSV representation shows a hue of 45°, a saturation of 61%, and a value of 93%.

In a RGB color space, #ECC95C is composed of 93% red, 79% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 61.18, x: 0.4447, and y: 0.4490.

Color Code #ECC95C

#ECC95Crgb(236, 201, 92)
HEX
#ECC95C
RGB
rgb(236, 201, 92)
HSL
hsl(45, 79%, 64%)
HSV
hsv(45, 61%, 93%)
CMYK
0%, 15%, 61%, 7%
XYZ
X: 60.60, Y: 61.18, Z: 14.48
Lab
L: 82.48, a: 3.82, b: 57.81
Name

Shades of Color #ECC95C

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

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

#ECC95Crgb(236, 201, 92)

About #ECC95C Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 79%, and a lightness of 64%. The HSV representation shows a hue of 45°, a saturation of 61%, and a value of 93%.

  • HEX: #ECC95C
  • RGB: rgb(236, 201, 92)
  • HSL: hsl(45, 79%, 64%)
  • HSV: hsv(45, 61%, 93%)
  • CMYK: 0.00% cyan, 15.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 60.60, 61.18, 14.48
  • Yxy: 61.18, 0.4447, 0.4490
  • Hunter Lab: 82.48, 3.82, 57.81
  • CIE-Lab: 82.48, 3.82, 57.81

In the XYZ color space, this color is represented as X: 60.60, Y: 61.18, Z: 14.48. The Yxy representation further refines this as Y: 61.18, x: 0.4447, and y: 0.4490.

In the Hunter Lab color space, this color is represented as L: 82.48, a: 3.82, and b: 57.81. Similarly, in the CIE-Lab color space, it is represented as L: 82.48, a: 3.82, and b: 57.81.

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

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

Analogous Colors of #ECC95C

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

Split Complementary Colors of #ECC95C

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

Tetradic Colors of #ECC95C

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

Monochromatic Colors of #ECC95C

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

Complementary Color of #ECC95C

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

/* Using HEX */
body {
  background-color: #ecc95c;
}
/* Using RGB */
body {
  background-color: rgb(236, 201, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 201, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 79%, 64%);
}
/* Text color */
p {
  color: #ecc95c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecc95c;
}
/* Border color */
.box {
  border: 4px solid #ecc95c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecc95c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecc95c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECC95C
On Black Background
#ECC95C
On White Background
#ECC95C

HTML Examples of #ECC95C

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

Related Colors of #ECC95C

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