Color: #EBD35D

#EBD35D Color Information

#EBD35D is a light color. The closest websafe version is #EBD35D. A complement of this color would be #5C73EB, perceived brightness is 0.80, and the grayscale version is #A4A4A4.

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

In a RGB color space, #EBD35D is composed of 92% red, 83% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 60% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 65.85, x: 0.4366, and y: 0.4572.

Color Code #EBD35D

HEX
#EBD35D
RGB
rgb(235, 211, 93)
HSL
hsl(50, 78%, 64%)
HSV
hsv(50, 60%, 92%)
CMYK
0%, 10%, 60%, 8%
XYZ
X: 62.88, Y: 65.85, Z: 15.30
Lab
L: 84.92, a: -1.40, b: 59.95
Name

Shades of Color #EBD35D

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

Tints are created by lightening the original color #EBD35D 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 #EBD35D Color Code

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

  • HEX: #EBD35D
  • RGB: rgb(235, 211, 93)
  • HSL: hsl(50, 78%, 64%)
  • HSV: hsv(50, 60%, 92%)
  • CMYK: 0.00% cyan, 10.00% magenta, 60.00% yellow, 8.00% black
  • XYZ: 62.88, 65.85, 15.30
  • Yxy: 65.85, 0.4366, 0.4572
  • Hunter Lab: 84.92, -1.40, 59.95
  • CIE-Lab: 84.92, -1.40, 59.95

In the XYZ color space, this color is represented as X: 62.88, Y: 65.85, Z: 15.30. The Yxy representation further refines this as Y: 65.85, x: 0.4366, and y: 0.4572.

In the Hunter Lab color space, this color is represented as L: 84.92, a: -1.40, and b: 59.95. Similarly, in the CIE-Lab color space, it is represented as L: 84.92, a: -1.40, and b: 59.95.

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

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

Analogous Colors of #EBD35D

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

Monochromatic Colors of #EBD35D

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

Complementary Color of #EBD35D

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

/* Using HEX */
body {
  background-color: #ebd35d;
}
/* Using RGB */
body {
  background-color: rgb(235, 211, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 211, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 78%, 64%);
}
/* Text color */
p {
  color: #ebd35d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebd35d;
}

HTML Examples of #EBD35D

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

Related Colors of #EBD35D

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