Color: #EEC96C

#EEC96C Color Information

#EEC96C is a light color. The closest websafe version is #EEC96C. A complement of this color would be #6D91EE, perceived brightness is 0.79, and the grayscale version is #ADADAD.

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

In a RGB color space, #EEC96C is composed of 93% red, 79% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 55% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 61.80, x: 0.4382, and y: 0.4374.

Color Code #EEC96C

#EEC96Crgb(238, 201, 108)
HEX
#EEC96C
RGB
rgb(238, 201, 108)
HSL
hsl(43, 79%, 68%)
HSV
hsv(43, 55%, 93%)
CMYK
0%, 16%, 55%, 7%
XYZ
X: 61.92, Y: 61.80, Z: 17.57
Lab
L: 82.81, a: 5.47, b: 50.93
Name

Shades of Color #EEC96C

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

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

#EEC96Crgb(238, 201, 108)

About #EEC96C Color Code

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

  • HEX: #EEC96C
  • RGB: rgb(238, 201, 108)
  • HSL: hsl(43, 79%, 68%)
  • HSV: hsv(43, 55%, 93%)
  • CMYK: 0.00% cyan, 16.00% magenta, 55.00% yellow, 7.00% black
  • XYZ: 61.92, 61.80, 17.57
  • Yxy: 61.80, 0.4382, 0.4374
  • Hunter Lab: 82.81, 5.47, 50.93
  • CIE-Lab: 82.81, 5.47, 50.93

In the XYZ color space, this color is represented as X: 61.92, Y: 61.80, Z: 17.57. The Yxy representation further refines this as Y: 61.80, x: 0.4382, and y: 0.4374.

In the Hunter Lab color space, this color is represented as L: 82.81, a: 5.47, and b: 50.93. Similarly, in the CIE-Lab color space, it is represented as L: 82.81, a: 5.47, and b: 50.93.

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

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

Analogous Colors of #EEC96C

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

Split Complementary Colors of #EEC96C

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

Tetradic Colors of #EEC96C

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

Monochromatic Colors of #EEC96C

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

Complementary Color of #EEC96C

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

/* Using HEX */
body {
  background-color: #eec96c;
}
/* Using RGB */
body {
  background-color: rgb(238, 201, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 201, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 79%, 68%);
}
/* Text color */
p {
  color: #eec96c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eec96c;
}
/* Border color */
.box {
  border: 4px solid #eec96c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eec96c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eec96c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEC96C
On Black Background
#EEC96C
On White Background
#EEC96C

HTML Examples of #EEC96C

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

Related Colors of #EEC96C

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