Color: #ECA104

#ECA104 Color Information

#ECA104 is a light color. The closest websafe version is #ECA104. A complement of this color would be #044DEC, perceived brightness is 0.65, and the grayscale version is #787878.

In the HSL color space, this color has a hue angle of 41°,a saturation of 97%, and a lightness of 47%.The HSV representation shows a hue of 41°, a saturation of 98%, and a value of 93%.

In a RGB color space, #ECA104 is composed of 93% red, 63% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 98% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 44.22, x: 0.5070, and y: 0.4455.

Color Code #ECA104

#ECA104rgb(236, 161, 4)
HEX
#ECA104
RGB
rgb(236, 161, 4)
HSL
hsl(41, 97%, 47%)
HSV
hsv(41, 98%, 93%)
CMYK
0%, 32%, 98%, 7%
XYZ
X: 50.32, Y: 44.22, Z: 4.72
Lab
L: 72.38, a: 21.62, b: 75.33
Name

Shades of Color #ECA104

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

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

#ECA104rgb(236, 161, 4)

About #ECA104 Color Code

In the HSL color space, this color has a hue angle of 41°, a saturation of 97%, and a lightness of 47%. The HSV representation shows a hue of 41°, a saturation of 98%, and a value of 93%.

  • HEX: #ECA104
  • RGB: rgb(236, 161, 4)
  • HSL: hsl(41, 97%, 47%)
  • HSV: hsv(41, 98%, 93%)
  • CMYK: 0.00% cyan, 32.00% magenta, 98.00% yellow, 7.00% black
  • XYZ: 50.32, 44.22, 4.72
  • Yxy: 44.22, 0.5070, 0.4455
  • Hunter Lab: 72.38, 21.62, 75.33
  • CIE-Lab: 72.38, 21.62, 75.33

In the XYZ color space, this color is represented as X: 50.32, Y: 44.22, Z: 4.72. The Yxy representation further refines this as Y: 44.22, x: 0.5070, and y: 0.4455.

In the Hunter Lab color space, this color is represented as L: 72.38, a: 21.62, and b: 75.33. Similarly, in the CIE-Lab color space, it is represented as L: 72.38, a: 21.62, and b: 75.33.

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

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

Analogous Colors of #ECA104

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

Split Complementary Colors of #ECA104

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

Tetradic Colors of #ECA104

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

Monochromatic Colors of #ECA104

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

Complementary Color of #ECA104

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

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

HTML Examples of #ECA104

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

Related Colors of #ECA104

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