Color: #EDA72B

#EDA72B Color Information

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

In the HSL color space, this color has a hue angle of 38°,a saturation of 84%, and a lightness of 55%.The HSV representation shows a hue of 38°, a saturation of 82%, and a value of 93%.

In a RGB color space, #EDA72B is composed of 93% red, 65% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 82% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 46.69, x: 0.4944, and y: 0.4425.

Color Code #EDA72B

#EDA72Brgb(237, 167, 43)
HEX
#EDA72B
RGB
rgb(237, 167, 43)
HSL
hsl(38, 84%, 55%)
HSV
hsv(38, 82%, 93%)
CMYK
0%, 30%, 82%, 7%
XYZ
X: 52.16, Y: 46.69, Z: 6.66
Lab
L: 73.99, a: 19.49, b: 68.74
Name

Shades of Color #EDA72B

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

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

#EDA72Brgb(237, 167, 43)

About #EDA72B Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 84%, and a lightness of 55%. The HSV representation shows a hue of 38°, a saturation of 82%, and a value of 93%.

  • HEX: #EDA72B
  • RGB: rgb(237, 167, 43)
  • HSL: hsl(38, 84%, 55%)
  • HSV: hsv(38, 82%, 93%)
  • CMYK: 0.00% cyan, 30.00% magenta, 82.00% yellow, 7.00% black
  • XYZ: 52.16, 46.69, 6.66
  • Yxy: 46.69, 0.4944, 0.4425
  • Hunter Lab: 73.99, 19.49, 68.74
  • CIE-Lab: 73.99, 19.49, 68.74

In the XYZ color space, this color is represented as X: 52.16, Y: 46.69, Z: 6.66. The Yxy representation further refines this as Y: 46.69, x: 0.4944, and y: 0.4425.

In the Hunter Lab color space, this color is represented as L: 73.99, a: 19.49, and b: 68.74. Similarly, in the CIE-Lab color space, it is represented as L: 73.99, a: 19.49, and b: 68.74.

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

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

Analogous Colors of #EDA72B

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

Split Complementary Colors of #EDA72B

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

Tetradic Colors of #EDA72B

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

Monochromatic Colors of #EDA72B

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

Complementary Color of #EDA72B

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

/* Using HEX */
body {
  background-color: #eda72b;
}
/* Using RGB */
body {
  background-color: rgb(237, 167, 43);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 167, 43, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 84%, 55%);
}
/* Text color */
p {
  color: #eda72b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda72b;
}
/* Border color */
.box {
  border: 4px solid #eda72b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eda72b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eda72b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDA72B
On Black Background
#EDA72B
On White Background
#EDA72B

HTML Examples of #EDA72B

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

Related Colors of #EDA72B

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