Color: #EAC48C

#EAC48C Color Information

#EAC48C is a light color. The closest websafe version is #EAC48C. A complement of this color would be #8BB1EA, perceived brightness is 0.79, and the grayscale version is #BBBBBB.

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

In a RGB color space, #EAC48C is composed of 92% red, 77% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 40% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 59.47, x: 0.4182, and y: 0.4084.

Color Code #EAC48C

#EAC48Crgb(234, 196, 140)
HEX
#EAC48C
RGB
rgb(234, 196, 140)
HSL
hsl(36, 69%, 73%)
HSV
hsv(36, 40%, 92%)
CMYK
0%, 16%, 40%, 8%
XYZ
X: 60.89, Y: 59.47, Z: 25.24
Lab
L: 81.55, a: 8.49, b: 33.44
Name

Shades of Color #EAC48C

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

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

#EAC48Crgb(234, 196, 140)

About #EAC48C Color Code

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

  • HEX: #EAC48C
  • RGB: rgb(234, 196, 140)
  • HSL: hsl(36, 69%, 73%)
  • HSV: hsv(36, 40%, 92%)
  • CMYK: 0.00% cyan, 16.00% magenta, 40.00% yellow, 8.00% black
  • XYZ: 60.89, 59.47, 25.24
  • Yxy: 59.47, 0.4182, 0.4084
  • Hunter Lab: 81.55, 8.49, 33.44
  • CIE-Lab: 81.55, 8.49, 33.44

In the XYZ color space, this color is represented as X: 60.89, Y: 59.47, Z: 25.24. The Yxy representation further refines this as Y: 59.47, x: 0.4182, and y: 0.4084.

In the Hunter Lab color space, this color is represented as L: 81.55, a: 8.49, and b: 33.44. Similarly, in the CIE-Lab color space, it is represented as L: 81.55, a: 8.49, and b: 33.44.

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

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

Analogous Colors of #EAC48C

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

Monochromatic Colors of #EAC48C

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

Complementary Color of #EAC48C

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

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

HTML Examples of #EAC48C

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

Related Colors of #EAC48C

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