Color: #EBA24C

#EBA24C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 44.82, x: 0.4836, and y: 0.4235.

Color Code #EBA24C

#EBA24Crgb(235, 162, 76)
HEX
#EBA24C
RGB
rgb(235, 162, 76)
HSL
hsl(32, 80%, 61%)
HSV
hsv(32, 68%, 92%)
CMYK
0%, 31%, 68%, 8%
XYZ
X: 51.17, Y: 44.82, Z: 9.83
Lab
L: 72.78, a: 22.16, b: 54.66
Name

Shades of Color #EBA24C

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

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

#EBA24Crgb(235, 162, 76)

About #EBA24C Color Code

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

  • HEX: #EBA24C
  • RGB: rgb(235, 162, 76)
  • HSL: hsl(32, 80%, 61%)
  • HSV: hsv(32, 68%, 92%)
  • CMYK: 0.00% cyan, 31.00% magenta, 68.00% yellow, 8.00% black
  • XYZ: 51.17, 44.82, 9.83
  • Yxy: 44.82, 0.4836, 0.4235
  • Hunter Lab: 72.78, 22.16, 54.66
  • CIE-Lab: 72.78, 22.16, 54.66

In the XYZ color space, this color is represented as X: 51.17, Y: 44.82, Z: 9.83. The Yxy representation further refines this as Y: 44.82, x: 0.4836, and y: 0.4235.

In the Hunter Lab color space, this color is represented as L: 72.78, a: 22.16, and b: 54.66. Similarly, in the CIE-Lab color space, it is represented as L: 72.78, a: 22.16, and b: 54.66.

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

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

Analogous Colors of #EBA24C

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

Split Complementary Colors of #EBA24C

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

Tetradic Colors of #EBA24C

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

Monochromatic Colors of #EBA24C

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

Complementary Color of #EBA24C

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

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

HTML Examples of #EBA24C

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

Related Colors of #EBA24C

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