Color: #EDBB8C

#EDBB8C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 56.06, x: 0.4254, and y: 0.3987.

Color Code #EDBB8C

#EDBB8Crgb(237, 187, 140)
HEX
#EDBB8C
RGB
rgb(237, 187, 140)
HSL
hsl(29, 73%, 74%)
HSV
hsv(29, 41%, 93%)
CMYK
0%, 21%, 41%, 7%
XYZ
X: 59.82, Y: 56.06, Z: 24.73
Lab
L: 79.65, a: 14.17, b: 31.06
Name

Shades of Color #EDBB8C

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

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

#EDBB8Crgb(237, 187, 140)

About #EDBB8C Color Code

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

  • HEX: #EDBB8C
  • RGB: rgb(237, 187, 140)
  • HSL: hsl(29, 73%, 74%)
  • HSV: hsv(29, 41%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 59.82, 56.06, 24.73
  • Yxy: 56.06, 0.4254, 0.3987
  • Hunter Lab: 79.65, 14.17, 31.06
  • CIE-Lab: 79.65, 14.17, 31.06

In the XYZ color space, this color is represented as X: 59.82, Y: 56.06, Z: 24.73. The Yxy representation further refines this as Y: 56.06, x: 0.4254, and y: 0.3987.

In the Hunter Lab color space, this color is represented as L: 79.65, a: 14.17, and b: 31.06. Similarly, in the CIE-Lab color space, it is represented as L: 79.65, a: 14.17, and b: 31.06.

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

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

Analogous Colors of #EDBB8C

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

Monochromatic Colors of #EDBB8C

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

Complementary Color of #EDBB8C

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

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

HTML Examples of #EDBB8C

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

Related Colors of #EDBB8C

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