Color: #ECEA2C

#ECEA2C Color Information

#ECEA2C is a light color. The closest websafe version is #ECEA2C. A complement of this color would be #2D30EB, perceived brightness is 0.84, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 59°,a saturation of 83%, and a lightness of 55%.The HSV representation shows a hue of 59°, a saturation of 81%, and a value of 93%.

In a RGB color space, #ECEA2C is composed of 93% red, 92% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 81% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 77.80, x: 0.4360, and y: 0.4943.

Color Code #ECEA2C

#ECEA2Crgb(236, 234, 44)
HEX
#ECEA2C
RGB
rgb(236, 234, 44)
HSL
hsl(59, 83%, 55%)
HSV
hsv(59, 81%, 93%)
CMYK
0%, 1%, 81%, 7%
XYZ
X: 68.62, Y: 77.80, Z: 10.96
Lab
L: 90.69, a: -13.46, b: 81.91
Name

Shades of Color #ECEA2C

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

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

#ECEA2Crgb(236, 234, 44)

About #ECEA2C Color Code

In the HSL color space, this color has a hue angle of 59°, a saturation of 83%, and a lightness of 55%. The HSV representation shows a hue of 59°, a saturation of 81%, and a value of 93%.

  • HEX: #ECEA2C
  • RGB: rgb(236, 234, 44)
  • HSL: hsl(59, 83%, 55%)
  • HSV: hsv(59, 81%, 93%)
  • CMYK: 0.00% cyan, 100.00% magenta, 81.00% yellow, 7.00% black
  • XYZ: 68.62, 77.80, 10.96
  • Yxy: 77.80, 0.4360, 0.4943
  • Hunter Lab: 90.69, -13.46, 81.91
  • CIE-Lab: 90.69, -13.46, 81.91

In the XYZ color space, this color is represented as X: 68.62, Y: 77.80, Z: 10.96. The Yxy representation further refines this as Y: 77.80, x: 0.4360, and y: 0.4943.

In the Hunter Lab color space, this color is represented as L: 90.69, a: -13.46, and b: 81.91. Similarly, in the CIE-Lab color space, it is represented as L: 90.69, a: -13.46, and b: 81.91.

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

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

Analogous Colors of #ECEA2C

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

Split Complementary Colors of #ECEA2C

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

Tetradic Colors of #ECEA2C

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

Monochromatic Colors of #ECEA2C

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

Complementary Color of #ECEA2C

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

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

HTML Examples of #ECEA2C

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

Related Colors of #ECEA2C

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