Color: #EFD572

#EFD572 Color Information

#EFD572 is a light color. The closest websafe version is #EFD572. A complement of this color would be #718AEF, perceived brightness is 0.82, and the grayscale version is #B0B0B0.

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

In a RGB color space, #EFD572 is composed of 94% red, 84% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 52% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 67.93, x: 0.4284, and y: 0.4432.

Color Code #EFD572

#EFD572rgb(239, 213, 114)
HEX
#EFD572
RGB
rgb(239, 213, 114)
HSL
hsl(48, 80%, 69%)
HSV
hsv(48, 52%, 94%)
CMYK
0%, 11%, 52%, 6%
XYZ
X: 65.67, Y: 67.93, Z: 19.68
Lab
L: 85.97, a: 0.39, b: 51.78
Name

Shades of Color #EFD572

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

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

#EFD572rgb(239, 213, 114)

About #EFD572 Color Code

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

  • HEX: #EFD572
  • RGB: rgb(239, 213, 114)
  • HSL: hsl(48, 80%, 69%)
  • HSV: hsv(48, 52%, 94%)
  • CMYK: 0.00% cyan, 11.00% magenta, 52.00% yellow, 6.00% black
  • XYZ: 65.67, 67.93, 19.68
  • Yxy: 67.93, 0.4284, 0.4432
  • Hunter Lab: 85.97, 0.39, 51.78
  • CIE-Lab: 85.97, 0.39, 51.78

In the XYZ color space, this color is represented as X: 65.67, Y: 67.93, Z: 19.68. The Yxy representation further refines this as Y: 67.93, x: 0.4284, and y: 0.4432.

In the Hunter Lab color space, this color is represented as L: 85.97, a: 0.39, and b: 51.78. Similarly, in the CIE-Lab color space, it is represented as L: 85.97, a: 0.39, and b: 51.78.

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

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

Analogous Colors of #EFD572

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

Split Complementary Colors of #EFD572

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

Tetradic Colors of #EFD572

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

Monochromatic Colors of #EFD572

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

Complementary Color of #EFD572

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

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

HTML Examples of #EFD572

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

Related Colors of #EFD572

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