Color: #EFB78F

#EFB78F Color Information

#EFB78F is a light color. The closest websafe version is #EFB78F. A complement of this color would be #8FC7EF, perceived brightness is 0.77, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 25°,a saturation of 75%, and a lightness of 75%.The HSV representation shows a hue of 25°, a saturation of 40%, and a value of 94%.

In a RGB color space, #EFB78F is composed of 94% red, 72% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 40% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 54.82, x: 0.4270, and y: 0.3915.

Color Code #EFB78F

#EFB78Frgb(239, 183, 143)
HEX
#EFB78F
RGB
rgb(239, 183, 143)
HSL
hsl(25, 75%, 75%)
HSV
hsv(25, 40%, 94%)
CMYK
0%, 23%, 40%, 6%
XYZ
X: 59.80, Y: 54.82, Z: 25.42
Lab
L: 78.94, a: 17.20, b: 28.61
Name

Shades of Color #EFB78F

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

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

#EFB78Frgb(239, 183, 143)

About #EFB78F Color Code

In the HSL color space, this color has a hue angle of 25°, a saturation of 75%, and a lightness of 75%. The HSV representation shows a hue of 25°, a saturation of 40%, and a value of 94%.

  • HEX: #EFB78F
  • RGB: rgb(239, 183, 143)
  • HSL: hsl(25, 75%, 75%)
  • HSV: hsv(25, 40%, 94%)
  • CMYK: 0.00% cyan, 23.00% magenta, 40.00% yellow, 6.00% black
  • XYZ: 59.80, 54.82, 25.42
  • Yxy: 54.82, 0.4270, 0.3915
  • Hunter Lab: 78.94, 17.20, 28.61
  • CIE-Lab: 78.94, 17.20, 28.61

In the XYZ color space, this color is represented as X: 59.80, Y: 54.82, Z: 25.42. The Yxy representation further refines this as Y: 54.82, x: 0.4270, and y: 0.3915.

In the Hunter Lab color space, this color is represented as L: 78.94, a: 17.20, and b: 28.61. Similarly, in the CIE-Lab color space, it is represented as L: 78.94, a: 17.20, and b: 28.61.

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

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

Analogous Colors of #EFB78F

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

Split Complementary Colors of #EFB78F

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

Tetradic Colors of #EFB78F

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

Monochromatic Colors of #EFB78F

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

Complementary Color of #EFB78F

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

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

HTML Examples of #EFB78F

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

Related Colors of #EFB78F

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