Color: #EAAF6C

#EAAF6C Color Information

#EAAF6C is a light color. The closest websafe version is #EAAF6C. A complement of this color would be #6CA7EA, perceived brightness is 0.73, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 32°,a saturation of 75%, and a lightness of 67%.The HSV representation shows a hue of 32°, a saturation of 54%, and a value of 92%.

In a RGB color space, #EAAF6C is composed of 92% red, 69% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 54% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 49.95, x: 0.4525, and y: 0.4145.

Color Code #EAAF6C

#EAAF6Crgb(234, 175, 108)
HEX
#EAAF6C
RGB
rgb(234, 175, 108)
HSL
hsl(32, 75%, 67%)
HSV
hsv(32, 54%, 92%)
CMYK
0%, 25%, 54%, 8%
XYZ
X: 54.53, Y: 49.95, Z: 16.02
Lab
L: 76.04, a: 16.78, b: 42.88
Name

Shades of Color #EAAF6C

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

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

#EAAF6Crgb(234, 175, 108)

About #EAAF6C Color Code

In the HSL color space, this color has a hue angle of 32°, a saturation of 75%, and a lightness of 67%. The HSV representation shows a hue of 32°, a saturation of 54%, and a value of 92%.

  • HEX: #EAAF6C
  • RGB: rgb(234, 175, 108)
  • HSL: hsl(32, 75%, 67%)
  • HSV: hsv(32, 54%, 92%)
  • CMYK: 0.00% cyan, 25.00% magenta, 54.00% yellow, 8.00% black
  • XYZ: 54.53, 49.95, 16.02
  • Yxy: 49.95, 0.4525, 0.4145
  • Hunter Lab: 76.04, 16.78, 42.88
  • CIE-Lab: 76.04, 16.78, 42.88

In the XYZ color space, this color is represented as X: 54.53, Y: 49.95, Z: 16.02. The Yxy representation further refines this as Y: 49.95, x: 0.4525, and y: 0.4145.

In the Hunter Lab color space, this color is represented as L: 76.04, a: 16.78, and b: 42.88. Similarly, in the CIE-Lab color space, it is represented as L: 76.04, a: 16.78, and b: 42.88.

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

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

Analogous Colors of #EAAF6C

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

Monochromatic Colors of #EAAF6C

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

Complementary Color of #EAAF6C

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

/* Using HEX */
body {
  background-color: #eaaf6c;
}
/* Using RGB */
body {
  background-color: rgb(234, 175, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 175, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 75%, 67%);
}
/* Text color */
p {
  color: #eaaf6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eaaf6c;
}
/* Border color */
.box {
  border: 4px solid #eaaf6c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eaaf6c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eaaf6c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EAAF6C
On Black Background
#EAAF6C
On White Background
#EAAF6C

HTML Examples of #EAAF6C

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

Related Colors of #EAAF6C

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