Color: #EFBE64

#EFBE64 Color Information

#EFBE64 is a light color. The closest websafe version is #EFBE64. A complement of this color would be #6293EF, perceived brightness is 0.76, and the grayscale version is #AAAAAA.

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

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

In the Yxy color space, this color is represented as Y: 56.89, x: 0.4509, and y: 0.4327.

Color Code #EFBE64

HEX
#EFBE64
RGB
rgb(239, 190, 100)
HSL
hsl(39, 81%, 66%)
HSV
hsv(39, 58%, 94%)
CMYK
0%, 21%, 58%, 6%
XYZ
X: 59.29, Y: 56.89, Z: 15.30
Lab
L: 80.12, a: 10.88, b: 51.67
Name

Shades of Color #EFBE64

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

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

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

  • HEX: #EFBE64
  • RGB: rgb(239, 190, 100)
  • HSL: hsl(39, 81%, 66%)
  • HSV: hsv(39, 58%, 94%)
  • CMYK: 0.00% cyan, 21.00% magenta, 58.00% yellow, 6.00% black
  • XYZ: 59.29, 56.89, 15.30
  • Yxy: 56.89, 0.4509, 0.4327
  • Hunter Lab: 80.12, 10.88, 51.67
  • CIE-Lab: 80.12, 10.88, 51.67

In the XYZ color space, this color is represented as X: 59.29, Y: 56.89, Z: 15.30. The Yxy representation further refines this as Y: 56.89, x: 0.4509, and y: 0.4327.

In the Hunter Lab color space, this color is represented as L: 80.12, a: 10.88, and b: 51.67. Similarly, in the CIE-Lab color space, it is represented as L: 80.12, a: 10.88, and b: 51.67.

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

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

Analogous Colors of #EFBE64

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

Monochromatic Colors of #EFBE64

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

Complementary Color of #EFBE64

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

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

HTML Examples of #EFBE64

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

Related Colors of #EFBE64

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