Color: #E09C2A

#E09C2A Color Information

#E09C2A is a light color. The closest websafe version is #E09C2A. A complement of this color would be #296CE0, perceived brightness is 0.64, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 38°,a saturation of 75%, and a lightness of 52%.The HSV representation shows a hue of 38°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E09C2A is composed of 88% red, 61% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 81% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 40.56, x: 0.4954, and y: 0.4403.

Color Code #E09C2A

HEX
#E09C2A
RGB
rgb(224, 156, 42)
HSL
hsl(38, 75%, 52%)
HSV
hsv(38, 81%, 88%)
CMYK
0%, 30%, 81%, 12%
XYZ
X: 45.64, Y: 40.56, Z: 5.92
Lab
L: 69.87, a: 19.55, b: 64.94
Name

Shades of Color #E09C2A

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

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

About #E09C2A Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 75%, and a lightness of 52%. The HSV representation shows a hue of 38°, a saturation of 81%, and a value of 88%.

  • HEX: #E09C2A
  • RGB: rgb(224, 156, 42)
  • HSL: hsl(38, 75%, 52%)
  • HSV: hsv(38, 81%, 88%)
  • CMYK: 0.00% cyan, 30.00% magenta, 81.00% yellow, 12.00% black
  • XYZ: 45.64, 40.56, 5.92
  • Yxy: 40.56, 0.4954, 0.4403
  • Hunter Lab: 69.87, 19.55, 64.94
  • CIE-Lab: 69.87, 19.55, 64.94

In the XYZ color space, this color is represented as X: 45.64, Y: 40.56, Z: 5.92. The Yxy representation further refines this as Y: 40.56, x: 0.4954, and y: 0.4403.

In the Hunter Lab color space, this color is represented as L: 69.87, a: 19.55, and b: 64.94. Similarly, in the CIE-Lab color space, it is represented as L: 69.87, a: 19.55, and b: 64.94.

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

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

Analogous Colors of #E09C2A

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

Monochromatic Colors of #E09C2A

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

Complementary Color of #E09C2A

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

/* Using HEX */
body {
  background-color: #e09c2a;
}
/* Using RGB */
body {
  background-color: rgb(224, 156, 42);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 156, 42, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 75%, 52%);
}
/* Text color */
p {
  color: #e09c2a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e09c2a;
}

HTML Examples of #E09C2A

<!-- Using HEX -->
<div style="background-color: #e09c2a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(224, 156, 42); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(224, 156, 42, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(38, 75%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e09c2a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e09c2a; width: 100px; height: 100px;"></div>

Related Colors of #E09C2A

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