Color: #EDB15D

#EDB15D Color Information

#EDB15D is a light color. The closest websafe version is #EDB15D. A complement of this color would be #5E9AED, perceived brightness is 0.73, and the grayscale version is #A5A5A5.

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

In a RGB color space, #EDB15D is composed of 93% red, 69% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 51.02, x: 0.4630, and y: 0.4262.

Color Code #EDB15D

#EDB15Drgb(237, 177, 93)
HEX
#EDB15D
RGB
rgb(237, 177, 93)
HSL
hsl(35, 80%, 65%)
HSV
hsv(35, 61%, 93%)
CMYK
0%, 25%, 61%, 7%
XYZ
X: 55.43, Y: 51.02, Z: 13.27
Lab
L: 76.69, a: 16.19, b: 51.07
Name

Shades of Color #EDB15D

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

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

#EDB15Drgb(237, 177, 93)

About #EDB15D Color Code

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

  • HEX: #EDB15D
  • RGB: rgb(237, 177, 93)
  • HSL: hsl(35, 80%, 65%)
  • HSV: hsv(35, 61%, 93%)
  • CMYK: 0.00% cyan, 25.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 55.43, 51.02, 13.27
  • Yxy: 51.02, 0.4630, 0.4262
  • Hunter Lab: 76.69, 16.19, 51.07
  • CIE-Lab: 76.69, 16.19, 51.07

In the XYZ color space, this color is represented as X: 55.43, Y: 51.02, Z: 13.27. The Yxy representation further refines this as Y: 51.02, x: 0.4630, and y: 0.4262.

In the Hunter Lab color space, this color is represented as L: 76.69, a: 16.19, and b: 51.07. Similarly, in the CIE-Lab color space, it is represented as L: 76.69, a: 16.19, and b: 51.07.

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

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

Analogous Colors of #EDB15D

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

Split Complementary Colors of #EDB15D

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

Tetradic Colors of #EDB15D

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

Monochromatic Colors of #EDB15D

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

Complementary Color of #EDB15D

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

/* Using HEX */
body {
  background-color: #edb15d;
}
/* Using RGB */
body {
  background-color: rgb(237, 177, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 177, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(35, 80%, 65%);
}
/* Text color */
p {
  color: #edb15d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edb15d;
}
/* Border color */
.box {
  border: 4px solid #edb15d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edb15d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edb15d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDB15D
On Black Background
#EDB15D
On White Background
#EDB15D

HTML Examples of #EDB15D

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

Related Colors of #EDB15D

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