Color: #EAB6AC

#EAB6AC Color Information

#EAB6AC is a light color. The closest websafe version is #EAB6AC. A complement of this color would be #ADE0EB, perceived brightness is 0.77, and the grayscale version is #CBCBCB.

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

In a RGB color space, #EAB6AC is composed of 92% red, 71% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 26% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 54.34, x: 0.4005, and y: 0.3640.

Color Code #EAB6AC

#EAB6ACrgb(234, 182, 172)
HEX
#EAB6AC
RGB
rgb(234, 182, 172)
HSL
hsl(10, 60%, 80%)
HSV
hsv(10, 26%, 92%)
CMYK
0%, 22%, 26%, 8%
XYZ
X: 59.79, Y: 54.34, Z: 35.15
Lab
L: 78.66, a: 18.36, b: 12.72
Name

Shades of Color #EAB6AC

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

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

#EAB6ACrgb(234, 182, 172)

About #EAB6AC Color Code

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

  • HEX: #EAB6AC
  • RGB: rgb(234, 182, 172)
  • HSL: hsl(10, 60%, 80%)
  • HSV: hsv(10, 26%, 92%)
  • CMYK: 0.00% cyan, 22.00% magenta, 26.00% yellow, 8.00% black
  • XYZ: 59.79, 54.34, 35.15
  • Yxy: 54.34, 0.4005, 0.3640
  • Hunter Lab: 78.66, 18.36, 12.72
  • CIE-Lab: 78.66, 18.36, 12.72

In the XYZ color space, this color is represented as X: 59.79, Y: 54.34, Z: 35.15. The Yxy representation further refines this as Y: 54.34, x: 0.4005, and y: 0.3640.

In the Hunter Lab color space, this color is represented as L: 78.66, a: 18.36, and b: 12.72. Similarly, in the CIE-Lab color space, it is represented as L: 78.66, a: 18.36, and b: 12.72.

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

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

Analogous Colors of #EAB6AC

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

Split Complementary Colors of #EAB6AC

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

Tetradic Colors of #EAB6AC

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

Monochromatic Colors of #EAB6AC

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

Complementary Color of #EAB6AC

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

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

HTML Examples of #EAB6AC

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

Related Colors of #EAB6AC

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