Color: #EDA280

#EDA280 Color Information

#EDA280 is a light color. The closest websafe version is #EDA280. A complement of this color would be #82CBED, perceived brightness is 0.71, and the grayscale version is #B6B6B6.

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

In a RGB color space, #EDA280 is composed of 93% red, 64% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 46% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 46.05, x: 0.4491, and y: 0.3835.

Color Code #EDA280

HEX
#EDA280
RGB
rgb(237, 162, 128)
HSL
hsl(19, 75%, 72%)
HSV
hsv(19, 46%, 93%)
CMYK
0%, 32%, 46%, 7%
XYZ
X: 53.93, Y: 46.05, Z: 20.10
Lab
L: 73.58, a: 25.84, b: 29.54
Name

Shades of Color #EDA280

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

Tints are created by lightening the original color #EDA280 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 #EDA280 Color Code

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

  • HEX: #EDA280
  • RGB: rgb(237, 162, 128)
  • HSL: hsl(19, 75%, 72%)
  • HSV: hsv(19, 46%, 93%)
  • CMYK: 0.00% cyan, 32.00% magenta, 46.00% yellow, 7.00% black
  • XYZ: 53.93, 46.05, 20.10
  • Yxy: 46.05, 0.4491, 0.3835
  • Hunter Lab: 73.58, 25.84, 29.54
  • CIE-Lab: 73.58, 25.84, 29.54

In the XYZ color space, this color is represented as X: 53.93, Y: 46.05, Z: 20.10. The Yxy representation further refines this as Y: 46.05, x: 0.4491, and y: 0.3835.

In the Hunter Lab color space, this color is represented as L: 73.58, a: 25.84, and b: 29.54. Similarly, in the CIE-Lab color space, it is represented as L: 73.58, a: 25.84, and b: 29.54.

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

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

Analogous Colors of #EDA280

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

Monochromatic Colors of #EDA280

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

Complementary Color of #EDA280

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

/* Using HEX */
body {
  background-color: #eda280;
}
/* Using RGB */
body {
  background-color: rgb(237, 162, 128);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 162, 128, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 75%, 72%);
}
/* Text color */
p {
  color: #eda280;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda280;
}

HTML Examples of #EDA280

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

Related Colors of #EDA280

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