Color: #EFBA2C

#EFBA2C Color Information

#EFBA2C is a light color. The closest websafe version is #EFBA2C. A complement of this color would be #2A5EEF, perceived brightness is 0.73, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 44°,a saturation of 86%, and a lightness of 55%.The HSV representation shows a hue of 44°, a saturation of 82%, and a value of 94%.

In a RGB color space, #EFBA2C is composed of 94% red, 73% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 82% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 54.56, x: 0.4773, and y: 0.4576.

Color Code #EFBA2C

#EFBA2Crgb(239, 186, 44)
HEX
#EFBA2C
RGB
rgb(239, 186, 44)
HSL
hsl(44, 86%, 55%)
HSV
hsv(44, 82%, 94%)
CMYK
0%, 22%, 82%, 6%
XYZ
X: 56.91, Y: 54.56, Z: 7.77
Lab
L: 78.79, a: 10.85, b: 72.44
Name

Shades of Color #EFBA2C

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

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

#EFBA2Crgb(239, 186, 44)

About #EFBA2C Color Code

In the HSL color space, this color has a hue angle of 44°, a saturation of 86%, and a lightness of 55%. The HSV representation shows a hue of 44°, a saturation of 82%, and a value of 94%.

  • HEX: #EFBA2C
  • RGB: rgb(239, 186, 44)
  • HSL: hsl(44, 86%, 55%)
  • HSV: hsv(44, 82%, 94%)
  • CMYK: 0.00% cyan, 22.00% magenta, 82.00% yellow, 6.00% black
  • XYZ: 56.91, 54.56, 7.77
  • Yxy: 54.56, 0.4773, 0.4576
  • Hunter Lab: 78.79, 10.85, 72.44
  • CIE-Lab: 78.79, 10.85, 72.44

In the XYZ color space, this color is represented as X: 56.91, Y: 54.56, Z: 7.77. The Yxy representation further refines this as Y: 54.56, x: 0.4773, and y: 0.4576.

In the Hunter Lab color space, this color is represented as L: 78.79, a: 10.85, and b: 72.44. Similarly, in the CIE-Lab color space, it is represented as L: 78.79, a: 10.85, and b: 72.44.

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

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

Analogous Colors of #EFBA2C

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

Monochromatic Colors of #EFBA2C

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

Complementary Color of #EFBA2C

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

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

HTML Examples of #EFBA2C

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

Related Colors of #EFBA2C

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