Color: #EBC55F

#EBC55F Color Information

#EBC55F is a light color. The closest websafe version is #EBC55F. A complement of this color would be #6085EB, perceived brightness is 0.77, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 44°,a saturation of 78%, and a lightness of 65%.The HSV representation shows a hue of 44°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EBC55F is composed of 92% red, 77% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 60% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 59.20, x: 0.4453, and y: 0.4441.

Color Code #EBC55F

HEX
#EBC55F
RGB
rgb(235, 197, 95)
HSL
hsl(44, 78%, 65%)
HSV
hsv(44, 60%, 92%)
CMYK
0%, 16%, 60%, 8%
XYZ
X: 59.36, Y: 59.20, Z: 14.75
Lab
L: 81.40, a: 5.51, b: 55.27
Name

Shades of Color #EBC55F

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

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

About #EBC55F Color Code

In the HSL color space, this color has a hue angle of 44°, a saturation of 78%, and a lightness of 65%. The HSV representation shows a hue of 44°, a saturation of 60%, and a value of 92%.

  • HEX: #EBC55F
  • RGB: rgb(235, 197, 95)
  • HSL: hsl(44, 78%, 65%)
  • HSV: hsv(44, 60%, 92%)
  • CMYK: 0.00% cyan, 16.00% magenta, 60.00% yellow, 8.00% black
  • XYZ: 59.36, 59.20, 14.75
  • Yxy: 59.20, 0.4453, 0.4441
  • Hunter Lab: 81.40, 5.51, 55.27
  • CIE-Lab: 81.40, 5.51, 55.27

In the XYZ color space, this color is represented as X: 59.36, Y: 59.20, Z: 14.75. The Yxy representation further refines this as Y: 59.20, x: 0.4453, and y: 0.4441.

In the Hunter Lab color space, this color is represented as L: 81.40, a: 5.51, and b: 55.27. Similarly, in the CIE-Lab color space, it is represented as L: 81.40, a: 5.51, and b: 55.27.

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

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

Analogous Colors of #EBC55F

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

Monochromatic Colors of #EBC55F

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

Complementary Color of #EBC55F

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

/* Using HEX */
body {
  background-color: #ebc55f;
}
/* Using RGB */
body {
  background-color: rgb(235, 197, 95);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 197, 95, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 78%, 65%);
}
/* Text color */
p {
  color: #ebc55f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebc55f;
}

HTML Examples of #EBC55F

<!-- Using HEX -->
<div style="background-color: #ebc55f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 197, 95); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 197, 95, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(44, 78%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ebc55f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ebc55f; width: 100px; height: 100px;"></div>

Related Colors of #EBC55F

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