Color: #EFEAE3

#EFEAE3 Color Information

#EFEAE3 is a light color. The closest websafe version is #EFEAE3. A complement of this color would be #E2E7EE, perceived brightness is 0.92, and the grayscale version is #E9E9E9.

In the HSL color space, this color has a hue angle of 35°,a saturation of 27%, and a lightness of 91%.The HSV representation shows a hue of 35°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EFEAE3 is composed of 94% red, 92% green and 89% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 5% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 82.85, x: 0.3535, and y: 0.3646.

Color Code #EFEAE3

HEX
#EFEAE3
RGB
rgb(239, 234, 227)
HSL
hsl(35, 27%, 91%)
HSV
hsv(35, 5%, 94%)
CMYK
0%, 2%, 5%, 6%
XYZ
X: 80.31, Y: 82.85, Z: 64.05
Lab
L: 92.95, a: 0.84, b: 4.04
Name

Shades of Color #EFEAE3

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

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

About #EFEAE3 Color Code

In the HSL color space, this color has a hue angle of 35°, a saturation of 27%, and a lightness of 91%. The HSV representation shows a hue of 35°, a saturation of 5%, and a value of 94%.

  • HEX: #EFEAE3
  • RGB: rgb(239, 234, 227)
  • HSL: hsl(35, 27%, 91%)
  • HSV: hsv(35, 5%, 94%)
  • CMYK: 0.00% cyan, 2.00% magenta, 5.00% yellow, 6.00% black
  • XYZ: 80.31, 82.85, 64.05
  • Yxy: 82.85, 0.3535, 0.3646
  • Hunter Lab: 92.95, 0.84, 4.04
  • CIE-Lab: 92.95, 0.84, 4.04

In the XYZ color space, this color is represented as X: 80.31, Y: 82.85, Z: 64.05. The Yxy representation further refines this as Y: 82.85, x: 0.3535, and y: 0.3646.

In the Hunter Lab color space, this color is represented as L: 92.95, a: 0.84, and b: 4.04. Similarly, in the CIE-Lab color space, it is represented as L: 92.95, a: 0.84, and b: 4.04.

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

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

Analogous Colors of #EFEAE3

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

Monochromatic Colors of #EFEAE3

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

Complementary Color of #EFEAE3

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

/* Using HEX */
body {
  background-color: #efeae3;
}
/* Using RGB */
body {
  background-color: rgb(239, 234, 227);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 234, 227, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(35, 27%, 91%);
}
/* Text color */
p {
  color: #efeae3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #efeae3;
}

HTML Examples of #EFEAE3

<!-- Using HEX -->
<div style="background-color: #efeae3; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(239, 234, 227); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(239, 234, 227, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(35, 27%, 91%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #efeae3;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #efeae3; width: 100px; height: 100px;"></div>

Related Colors of #EFEAE3

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