Color: #EFEBAB

#EFEBAB Color Information

#EFEBAB is a light color. The closest websafe version is #EFEBAB. A complement of this color would be #A9AEEF, perceived brightness is 0.90, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 56°,a saturation of 68%, and a lightness of 80%.The HSV representation shows a hue of 56°, a saturation of 28%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 81.23, x: 0.3869, and y: 0.4165.

Color Code #EFEBAB

#EFEBABrgb(239, 235, 171)
HEX
#EFEBAB
RGB
rgb(239, 235, 171)
HSL
hsl(56, 68%, 80%)
HSV
hsv(56, 28%, 94%)
CMYK
0%, 2%, 28%, 6%
XYZ
X: 75.46, Y: 81.23, Z: 38.35
Lab
L: 92.23, a: -5.76, b: 31.69
Name

Shades of Color #EFEBAB

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

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

#EFEBABrgb(239, 235, 171)

About #EFEBAB Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 68%, and a lightness of 80%. The HSV representation shows a hue of 56°, a saturation of 28%, and a value of 94%.

  • HEX: #EFEBAB
  • RGB: rgb(239, 235, 171)
  • HSL: hsl(56, 68%, 80%)
  • HSV: hsv(56, 28%, 94%)
  • CMYK: 0.00% cyan, 2.00% magenta, 28.00% yellow, 6.00% black
  • XYZ: 75.46, 81.23, 38.35
  • Yxy: 81.23, 0.3869, 0.4165
  • Hunter Lab: 92.23, -5.76, 31.69
  • CIE-Lab: 92.23, -5.76, 31.69

In the XYZ color space, this color is represented as X: 75.46, Y: 81.23, Z: 38.35. The Yxy representation further refines this as Y: 81.23, x: 0.3869, and y: 0.4165.

In the Hunter Lab color space, this color is represented as L: 92.23, a: -5.76, and b: 31.69. Similarly, in the CIE-Lab color space, it is represented as L: 92.23, a: -5.76, and b: 31.69.

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

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

Analogous Colors of #EFEBAB

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

Split Complementary Colors of #EFEBAB

Split complementary colors are two colors adjacent to the complementary color of #EFEBAB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EFEBAB

Tetradic colors form a rectangle on the color wheel, including #EFEBAB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EFEBAB

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

Complementary Color of #EFEBAB

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

/* Using HEX */
body {
  background-color: #efebab;
}
/* Using RGB */
body {
  background-color: rgb(239, 235, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 235, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 68%, 80%);
}
/* Text color */
p {
  color: #efebab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #efebab;
}
/* Border color */
.box {
  border: 4px solid #efebab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #efebab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #efebab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EFEBAB
On Black Background
#EFEBAB
On White Background
#EFEBAB

HTML Examples of #EFEBAB

<!-- Using HEX -->
<div style="background-color: #efebab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(239, 235, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(239, 235, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(56, 68%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #efebab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #efebab; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #efebab; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #efebab;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #efebab; color: #fff; padding: 16px; border-radius: 8px;">
  #EFEBAB
</div>
#EFEBAB
On Black Background
#EFEBAB
On White Background
#EFEBAB

Related Colors of #EFEBAB

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