Color: #EFD12C

#EFD12C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 65.07, x: 0.4572, and y: 0.4756.

Color Code #EFD12C

#EFD12Crgb(239, 209, 44)
HEX
#EFD12C
RGB
rgb(239, 209, 44)
HSL
hsl(51, 86%, 55%)
HSV
hsv(51, 82%, 94%)
CMYK
0%, 13%, 82%, 6%
XYZ
X: 62.55, Y: 65.07, Z: 9.19
Lab
L: 84.52, a: -0.43, b: 77.07
Name

Shades of Color #EFD12C

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

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

#EFD12Crgb(239, 209, 44)

About #EFD12C Color Code

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

  • HEX: #EFD12C
  • RGB: rgb(239, 209, 44)
  • HSL: hsl(51, 86%, 55%)
  • HSV: hsv(51, 82%, 94%)
  • CMYK: 0.00% cyan, 13.00% magenta, 82.00% yellow, 6.00% black
  • XYZ: 62.55, 65.07, 9.19
  • Yxy: 65.07, 0.4572, 0.4756
  • Hunter Lab: 84.52, -0.43, 77.07
  • CIE-Lab: 84.52, -0.43, 77.07

In the XYZ color space, this color is represented as X: 62.55, Y: 65.07, Z: 9.19. The Yxy representation further refines this as Y: 65.07, x: 0.4572, and y: 0.4756.

In the Hunter Lab color space, this color is represented as L: 84.52, a: -0.43, and b: 77.07. Similarly, in the CIE-Lab color space, it is represented as L: 84.52, a: -0.43, and b: 77.07.

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

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

Analogous Colors of #EFD12C

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

Split Complementary Colors of #EFD12C

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

Tetradic Colors of #EFD12C

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

Monochromatic Colors of #EFD12C

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

Complementary Color of #EFD12C

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

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

HTML Examples of #EFD12C

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

Related Colors of #EFD12C

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