Color: #ECE67A

#ECE67A Color Information

#ECE67A is a light color. The closest websafe version is #ECE67A. A complement of this color would be #797FEC, perceived brightness is 0.86, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 57°,a saturation of 75%, and a lightness of 70%.The HSV representation shows a hue of 57°, a saturation of 48%, and a value of 93%.

In a RGB color space, #ECE67A is composed of 93% red, 90% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 48% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 76.57, x: 0.4128, and y: 0.4527.

Color Code #ECE67A

#ECE67Argb(236, 230, 122)
HEX
#ECE67A
RGB
rgb(236, 230, 122)
HSL
hsl(57, 75%, 70%)
HSV
hsv(57, 48%, 93%)
CMYK
0%, 3%, 48%, 7%
XYZ
X: 69.83, Y: 76.57, Z: 22.75
Lab
L: 90.12, a: -8.41, b: 52.80
Name

Shades of Color #ECE67A

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

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

#ECE67Argb(236, 230, 122)

About #ECE67A Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 75%, and a lightness of 70%. The HSV representation shows a hue of 57°, a saturation of 48%, and a value of 93%.

  • HEX: #ECE67A
  • RGB: rgb(236, 230, 122)
  • HSL: hsl(57, 75%, 70%)
  • HSV: hsv(57, 48%, 93%)
  • CMYK: 0.00% cyan, 3.00% magenta, 48.00% yellow, 7.00% black
  • XYZ: 69.83, 76.57, 22.75
  • Yxy: 76.57, 0.4128, 0.4527
  • Hunter Lab: 90.12, -8.41, 52.80
  • CIE-Lab: 90.12, -8.41, 52.80

In the XYZ color space, this color is represented as X: 69.83, Y: 76.57, Z: 22.75. The Yxy representation further refines this as Y: 76.57, x: 0.4128, and y: 0.4527.

In the Hunter Lab color space, this color is represented as L: 90.12, a: -8.41, and b: 52.80. Similarly, in the CIE-Lab color space, it is represented as L: 90.12, a: -8.41, and b: 52.80.

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

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

Analogous Colors of #ECE67A

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

Monochromatic Colors of #ECE67A

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

Complementary Color of #ECE67A

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

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

HTML Examples of #ECE67A

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

Related Colors of #ECE67A

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