Color: #E2C60E

#E2C60E Color Information

#E2C60E is a light color. The closest websafe version is #E2C60E. A complement of this color would be #0E2BE1, perceived brightness is 0.73, and the grayscale version is #787878.

In the HSL color space, this color has a hue angle of 52°,a saturation of 88%, and a lightness of 47%.The HSV representation shows a hue of 52°, a saturation of 94%, and a value of 89%.

In a RGB color space, #E2C60E is composed of 89% red, 78% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 94% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 57.43, x: 0.4609, and y: 0.4816.

Color Code #E2C60E

#E2C60Ergb(226, 198, 14)
HEX
#E2C60E
RGB
rgb(226, 198, 14)
HSL
hsl(52, 88%, 47%)
HSV
hsv(52, 94%, 89%)
CMYK
0%, 12%, 94%, 11%
XYZ
X: 54.97, Y: 57.43, Z: 6.86
Lab
L: 80.42, a: -1.01, b: 78.97
Name

Shades of Color #E2C60E

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

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

#E2C60Ergb(226, 198, 14)

About #E2C60E Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 88%, and a lightness of 47%. The HSV representation shows a hue of 52°, a saturation of 94%, and a value of 89%.

  • HEX: #E2C60E
  • RGB: rgb(226, 198, 14)
  • HSL: hsl(52, 88%, 47%)
  • HSV: hsv(52, 94%, 89%)
  • CMYK: 0.00% cyan, 12.00% magenta, 94.00% yellow, 11.00% black
  • XYZ: 54.97, 57.43, 6.86
  • Yxy: 57.43, 0.4609, 0.4816
  • Hunter Lab: 80.42, -1.01, 78.97
  • CIE-Lab: 80.42, -1.01, 78.97

In the XYZ color space, this color is represented as X: 54.97, Y: 57.43, Z: 6.86. The Yxy representation further refines this as Y: 57.43, x: 0.4609, and y: 0.4816.

In the Hunter Lab color space, this color is represented as L: 80.42, a: -1.01, and b: 78.97. Similarly, in the CIE-Lab color space, it is represented as L: 80.42, a: -1.01, and b: 78.97.

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

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

Analogous Colors of #E2C60E

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

Monochromatic Colors of #E2C60E

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

Complementary Color of #E2C60E

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

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

HTML Examples of #E2C60E

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

Related Colors of #E2C60E

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