Color: #EADB9C

#EADB9C Color Information

#EADB9C is a light color. The closest websafe version is #EADB9C. A complement of this color would be #9AAAEA, perceived brightness is 0.85, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 48°,a saturation of 65%, and a lightness of 76%.The HSV representation shows a hue of 48°, a saturation of 33%, and a value of 92%.

In a RGB color space, #EADB9C is composed of 92% red, 86% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 33% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 71.10, x: 0.3976, and y: 0.4163.

Color Code #EADB9C

#EADB9Crgb(234, 219, 156)
HEX
#EADB9C
RGB
rgb(234, 219, 156)
HSL
hsl(48, 65%, 76%)
HSV
hsv(48, 33%, 92%)
CMYK
0%, 6%, 33%, 8%
XYZ
X: 67.91, Y: 71.10, Z: 31.77
Lab
L: 87.54, a: -1.41, b: 33.02
Name

Shades of Color #EADB9C

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

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

#EADB9Crgb(234, 219, 156)

About #EADB9C Color Code

In the HSL color space, this color has a hue angle of 48°, a saturation of 65%, and a lightness of 76%. The HSV representation shows a hue of 48°, a saturation of 33%, and a value of 92%.

  • HEX: #EADB9C
  • RGB: rgb(234, 219, 156)
  • HSL: hsl(48, 65%, 76%)
  • HSV: hsv(48, 33%, 92%)
  • CMYK: 0.00% cyan, 6.00% magenta, 33.00% yellow, 8.00% black
  • XYZ: 67.91, 71.10, 31.77
  • Yxy: 71.10, 0.3976, 0.4163
  • Hunter Lab: 87.54, -1.41, 33.02
  • CIE-Lab: 87.54, -1.41, 33.02

In the XYZ color space, this color is represented as X: 67.91, Y: 71.10, Z: 31.77. The Yxy representation further refines this as Y: 71.10, x: 0.3976, and y: 0.4163.

In the Hunter Lab color space, this color is represented as L: 87.54, a: -1.41, and b: 33.02. Similarly, in the CIE-Lab color space, it is represented as L: 87.54, a: -1.41, and b: 33.02.

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

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

Analogous Colors of #EADB9C

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

Monochromatic Colors of #EADB9C

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

Complementary Color of #EADB9C

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

/* Using HEX */
body {
  background-color: #eadb9c;
}
/* Using RGB */
body {
  background-color: rgb(234, 219, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 219, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 65%, 76%);
}
/* Text color */
p {
  color: #eadb9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eadb9c;
}
/* Border color */
.box {
  border: 4px solid #eadb9c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eadb9c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eadb9c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EADB9C
On Black Background
#EADB9C
On White Background
#EADB9C

HTML Examples of #EADB9C

<!-- Using HEX -->
<div style="background-color: #eadb9c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 219, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 219, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(48, 65%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eadb9c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eadb9c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eadb9c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eadb9c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eadb9c; color: #fff; padding: 16px; border-radius: 8px;">
  #EADB9C
</div>
#EADB9C
On Black Background
#EADB9C
On White Background
#EADB9C

Related Colors of #EADB9C

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