Color: #EBD66C

#EBD66C Color Information

#EBD66C is a light color. The closest websafe version is #EBD66C. A complement of this color would be #6B80EB, perceived brightness is 0.82, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 50°,a saturation of 76%, and a lightness of 67%.The HSV representation shows a hue of 50°, a saturation of 54%, and a value of 92%.

In a RGB color space, #EBD66C is composed of 92% red, 84% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 54% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 67.60, x: 0.4277, and y: 0.4499.

Color Code #EBD66C

#EBD66Crgb(235, 214, 108)
HEX
#EBD66C
RGB
rgb(235, 214, 108)
HSL
hsl(50, 76%, 67%)
HSV
hsv(50, 54%, 92%)
CMYK
0%, 9%, 54%, 8%
XYZ
X: 64.27, Y: 67.60, Z: 18.40
Lab
L: 85.81, a: -2.06, b: 54.26
Name

Shades of Color #EBD66C

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

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

#EBD66Crgb(235, 214, 108)

About #EBD66C Color Code

In the HSL color space, this color has a hue angle of 50°, a saturation of 76%, and a lightness of 67%. The HSV representation shows a hue of 50°, a saturation of 54%, and a value of 92%.

  • HEX: #EBD66C
  • RGB: rgb(235, 214, 108)
  • HSL: hsl(50, 76%, 67%)
  • HSV: hsv(50, 54%, 92%)
  • CMYK: 0.00% cyan, 9.00% magenta, 54.00% yellow, 8.00% black
  • XYZ: 64.27, 67.60, 18.40
  • Yxy: 67.60, 0.4277, 0.4499
  • Hunter Lab: 85.81, -2.06, 54.26
  • CIE-Lab: 85.81, -2.06, 54.26

In the XYZ color space, this color is represented as X: 64.27, Y: 67.60, Z: 18.40. The Yxy representation further refines this as Y: 67.60, x: 0.4277, and y: 0.4499.

In the Hunter Lab color space, this color is represented as L: 85.81, a: -2.06, and b: 54.26. Similarly, in the CIE-Lab color space, it is represented as L: 85.81, a: -2.06, and b: 54.26.

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

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

Analogous Colors of #EBD66C

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

Split Complementary Colors of #EBD66C

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

Tetradic Colors of #EBD66C

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

Monochromatic Colors of #EBD66C

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

Complementary Color of #EBD66C

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

/* Using HEX */
body {
  background-color: #ebd66c;
}
/* Using RGB */
body {
  background-color: rgb(235, 214, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 214, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 76%, 67%);
}
/* Text color */
p {
  color: #ebd66c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebd66c;
}
/* Border color */
.box {
  border: 4px solid #ebd66c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebd66c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebd66c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBD66C
On Black Background
#EBD66C
On White Background
#EBD66C

HTML Examples of #EBD66C

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

Related Colors of #EBD66C

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