Color: #ECB50C

#ECB50C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 51.81, x: 0.4852, and y: 0.4620.

Color Code #ECB50C

#ECB50Crgb(236, 181, 12)
HEX
#ECB50C
RGB
rgb(236, 181, 12)
HSL
hsl(45, 90%, 49%)
HSV
hsv(45, 95%, 93%)
CMYK
0%, 23%, 95%, 7%
XYZ
X: 54.42, Y: 51.81, Z: 5.92
Lab
L: 77.17, a: 11.63, b: 77.54
Name

Shades of Color #ECB50C

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

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

#ECB50Crgb(236, 181, 12)

About #ECB50C Color Code

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

  • HEX: #ECB50C
  • RGB: rgb(236, 181, 12)
  • HSL: hsl(45, 90%, 49%)
  • HSV: hsv(45, 95%, 93%)
  • CMYK: 0.00% cyan, 23.00% magenta, 95.00% yellow, 7.00% black
  • XYZ: 54.42, 51.81, 5.92
  • Yxy: 51.81, 0.4852, 0.4620
  • Hunter Lab: 77.17, 11.63, 77.54
  • CIE-Lab: 77.17, 11.63, 77.54

In the XYZ color space, this color is represented as X: 54.42, Y: 51.81, Z: 5.92. The Yxy representation further refines this as Y: 51.81, x: 0.4852, and y: 0.4620.

In the Hunter Lab color space, this color is represented as L: 77.17, a: 11.63, and b: 77.54. Similarly, in the CIE-Lab color space, it is represented as L: 77.17, a: 11.63, and b: 77.54.

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

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

Analogous Colors of #ECB50C

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

Monochromatic Colors of #ECB50C

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

Complementary Color of #ECB50C

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

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

HTML Examples of #ECB50C

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

Related Colors of #ECB50C

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