Color: #EBD47F

#EBD47F Color Information

#EBD47F is a light color. The closest websafe version is #EBD47F. A complement of this color would be #7F96EB, perceived brightness is 0.82, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 47°,a saturation of 73%, and a lightness of 71%.The HSV representation shows a hue of 47°, a saturation of 46%, and a value of 92%.

In a RGB color space, #EBD47F is composed of 92% red, 83% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 46% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 66.97, x: 0.4188, and y: 0.4340.

Color Code #EBD47F

#EBD47Frgb(235, 212, 127)
HEX
#EBD47F
RGB
rgb(235, 212, 127)
HSL
hsl(47, 73%, 71%)
HSV
hsv(47, 46%, 92%)
CMYK
0%, 10%, 46%, 8%
XYZ
X: 64.62, Y: 66.97, Z: 22.71
Lab
L: 85.49, a: 0.10, b: 44.89
Name

Shades of Color #EBD47F

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

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

#EBD47Frgb(235, 212, 127)

About #EBD47F Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 73%, and a lightness of 71%. The HSV representation shows a hue of 47°, a saturation of 46%, and a value of 92%.

  • HEX: #EBD47F
  • RGB: rgb(235, 212, 127)
  • HSL: hsl(47, 73%, 71%)
  • HSV: hsv(47, 46%, 92%)
  • CMYK: 0.00% cyan, 10.00% magenta, 46.00% yellow, 8.00% black
  • XYZ: 64.62, 66.97, 22.71
  • Yxy: 66.97, 0.4188, 0.4340
  • Hunter Lab: 85.49, 0.10, 44.89
  • CIE-Lab: 85.49, 0.10, 44.89

In the XYZ color space, this color is represented as X: 64.62, Y: 66.97, Z: 22.71. The Yxy representation further refines this as Y: 66.97, x: 0.4188, and y: 0.4340.

In the Hunter Lab color space, this color is represented as L: 85.49, a: 0.10, and b: 44.89. Similarly, in the CIE-Lab color space, it is represented as L: 85.49, a: 0.10, and b: 44.89.

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

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

Analogous Colors of #EBD47F

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

Split Complementary Colors of #EBD47F

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

Tetradic Colors of #EBD47F

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

Monochromatic Colors of #EBD47F

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

Complementary Color of #EBD47F

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

/* Using HEX */
body {
  background-color: #ebd47f;
}
/* Using RGB */
body {
  background-color: rgb(235, 212, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 212, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 73%, 71%);
}
/* Text color */
p {
  color: #ebd47f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebd47f;
}
/* Border color */
.box {
  border: 4px solid #ebd47f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebd47f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebd47f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBD47F
On Black Background
#EBD47F
On White Background
#EBD47F

HTML Examples of #EBD47F

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

Related Colors of #EBD47F

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