Color: #EBDF2D

#EBDF2D Color Information

#EBDF2D is a light color. The closest websafe version is #EBDF2D. A complement of this color would be #2D3AEB, perceived brightness is 0.81, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 56°,a saturation of 83%, and a lightness of 55%.The HSV representation shows a hue of 56°, a saturation of 81%, and a value of 92%.

In a RGB color space, #EBDF2D is composed of 92% red, 87% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 81% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 71.54, x: 0.4430, and y: 0.4875.

Color Code #EBDF2D

#EBDF2Drgb(235, 223, 45)
HEX
#EBDF2D
RGB
rgb(235, 223, 45)
HSL
hsl(56, 83%, 55%)
HSV
hsv(56, 81%, 92%)
CMYK
0%, 5%, 81%, 8%
XYZ
X: 65.02, Y: 71.54, Z: 10.20
Lab
L: 87.75, a: -8.74, b: 79.26
Name

Shades of Color #EBDF2D

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

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

#EBDF2Drgb(235, 223, 45)

About #EBDF2D Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 83%, and a lightness of 55%. The HSV representation shows a hue of 56°, a saturation of 81%, and a value of 92%.

  • HEX: #EBDF2D
  • RGB: rgb(235, 223, 45)
  • HSL: hsl(56, 83%, 55%)
  • HSV: hsv(56, 81%, 92%)
  • CMYK: 0.00% cyan, 5.00% magenta, 81.00% yellow, 8.00% black
  • XYZ: 65.02, 71.54, 10.20
  • Yxy: 71.54, 0.4430, 0.4875
  • Hunter Lab: 87.75, -8.74, 79.26
  • CIE-Lab: 87.75, -8.74, 79.26

In the XYZ color space, this color is represented as X: 65.02, Y: 71.54, Z: 10.20. The Yxy representation further refines this as Y: 71.54, x: 0.4430, and y: 0.4875.

In the Hunter Lab color space, this color is represented as L: 87.75, a: -8.74, and b: 79.26. Similarly, in the CIE-Lab color space, it is represented as L: 87.75, a: -8.74, and b: 79.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 #EBDF2D

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

Analogous Colors of #EBDF2D

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

Split Complementary Colors of #EBDF2D

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

Tetradic Colors of #EBDF2D

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

Monochromatic Colors of #EBDF2D

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

Complementary Color of #EBDF2D

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

/* Using HEX */
body {
  background-color: #ebdf2d;
}
/* Using RGB */
body {
  background-color: rgb(235, 223, 45);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 223, 45, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 83%, 55%);
}
/* Text color */
p {
  color: #ebdf2d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebdf2d;
}
/* Border color */
.box {
  border: 4px solid #ebdf2d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebdf2d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebdf2d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBDF2D
On Black Background
#EBDF2D
On White Background
#EBDF2D

HTML Examples of #EBDF2D

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

Related Colors of #EBDF2D

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