Color: #EEBC6C

#EEBC6C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 55.98, x: 0.4469, and y: 0.4255.

Color Code #EEBC6C

#EEBC6Crgb(238, 188, 108)
HEX
#EEBC6C
RGB
rgb(238, 188, 108)
HSL
hsl(37, 79%, 68%)
HSV
hsv(37, 55%, 93%)
CMYK
0%, 21%, 55%, 7%
XYZ
X: 58.79, Y: 55.98, Z: 16.78
Lab
L: 79.60, a: 11.90, b: 47.22
Name

Shades of Color #EEBC6C

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

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

#EEBC6Crgb(238, 188, 108)

About #EEBC6C Color Code

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

  • HEX: #EEBC6C
  • RGB: rgb(238, 188, 108)
  • HSL: hsl(37, 79%, 68%)
  • HSV: hsv(37, 55%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 55.00% yellow, 7.00% black
  • XYZ: 58.79, 55.98, 16.78
  • Yxy: 55.98, 0.4469, 0.4255
  • Hunter Lab: 79.60, 11.90, 47.22
  • CIE-Lab: 79.60, 11.90, 47.22

In the XYZ color space, this color is represented as X: 58.79, Y: 55.98, Z: 16.78. The Yxy representation further refines this as Y: 55.98, x: 0.4469, and y: 0.4255.

In the Hunter Lab color space, this color is represented as L: 79.60, a: 11.90, and b: 47.22. Similarly, in the CIE-Lab color space, it is represented as L: 79.60, a: 11.90, and b: 47.22.

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

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

Analogous Colors of #EEBC6C

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

Monochromatic Colors of #EEBC6C

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

Complementary Color of #EEBC6C

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

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

HTML Examples of #EEBC6C

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

Related Colors of #EEBC6C

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