Color: #EDAB43

#EDAB43 Color Information

#EDAB43 is a light color. The closest websafe version is #EDAB43. A complement of this color would be #4485EE, perceived brightness is 0.70, and the grayscale version is #989898.

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

In a RGB color space, #EDAB43 is composed of 93% red, 67% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 72% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 48.38, x: 0.4815, and y: 0.4361.

Color Code #EDAB43

#EDAB43rgb(237, 171, 67)
HEX
#EDAB43
RGB
rgb(237, 171, 67)
HSL
hsl(37, 83%, 60%)
HSV
hsv(37, 72%, 93%)
CMYK
0%, 28%, 72%, 7%
XYZ
X: 53.41, Y: 48.38, Z: 9.14
Lab
L: 75.06, a: 18.13, b: 60.95
Name

Shades of Color #EDAB43

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

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

#EDAB43rgb(237, 171, 67)

About #EDAB43 Color Code

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

  • HEX: #EDAB43
  • RGB: rgb(237, 171, 67)
  • HSL: hsl(37, 83%, 60%)
  • HSV: hsv(37, 72%, 93%)
  • CMYK: 0.00% cyan, 28.00% magenta, 72.00% yellow, 7.00% black
  • XYZ: 53.41, 48.38, 9.14
  • Yxy: 48.38, 0.4815, 0.4361
  • Hunter Lab: 75.06, 18.13, 60.95
  • CIE-Lab: 75.06, 18.13, 60.95

In the XYZ color space, this color is represented as X: 53.41, Y: 48.38, Z: 9.14. The Yxy representation further refines this as Y: 48.38, x: 0.4815, and y: 0.4361.

In the Hunter Lab color space, this color is represented as L: 75.06, a: 18.13, and b: 60.95. Similarly, in the CIE-Lab color space, it is represented as L: 75.06, a: 18.13, and b: 60.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 #EDAB43

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

Analogous Colors of #EDAB43

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

Split Complementary Colors of #EDAB43

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

Tetradic Colors of #EDAB43

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

Monochromatic Colors of #EDAB43

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

Complementary Color of #EDAB43

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

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

HTML Examples of #EDAB43

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

Related Colors of #EDAB43

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