Color: #EDA863

#EDA863 Color Information

#EDA863 is a light color. The closest websafe version is #EDA863. A complement of this color would be #64A8ED, perceived brightness is 0.71, and the grayscale version is #A8A8A8.

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

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

In the Yxy color space, this color is represented as Y: 47.67, x: 0.4663, and y: 0.4133.

Color Code #EDA863

#EDA863rgb(237, 168, 99)
HEX
#EDA863
RGB
rgb(237, 168, 99)
HSL
hsl(30, 79%, 66%)
HSV
hsv(30, 58%, 93%)
CMYK
0%, 29%, 58%, 7%
XYZ
X: 53.79, Y: 47.67, Z: 13.89
Lab
L: 74.62, a: 21.02, b: 45.80
Name

Shades of Color #EDA863

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

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

#EDA863rgb(237, 168, 99)

About #EDA863 Color Code

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

  • HEX: #EDA863
  • RGB: rgb(237, 168, 99)
  • HSL: hsl(30, 79%, 66%)
  • HSV: hsv(30, 58%, 93%)
  • CMYK: 0.00% cyan, 29.00% magenta, 58.00% yellow, 7.00% black
  • XYZ: 53.79, 47.67, 13.89
  • Yxy: 47.67, 0.4663, 0.4133
  • Hunter Lab: 74.62, 21.02, 45.80
  • CIE-Lab: 74.62, 21.02, 45.80

In the XYZ color space, this color is represented as X: 53.79, Y: 47.67, Z: 13.89. The Yxy representation further refines this as Y: 47.67, x: 0.4663, and y: 0.4133.

In the Hunter Lab color space, this color is represented as L: 74.62, a: 21.02, and b: 45.80. Similarly, in the CIE-Lab color space, it is represented as L: 74.62, a: 21.02, and b: 45.80.

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

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

Analogous Colors of #EDA863

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

Monochromatic Colors of #EDA863

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

Complementary Color of #EDA863

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

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

HTML Examples of #EDA863

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

Related Colors of #EDA863

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