Color: #E2CA8C

#E2CA8C Color Information

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

In the HSL color space, this color has a hue angle of 43°,a saturation of 60%, and a lightness of 72%.The HSV representation shows a hue of 43°, a saturation of 38%, and a value of 89%.

In a RGB color space, #E2CA8C is composed of 89% red, 79% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 38% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 60.85, x: 0.4085, and y: 0.4167.

Color Code #E2CA8C

#E2CA8Crgb(226, 202, 140)
HEX
#E2CA8C
RGB
rgb(226, 202, 140)
HSL
hsl(43, 60%, 72%)
HSV
hsv(43, 38%, 89%)
CMYK
0%, 11%, 38%, 11%
XYZ
X: 59.66, Y: 60.85, Z: 25.52
Lab
L: 82.30, a: 2.36, b: 34.22
Name

Shades of Color #E2CA8C

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

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

#E2CA8Crgb(226, 202, 140)

About #E2CA8C Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 60%, and a lightness of 72%. The HSV representation shows a hue of 43°, a saturation of 38%, and a value of 89%.

  • HEX: #E2CA8C
  • RGB: rgb(226, 202, 140)
  • HSL: hsl(43, 60%, 72%)
  • HSV: hsv(43, 38%, 89%)
  • CMYK: 0.00% cyan, 11.00% magenta, 38.00% yellow, 11.00% black
  • XYZ: 59.66, 60.85, 25.52
  • Yxy: 60.85, 0.4085, 0.4167
  • Hunter Lab: 82.30, 2.36, 34.22
  • CIE-Lab: 82.30, 2.36, 34.22

In the XYZ color space, this color is represented as X: 59.66, Y: 60.85, Z: 25.52. The Yxy representation further refines this as Y: 60.85, x: 0.4085, and y: 0.4167.

In the Hunter Lab color space, this color is represented as L: 82.30, a: 2.36, and b: 34.22. Similarly, in the CIE-Lab color space, it is represented as L: 82.30, a: 2.36, and b: 34.22.

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

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

Analogous Colors of #E2CA8C

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

Monochromatic Colors of #E2CA8C

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

Complementary Color of #E2CA8C

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

/* Using HEX */
body {
  background-color: #e2ca8c;
}
/* Using RGB */
body {
  background-color: rgb(226, 202, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(226, 202, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 60%, 72%);
}
/* Text color */
p {
  color: #e2ca8c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e2ca8c;
}
/* Border color */
.box {
  border: 4px solid #e2ca8c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e2ca8c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e2ca8c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E2CA8C
On Black Background
#E2CA8C
On White Background
#E2CA8C

HTML Examples of #E2CA8C

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

Related Colors of #E2CA8C

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