Color: #ECB83F

#ECB83F Color Information

#ECB83F is a light color. The closest websafe version is #ECB83F. A complement of this color would be #4174EC, perceived brightness is 0.73, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 42°,a saturation of 82%, and a lightness of 59%.The HSV representation shows a hue of 42°, a saturation of 73%, and a value of 93%.

In a RGB color space, #ECB83F is composed of 93% red, 72% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 73% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 53.33, x: 0.4707, and y: 0.4502.

Color Code #ECB83F

#ECB83Frgb(236, 184, 63)
HEX
#ECB83F
RGB
rgb(236, 184, 63)
HSL
hsl(42, 82%, 59%)
HSV
hsv(42, 73%, 93%)
CMYK
0%, 22%, 73%, 7%
XYZ
X: 55.75, Y: 53.33, Z: 9.37
Lab
L: 78.07, a: 11.07, b: 65.33
Name

Shades of Color #ECB83F

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

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

#ECB83Frgb(236, 184, 63)

About #ECB83F Color Code

In the HSL color space, this color has a hue angle of 42°, a saturation of 82%, and a lightness of 59%. The HSV representation shows a hue of 42°, a saturation of 73%, and a value of 93%.

  • HEX: #ECB83F
  • RGB: rgb(236, 184, 63)
  • HSL: hsl(42, 82%, 59%)
  • HSV: hsv(42, 73%, 93%)
  • CMYK: 0.00% cyan, 22.00% magenta, 73.00% yellow, 7.00% black
  • XYZ: 55.75, 53.33, 9.37
  • Yxy: 53.33, 0.4707, 0.4502
  • Hunter Lab: 78.07, 11.07, 65.33
  • CIE-Lab: 78.07, 11.07, 65.33

In the XYZ color space, this color is represented as X: 55.75, Y: 53.33, Z: 9.37. The Yxy representation further refines this as Y: 53.33, x: 0.4707, and y: 0.4502.

In the Hunter Lab color space, this color is represented as L: 78.07, a: 11.07, and b: 65.33. Similarly, in the CIE-Lab color space, it is represented as L: 78.07, a: 11.07, and b: 65.33.

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

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

Analogous Colors of #ECB83F

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

Split Complementary Colors of #ECB83F

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

Tetradic Colors of #ECB83F

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

Monochromatic Colors of #ECB83F

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

Complementary Color of #ECB83F

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

/* Using HEX */
body {
  background-color: #ecb83f;
}
/* Using RGB */
body {
  background-color: rgb(236, 184, 63);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 184, 63, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 82%, 59%);
}
/* Text color */
p {
  color: #ecb83f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecb83f;
}
/* Border color */
.box {
  border: 4px solid #ecb83f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecb83f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecb83f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECB83F
On Black Background
#ECB83F
On White Background
#ECB83F

HTML Examples of #ECB83F

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

Related Colors of #ECB83F

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