Color: #EDA63A

#EDA63A Color Information

#EDA63A is a light color. The closest websafe version is #EDA63A. A complement of this color would be #3B82ED, perceived brightness is 0.69, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 36°,a saturation of 83%, and a lightness of 58%.The HSV representation shows a hue of 36°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 46.44, x: 0.4901, and y: 0.4358.

Color Code #EDA63A

HEX
#EDA63A
RGB
rgb(237, 166, 58)
HSL
hsl(36, 83%, 58%)
HSV
hsv(36, 76%, 93%)
CMYK
0%, 30%, 76%, 7%
XYZ
X: 52.22, Y: 46.44, Z: 7.90
Lab
L: 73.83, a: 20.37, b: 63.37
Name

Shades of Color #EDA63A

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

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

About #EDA63A Color Code

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

  • HEX: #EDA63A
  • RGB: rgb(237, 166, 58)
  • HSL: hsl(36, 83%, 58%)
  • HSV: hsv(36, 76%, 93%)
  • CMYK: 0.00% cyan, 30.00% magenta, 76.00% yellow, 7.00% black
  • XYZ: 52.22, 46.44, 7.90
  • Yxy: 46.44, 0.4901, 0.4358
  • Hunter Lab: 73.83, 20.37, 63.37
  • CIE-Lab: 73.83, 20.37, 63.37

In the XYZ color space, this color is represented as X: 52.22, Y: 46.44, Z: 7.90. The Yxy representation further refines this as Y: 46.44, x: 0.4901, and y: 0.4358.

In the Hunter Lab color space, this color is represented as L: 73.83, a: 20.37, and b: 63.37. Similarly, in the CIE-Lab color space, it is represented as L: 73.83, a: 20.37, and b: 63.37.

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

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

Analogous Colors of #EDA63A

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

Monochromatic Colors of #EDA63A

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

Complementary Color of #EDA63A

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

/* Using HEX */
body {
  background-color: #eda63a;
}
/* Using RGB */
body {
  background-color: rgb(237, 166, 58);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 166, 58, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(36, 83%, 58%);
}
/* Text color */
p {
  color: #eda63a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda63a;
}

HTML Examples of #EDA63A

<!-- Using HEX -->
<div style="background-color: #eda63a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 166, 58); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 166, 58, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(36, 83%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eda63a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eda63a; width: 100px; height: 100px;"></div>

Related Colors of #EDA63A

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