Color: #E5E09A

#E5E09A Color Information

#E5E09A is a light color. The closest websafe version is #E5E09A. A complement of this color would be #9A9FE5, perceived brightness is 0.85, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 56°,a saturation of 59%, and a lightness of 75%.The HSV representation shows a hue of 56°, a saturation of 33%, and a value of 90%.

In a RGB color space, #E5E09A is composed of 90% red, 88% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 33% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 72.83, x: 0.3930, and y: 0.4241.

Color Code #E5E09A

#E5E09Argb(229, 224, 154)
HEX
#E5E09A
RGB
rgb(229, 224, 154)
HSL
hsl(56, 59%, 75%)
HSV
hsv(56, 33%, 90%)
CMYK
0%, 2%, 33%, 10%
XYZ
X: 67.49, Y: 72.83, Z: 31.41
Lab
L: 88.37, a: -5.90, b: 35.00
Name

Shades of Color #E5E09A

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

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

#E5E09Argb(229, 224, 154)

About #E5E09A Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 59%, and a lightness of 75%. The HSV representation shows a hue of 56°, a saturation of 33%, and a value of 90%.

  • HEX: #E5E09A
  • RGB: rgb(229, 224, 154)
  • HSL: hsl(56, 59%, 75%)
  • HSV: hsv(56, 33%, 90%)
  • CMYK: 0.00% cyan, 2.00% magenta, 33.00% yellow, 10.00% black
  • XYZ: 67.49, 72.83, 31.41
  • Yxy: 72.83, 0.3930, 0.4241
  • Hunter Lab: 88.37, -5.90, 35.00
  • CIE-Lab: 88.37, -5.90, 35.00

In the XYZ color space, this color is represented as X: 67.49, Y: 72.83, Z: 31.41. The Yxy representation further refines this as Y: 72.83, x: 0.3930, and y: 0.4241.

In the Hunter Lab color space, this color is represented as L: 88.37, a: -5.90, and b: 35.00. Similarly, in the CIE-Lab color space, it is represented as L: 88.37, a: -5.90, and b: 35.00.

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

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

Analogous Colors of #E5E09A

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

Split Complementary Colors of #E5E09A

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

Tetradic Colors of #E5E09A

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

Monochromatic Colors of #E5E09A

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

Complementary Color of #E5E09A

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

/* Using HEX */
body {
  background-color: #e5e09a;
}
/* Using RGB */
body {
  background-color: rgb(229, 224, 154);
}
/* Using RGB with opacity */
body {
  background-color: rgba(229, 224, 154, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 59%, 75%);
}
/* Text color */
p {
  color: #e5e09a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e5e09a;
}
/* Border color */
.box {
  border: 4px solid #e5e09a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e5e09a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e5e09a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E5E09A
On Black Background
#E5E09A
On White Background
#E5E09A

HTML Examples of #E5E09A

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

Related Colors of #E5E09A

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