Color: #EDD38F

#EDD38F Color Information

#EDD38F is a light color. The closest websafe version is #EDD38F. A complement of this color would be #91ABED, perceived brightness is 0.83, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 43°,a saturation of 72%, and a lightness of 75%.The HSV representation shows a hue of 43°, a saturation of 40%, and a value of 93%.

In a RGB color space, #EDD38F is composed of 93% red, 83% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 40% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 67.21, x: 0.4114, and y: 0.4194.

Color Code #EDD38F

#EDD38Frgb(237, 211, 143)
HEX
#EDD38F
RGB
rgb(237, 211, 143)
HSL
hsl(43, 72%, 75%)
HSV
hsv(43, 40%, 93%)
CMYK
0%, 11%, 40%, 7%
XYZ
X: 65.94, Y: 67.21, Z: 27.12
Lab
L: 85.61, a: 2.56, b: 37.16
Name

Shades of Color #EDD38F

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

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

#EDD38Frgb(237, 211, 143)

About #EDD38F Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 72%, and a lightness of 75%. The HSV representation shows a hue of 43°, a saturation of 40%, and a value of 93%.

  • HEX: #EDD38F
  • RGB: rgb(237, 211, 143)
  • HSL: hsl(43, 72%, 75%)
  • HSV: hsv(43, 40%, 93%)
  • CMYK: 0.00% cyan, 11.00% magenta, 40.00% yellow, 7.00% black
  • XYZ: 65.94, 67.21, 27.12
  • Yxy: 67.21, 0.4114, 0.4194
  • Hunter Lab: 85.61, 2.56, 37.16
  • CIE-Lab: 85.61, 2.56, 37.16

In the XYZ color space, this color is represented as X: 65.94, Y: 67.21, Z: 27.12. The Yxy representation further refines this as Y: 67.21, x: 0.4114, and y: 0.4194.

In the Hunter Lab color space, this color is represented as L: 85.61, a: 2.56, and b: 37.16. Similarly, in the CIE-Lab color space, it is represented as L: 85.61, a: 2.56, and b: 37.16.

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

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

Analogous Colors of #EDD38F

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

Split Complementary Colors of #EDD38F

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

Tetradic Colors of #EDD38F

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

Monochromatic Colors of #EDD38F

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

Complementary Color of #EDD38F

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

/* Using HEX */
body {
  background-color: #edd38f;
}
/* Using RGB */
body {
  background-color: rgb(237, 211, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 211, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 72%, 75%);
}
/* Text color */
p {
  color: #edd38f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edd38f;
}
/* Border color */
.box {
  border: 4px solid #edd38f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edd38f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edd38f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDD38F
On Black Background
#EDD38F
On White Background
#EDD38F

HTML Examples of #EDD38F

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

Related Colors of #EDD38F

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