Color: #EAE4BE

#EAE4BE Color Information

#EAE4BE is a light color. The closest websafe version is #EAE4BE. A complement of this color would be #BEC3EA, perceived brightness is 0.88, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 52°,a saturation of 51%, and a lightness of 83%.The HSV representation shows a hue of 52°, a saturation of 19%, and a value of 92%.

In a RGB color space, #EAE4BE is composed of 92% red, 89% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 19% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 77.05, x: 0.3738, and y: 0.3939.

Color Code #EAE4BE

#EAE4BErgb(234, 228, 190)
HEX
#EAE4BE
RGB
rgb(234, 228, 190)
HSL
hsl(52, 51%, 83%)
HSV
hsv(52, 19%, 92%)
CMYK
0%, 3%, 19%, 8%
XYZ
X: 73.12, Y: 77.05, Z: 45.45
Lab
L: 90.34, a: -2.41, b: 19.40
Name

Shades of Color #EAE4BE

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

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

#EAE4BErgb(234, 228, 190)

About #EAE4BE Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 51%, and a lightness of 83%. The HSV representation shows a hue of 52°, a saturation of 19%, and a value of 92%.

  • HEX: #EAE4BE
  • RGB: rgb(234, 228, 190)
  • HSL: hsl(52, 51%, 83%)
  • HSV: hsv(52, 19%, 92%)
  • CMYK: 0.00% cyan, 3.00% magenta, 19.00% yellow, 8.00% black
  • XYZ: 73.12, 77.05, 45.45
  • Yxy: 77.05, 0.3738, 0.3939
  • Hunter Lab: 90.34, -2.41, 19.40
  • CIE-Lab: 90.34, -2.41, 19.40

In the XYZ color space, this color is represented as X: 73.12, Y: 77.05, Z: 45.45. The Yxy representation further refines this as Y: 77.05, x: 0.3738, and y: 0.3939.

In the Hunter Lab color space, this color is represented as L: 90.34, a: -2.41, and b: 19.40. Similarly, in the CIE-Lab color space, it is represented as L: 90.34, a: -2.41, and b: 19.40.

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

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

Analogous Colors of #EAE4BE

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

Monochromatic Colors of #EAE4BE

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

Complementary Color of #EAE4BE

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

/* Using HEX */
body {
  background-color: #eae4be;
}
/* Using RGB */
body {
  background-color: rgb(234, 228, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 228, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 51%, 83%);
}
/* Text color */
p {
  color: #eae4be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eae4be;
}
/* Border color */
.box {
  border: 4px solid #eae4be;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eae4be;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eae4be;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EAE4BE
On Black Background
#EAE4BE
On White Background
#EAE4BE

HTML Examples of #EAE4BE

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

Related Colors of #EAE4BE

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