Color: #EDB98C

#EDB98C Color Information

#EDB98C is a light color. The closest websafe version is #EDB98C. A complement of this color would be #8CC0ED, perceived brightness is 0.77, and the grayscale version is #BCBCBC.

In the HSL color space, this color has a hue angle of 28°,a saturation of 73%, and a lightness of 74%.The HSV representation shows a hue of 28°, a saturation of 41%, and a value of 93%.

In a RGB color space, #EDB98C is composed of 93% red, 73% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 41% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 55.21, x: 0.4265, and y: 0.3967.

Color Code #EDB98C

#EDB98Crgb(237, 185, 140)
HEX
#EDB98C
RGB
rgb(237, 185, 140)
HSL
hsl(28, 73%, 74%)
HSV
hsv(28, 41%, 93%)
CMYK
0%, 22%, 41%, 7%
XYZ
X: 59.36, Y: 55.21, Z: 24.62
Lab
L: 79.16, a: 15.17, b: 30.43
Name

Shades of Color #EDB98C

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

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

#EDB98Crgb(237, 185, 140)

About #EDB98C Color Code

In the HSL color space, this color has a hue angle of 28°, a saturation of 73%, and a lightness of 74%. The HSV representation shows a hue of 28°, a saturation of 41%, and a value of 93%.

  • HEX: #EDB98C
  • RGB: rgb(237, 185, 140)
  • HSL: hsl(28, 73%, 74%)
  • HSV: hsv(28, 41%, 93%)
  • CMYK: 0.00% cyan, 22.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 59.36, 55.21, 24.62
  • Yxy: 55.21, 0.4265, 0.3967
  • Hunter Lab: 79.16, 15.17, 30.43
  • CIE-Lab: 79.16, 15.17, 30.43

In the XYZ color space, this color is represented as X: 59.36, Y: 55.21, Z: 24.62. The Yxy representation further refines this as Y: 55.21, x: 0.4265, and y: 0.3967.

In the Hunter Lab color space, this color is represented as L: 79.16, a: 15.17, and b: 30.43. Similarly, in the CIE-Lab color space, it is represented as L: 79.16, a: 15.17, and b: 30.43.

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

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

Analogous Colors of #EDB98C

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

Monochromatic Colors of #EDB98C

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

Complementary Color of #EDB98C

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

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

HTML Examples of #EDB98C

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

Related Colors of #EDB98C

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