Color: #EEE15C

#EEE15C Color Information

#EEE15C is a light color. The closest websafe version is #EEE15C. A complement of this color would be #5D6AEE, perceived brightness is 0.84, and the grayscale version is #A5A5A5.

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

In a RGB color space, #EEE15C is composed of 93% red, 88% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 73.65, x: 0.4302, and y: 0.4673.

Color Code #EEE15C

#EEE15Crgb(238, 225, 92)
HEX
#EEE15C
RGB
rgb(238, 225, 92)
HSL
hsl(55, 81%, 65%)
HSV
hsv(55, 61%, 93%)
CMYK
0%, 5%, 61%, 7%
XYZ
X: 67.81, Y: 73.65, Z: 16.15
Lab
L: 88.76, a: -6.90, b: 64.51
Name

Shades of Color #EEE15C

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

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

#EEE15Crgb(238, 225, 92)

About #EEE15C Color Code

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

  • HEX: #EEE15C
  • RGB: rgb(238, 225, 92)
  • HSL: hsl(55, 81%, 65%)
  • HSV: hsv(55, 61%, 93%)
  • CMYK: 0.00% cyan, 5.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 67.81, 73.65, 16.15
  • Yxy: 73.65, 0.4302, 0.4673
  • Hunter Lab: 88.76, -6.90, 64.51
  • CIE-Lab: 88.76, -6.90, 64.51

In the XYZ color space, this color is represented as X: 67.81, Y: 73.65, Z: 16.15. The Yxy representation further refines this as Y: 73.65, x: 0.4302, and y: 0.4673.

In the Hunter Lab color space, this color is represented as L: 88.76, a: -6.90, and b: 64.51. Similarly, in the CIE-Lab color space, it is represented as L: 88.76, a: -6.90, and b: 64.51.

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

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

Analogous Colors of #EEE15C

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

Monochromatic Colors of #EEE15C

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

Complementary Color of #EEE15C

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

/* Using HEX */
body {
  background-color: #eee15c;
}
/* Using RGB */
body {
  background-color: rgb(238, 225, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 225, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 81%, 65%);
}
/* Text color */
p {
  color: #eee15c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eee15c;
}
/* Border color */
.box {
  border: 4px solid #eee15c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eee15c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eee15c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEE15C
On Black Background
#EEE15C
On White Background
#EEE15C

HTML Examples of #EEE15C

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

Related Colors of #EEE15C

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