Color: #ECC40C

#ECC40C Color Information

#ECC40C is a light color. The closest websafe version is #ECC40C. A complement of this color would be #0C36ED, perceived brightness is 0.73, and the grayscale version is #7C7C7C.

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

In a RGB color space, #ECC40C is composed of 93% red, 77% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 95% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 58.26, x: 0.4709, and y: 0.4739.

Color Code #ECC40C

#ECC40Crgb(236, 196, 12)
HEX
#ECC40C
RGB
rgb(236, 196, 12)
HSL
hsl(49, 90%, 49%)
HSV
hsv(49, 95%, 93%)
CMYK
0%, 17%, 95%, 7%
XYZ
X: 57.89, Y: 58.26, Z: 6.79
Lab
L: 80.88, a: 4.20, b: 80.04
Name

Shades of Color #ECC40C

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

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

#ECC40Crgb(236, 196, 12)

About #ECC40C Color Code

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

  • HEX: #ECC40C
  • RGB: rgb(236, 196, 12)
  • HSL: hsl(49, 90%, 49%)
  • HSV: hsv(49, 95%, 93%)
  • CMYK: 0.00% cyan, 17.00% magenta, 95.00% yellow, 7.00% black
  • XYZ: 57.89, 58.26, 6.79
  • Yxy: 58.26, 0.4709, 0.4739
  • Hunter Lab: 80.88, 4.20, 80.04
  • CIE-Lab: 80.88, 4.20, 80.04

In the XYZ color space, this color is represented as X: 57.89, Y: 58.26, Z: 6.79. The Yxy representation further refines this as Y: 58.26, x: 0.4709, and y: 0.4739.

In the Hunter Lab color space, this color is represented as L: 80.88, a: 4.20, and b: 80.04. Similarly, in the CIE-Lab color space, it is represented as L: 80.88, a: 4.20, and b: 80.04.

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

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

Analogous Colors of #ECC40C

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

Split Complementary Colors of #ECC40C

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

Tetradic Colors of #ECC40C

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

Monochromatic Colors of #ECC40C

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

Complementary Color of #ECC40C

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

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

HTML Examples of #ECC40C

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

Related Colors of #ECC40C

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