Color: #EDB45B

#EDB45B Color Information

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

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

In a RGB color space, #EDB45B is composed of 93% red, 71% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 62% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 52.20, x: 0.4617, and y: 0.4304.

Color Code #EDB45B

#EDB45Brgb(237, 180, 91)
HEX
#EDB45B
RGB
rgb(237, 180, 91)
HSL
hsl(37, 80%, 64%)
HSV
hsv(37, 62%, 93%)
CMYK
0%, 24%, 62%, 7%
XYZ
X: 56.00, Y: 52.20, Z: 13.08
Lab
L: 77.40, a: 14.59, b: 52.78
Name

Shades of Color #EDB45B

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

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

#EDB45Brgb(237, 180, 91)

About #EDB45B Color Code

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

  • HEX: #EDB45B
  • RGB: rgb(237, 180, 91)
  • HSL: hsl(37, 80%, 64%)
  • HSV: hsv(37, 62%, 93%)
  • CMYK: 0.00% cyan, 24.00% magenta, 62.00% yellow, 7.00% black
  • XYZ: 56.00, 52.20, 13.08
  • Yxy: 52.20, 0.4617, 0.4304
  • Hunter Lab: 77.40, 14.59, 52.78
  • CIE-Lab: 77.40, 14.59, 52.78

In the XYZ color space, this color is represented as X: 56.00, Y: 52.20, Z: 13.08. The Yxy representation further refines this as Y: 52.20, x: 0.4617, and y: 0.4304.

In the Hunter Lab color space, this color is represented as L: 77.40, a: 14.59, and b: 52.78. Similarly, in the CIE-Lab color space, it is represented as L: 77.40, a: 14.59, and b: 52.78.

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

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

Analogous Colors of #EDB45B

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

Monochromatic Colors of #EDB45B

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

Complementary Color of #EDB45B

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

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

HTML Examples of #EDB45B

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

Related Colors of #EDB45B

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