Color: #EDA849

#EDA849 Color Information

#EDA849 is a light color. The closest websafe version is #EDA849. A complement of this color would be #4A8EED, perceived brightness is 0.70, and the grayscale version is #9B9B9B.

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

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

In the Yxy color space, this color is represented as Y: 47.32, x: 0.4814, and y: 0.4301.

Color Code #EDA849

#EDA849rgb(237, 168, 73)
HEX
#EDA849
RGB
rgb(237, 168, 73)
HSL
hsl(35, 82%, 61%)
HSV
hsv(35, 69%, 93%)
CMYK
0%, 29%, 69%, 7%
XYZ
X: 52.96, Y: 47.32, Z: 9.74
Lab
L: 74.39, a: 19.85, b: 57.74
Name

Shades of Color #EDA849

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

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

#EDA849rgb(237, 168, 73)

About #EDA849 Color Code

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

  • HEX: #EDA849
  • RGB: rgb(237, 168, 73)
  • HSL: hsl(35, 82%, 61%)
  • HSV: hsv(35, 69%, 93%)
  • CMYK: 0.00% cyan, 29.00% magenta, 69.00% yellow, 7.00% black
  • XYZ: 52.96, 47.32, 9.74
  • Yxy: 47.32, 0.4814, 0.4301
  • Hunter Lab: 74.39, 19.85, 57.74
  • CIE-Lab: 74.39, 19.85, 57.74

In the XYZ color space, this color is represented as X: 52.96, Y: 47.32, Z: 9.74. The Yxy representation further refines this as Y: 47.32, x: 0.4814, and y: 0.4301.

In the Hunter Lab color space, this color is represented as L: 74.39, a: 19.85, and b: 57.74. Similarly, in the CIE-Lab color space, it is represented as L: 74.39, a: 19.85, and b: 57.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 #EDA849

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

Analogous Colors of #EDA849

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

Monochromatic Colors of #EDA849

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

Complementary Color of #EDA849

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

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

HTML Examples of #EDA849

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

Related Colors of #EDA849

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