Color: #EBAC4C

#EBAC4C Color Information

#EBAC4C is a light color. The closest websafe version is #EBAC4C. A complement of this color would be #4C8CEB, perceived brightness is 0.71, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 36°,a saturation of 80%, and a lightness of 61%.The HSV representation shows a hue of 36°, a saturation of 68%, and a value of 92%.

In a RGB color space, #EBAC4C is composed of 92% red, 67% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 68% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 48.50, x: 0.4747, and y: 0.4332.

Color Code #EBAC4C

#EBAC4Crgb(235, 172, 76)
HEX
#EBAC4C
RGB
rgb(235, 172, 76)
HSL
hsl(36, 80%, 61%)
HSV
hsv(36, 68%, 92%)
CMYK
0%, 27%, 68%, 8%
XYZ
X: 53.15, Y: 48.50, Z: 10.32
Lab
L: 75.14, a: 17.12, b: 57.10
Name

Shades of Color #EBAC4C

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

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

#EBAC4Crgb(235, 172, 76)

About #EBAC4C Color Code

In the HSL color space, this color has a hue angle of 36°, a saturation of 80%, and a lightness of 61%. The HSV representation shows a hue of 36°, a saturation of 68%, and a value of 92%.

  • HEX: #EBAC4C
  • RGB: rgb(235, 172, 76)
  • HSL: hsl(36, 80%, 61%)
  • HSV: hsv(36, 68%, 92%)
  • CMYK: 0.00% cyan, 27.00% magenta, 68.00% yellow, 8.00% black
  • XYZ: 53.15, 48.50, 10.32
  • Yxy: 48.50, 0.4747, 0.4332
  • Hunter Lab: 75.14, 17.12, 57.10
  • CIE-Lab: 75.14, 17.12, 57.10

In the XYZ color space, this color is represented as X: 53.15, Y: 48.50, Z: 10.32. The Yxy representation further refines this as Y: 48.50, x: 0.4747, and y: 0.4332.

In the Hunter Lab color space, this color is represented as L: 75.14, a: 17.12, and b: 57.10. Similarly, in the CIE-Lab color space, it is represented as L: 75.14, a: 17.12, and b: 57.10.

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

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

Analogous Colors of #EBAC4C

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

Split Complementary Colors of #EBAC4C

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

Tetradic Colors of #EBAC4C

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

Monochromatic Colors of #EBAC4C

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

Complementary Color of #EBAC4C

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

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

HTML Examples of #EBAC4C

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

Related Colors of #EBAC4C

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