Color: #EDC19C

#EDC19C Color Information

#EDC19C is a light color. The closest websafe version is #EDC19C. A complement of this color would be #9CC8ED, perceived brightness is 0.79, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 27°,a saturation of 69%, and a lightness of 77%.The HSV representation shows a hue of 27°, a saturation of 34%, and a value of 93%.

In a RGB color space, #EDC19C is composed of 93% red, 76% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 34% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 59.09, x: 0.4109, and y: 0.3903.

Color Code #EDC19C

#EDC19Crgb(237, 193, 156)
HEX
#EDC19C
RGB
rgb(237, 193, 156)
HSL
hsl(27, 69%, 77%)
HSV
hsv(27, 34%, 93%)
CMYK
0%, 19%, 34%, 7%
XYZ
X: 62.22, Y: 59.09, Z: 30.10
Lab
L: 81.34, a: 12.50, b: 24.93
Name

Shades of Color #EDC19C

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

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

#EDC19Crgb(237, 193, 156)

About #EDC19C Color Code

In the HSL color space, this color has a hue angle of 27°, a saturation of 69%, and a lightness of 77%. The HSV representation shows a hue of 27°, a saturation of 34%, and a value of 93%.

  • HEX: #EDC19C
  • RGB: rgb(237, 193, 156)
  • HSL: hsl(27, 69%, 77%)
  • HSV: hsv(27, 34%, 93%)
  • CMYK: 0.00% cyan, 19.00% magenta, 34.00% yellow, 7.00% black
  • XYZ: 62.22, 59.09, 30.10
  • Yxy: 59.09, 0.4109, 0.3903
  • Hunter Lab: 81.34, 12.50, 24.93
  • CIE-Lab: 81.34, 12.50, 24.93

In the XYZ color space, this color is represented as X: 62.22, Y: 59.09, Z: 30.10. The Yxy representation further refines this as Y: 59.09, x: 0.4109, and y: 0.3903.

In the Hunter Lab color space, this color is represented as L: 81.34, a: 12.50, and b: 24.93. Similarly, in the CIE-Lab color space, it is represented as L: 81.34, a: 12.50, and b: 24.93.

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

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

Analogous Colors of #EDC19C

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

Monochromatic Colors of #EDC19C

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

Complementary Color of #EDC19C

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

/* Using HEX */
body {
  background-color: #edc19c;
}
/* Using RGB */
body {
  background-color: rgb(237, 193, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 193, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 69%, 77%);
}
/* Text color */
p {
  color: #edc19c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edc19c;
}
/* Border color */
.box {
  border: 4px solid #edc19c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edc19c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edc19c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDC19C
On Black Background
#EDC19C
On White Background
#EDC19C

HTML Examples of #EDC19C

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

Related Colors of #EDC19C

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