Color: #EFDEBE

#EFDEBE Color Information

#EFDEBE is a light color. The closest websafe version is #EFDEBE. A complement of this color would be #BECFEF, perceived brightness is 0.88, and the grayscale version is #D7D7D7.

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

In a RGB color space, #EFDEBE is composed of 94% red, 87% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 21% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 74.69, x: 0.3792, and y: 0.3872.

Color Code #EFDEBE

HEX
#EFDEBE
RGB
rgb(239, 222, 190)
HSL
hsl(39, 60%, 84%)
HSV
hsv(39, 21%, 94%)
CMYK
0%, 7%, 21%, 6%
XYZ
X: 73.14, Y: 74.69, Z: 45.07
Lab
L: 89.25, a: 2.33, b: 17.98
Name

Shades of Color #EFDEBE

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

Tints are created by lightening the original color #EFDEBE 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 #EFDEBE Color Code

In the HSL color space, this color has a hue angle of 39°, a saturation of 60%, and a lightness of 84%. The HSV representation shows a hue of 39°, a saturation of 21%, and a value of 94%.

  • HEX: #EFDEBE
  • RGB: rgb(239, 222, 190)
  • HSL: hsl(39, 60%, 84%)
  • HSV: hsv(39, 21%, 94%)
  • CMYK: 0.00% cyan, 7.00% magenta, 21.00% yellow, 6.00% black
  • XYZ: 73.14, 74.69, 45.07
  • Yxy: 74.69, 0.3792, 0.3872
  • Hunter Lab: 89.25, 2.33, 17.98
  • CIE-Lab: 89.25, 2.33, 17.98

In the XYZ color space, this color is represented as X: 73.14, Y: 74.69, Z: 45.07. The Yxy representation further refines this as Y: 74.69, x: 0.3792, and y: 0.3872.

In the Hunter Lab color space, this color is represented as L: 89.25, a: 2.33, and b: 17.98. Similarly, in the CIE-Lab color space, it is represented as L: 89.25, a: 2.33, and b: 17.98.

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

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

Analogous Colors of #EFDEBE

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

Monochromatic Colors of #EFDEBE

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

Complementary Color of #EFDEBE

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

/* Using HEX */
body {
  background-color: #efdebe;
}
/* Using RGB */
body {
  background-color: rgb(239, 222, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 222, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(39, 60%, 84%);
}
/* Text color */
p {
  color: #efdebe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #efdebe;
}

HTML Examples of #EFDEBE

<!-- Using HEX -->
<div style="background-color: #efdebe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(239, 222, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(239, 222, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(39, 60%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #efdebe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #efdebe; width: 100px; height: 100px;"></div>

Related Colors of #EFDEBE

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