Color: #EBD7AF

#EBD7AF Color Information

#EBD7AF is a light color. The closest websafe version is #EBD7AF. A complement of this color would be #ADC2EB, perceived brightness is 0.85, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 40°,a saturation of 60%, and a lightness of 80%.The HSV representation shows a hue of 40°, a saturation of 26%, and a value of 92%.

In a RGB color space, #EBD7AF is composed of 92% red, 84% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 26% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 69.80, x: 0.3878, and y: 0.3950.

Color Code #EBD7AF

#EBD7AFrgb(235, 215, 175)
HEX
#EBD7AF
RGB
rgb(235, 215, 175)
HSL
hsl(40, 60%, 80%)
HSV
hsv(40, 26%, 92%)
CMYK
0%, 9%, 26%, 8%
XYZ
X: 68.53, Y: 69.80, Z: 38.37
Lab
L: 86.90, a: 2.68, b: 22.46
Name

Shades of Color #EBD7AF

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

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

#EBD7AFrgb(235, 215, 175)

About #EBD7AF Color Code

In the HSL color space, this color has a hue angle of 40°, a saturation of 60%, and a lightness of 80%. The HSV representation shows a hue of 40°, a saturation of 26%, and a value of 92%.

  • HEX: #EBD7AF
  • RGB: rgb(235, 215, 175)
  • HSL: hsl(40, 60%, 80%)
  • HSV: hsv(40, 26%, 92%)
  • CMYK: 0.00% cyan, 9.00% magenta, 26.00% yellow, 8.00% black
  • XYZ: 68.53, 69.80, 38.37
  • Yxy: 69.80, 0.3878, 0.3950
  • Hunter Lab: 86.90, 2.68, 22.46
  • CIE-Lab: 86.90, 2.68, 22.46

In the XYZ color space, this color is represented as X: 68.53, Y: 69.80, Z: 38.37. The Yxy representation further refines this as Y: 69.80, x: 0.3878, and y: 0.3950.

In the Hunter Lab color space, this color is represented as L: 86.90, a: 2.68, and b: 22.46. Similarly, in the CIE-Lab color space, it is represented as L: 86.90, a: 2.68, and b: 22.46.

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

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

Analogous Colors of #EBD7AF

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

Split Complementary Colors of #EBD7AF

Split complementary colors are two colors adjacent to the complementary color of #EBD7AF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EBD7AF

Tetradic colors form a rectangle on the color wheel, including #EBD7AF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EBD7AF

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

Complementary Color of #EBD7AF

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

/* Using HEX */
body {
  background-color: #ebd7af;
}
/* Using RGB */
body {
  background-color: rgb(235, 215, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 215, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 60%, 80%);
}
/* Text color */
p {
  color: #ebd7af;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebd7af;
}
/* Border color */
.box {
  border: 4px solid #ebd7af;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebd7af;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebd7af;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBD7AF
On Black Background
#EBD7AF
On White Background
#EBD7AF

HTML Examples of #EBD7AF

<!-- Using HEX -->
<div style="background-color: #ebd7af; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 215, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 215, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(40, 60%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ebd7af;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ebd7af; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ebd7af; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ebd7af;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ebd7af; color: #fff; padding: 16px; border-radius: 8px;">
  #EBD7AF
</div>
#EBD7AF
On Black Background
#EBD7AF
On White Background
#EBD7AF

Related Colors of #EBD7AF

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