Color: #EBB23C

#EBB23C Color Information

#EBB23C is a light color. The closest websafe version is #EBB23C. A complement of this color would be #3D77EB, perceived brightness is 0.71, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 40°,a saturation of 81%, and a lightness of 58%.The HSV representation shows a hue of 40°, a saturation of 74%, and a value of 92%.

In a RGB color space, #EBB23C is composed of 92% red, 70% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 74% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 50.67, x: 0.4764, and y: 0.4468.

Color Code #EBB23C

#EBB23Crgb(235, 178, 60)
HEX
#EBB23C
RGB
rgb(235, 178, 60)
HSL
hsl(40, 81%, 58%)
HSV
hsv(40, 74%, 92%)
CMYK
0%, 24%, 74%, 8%
XYZ
X: 54.02, Y: 50.67, Z: 8.71
Lab
L: 76.48, a: 13.56, b: 64.94
Name

Shades of Color #EBB23C

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

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

#EBB23Crgb(235, 178, 60)

About #EBB23C Color Code

In the HSL color space, this color has a hue angle of 40°, a saturation of 81%, and a lightness of 58%. The HSV representation shows a hue of 40°, a saturation of 74%, and a value of 92%.

  • HEX: #EBB23C
  • RGB: rgb(235, 178, 60)
  • HSL: hsl(40, 81%, 58%)
  • HSV: hsv(40, 74%, 92%)
  • CMYK: 0.00% cyan, 24.00% magenta, 74.00% yellow, 8.00% black
  • XYZ: 54.02, 50.67, 8.71
  • Yxy: 50.67, 0.4764, 0.4468
  • Hunter Lab: 76.48, 13.56, 64.94
  • CIE-Lab: 76.48, 13.56, 64.94

In the XYZ color space, this color is represented as X: 54.02, Y: 50.67, Z: 8.71. The Yxy representation further refines this as Y: 50.67, x: 0.4764, and y: 0.4468.

In the Hunter Lab color space, this color is represented as L: 76.48, a: 13.56, and b: 64.94. Similarly, in the CIE-Lab color space, it is represented as L: 76.48, a: 13.56, 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 #EBB23C

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

Analogous Colors of #EBB23C

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

Split Complementary Colors of #EBB23C

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

Tetradic Colors of #EBB23C

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

Monochromatic Colors of #EBB23C

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

Complementary Color of #EBB23C

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

/* Using HEX */
body {
  background-color: #ebb23c;
}
/* Using RGB */
body {
  background-color: rgb(235, 178, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 178, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 81%, 58%);
}
/* Text color */
p {
  color: #ebb23c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebb23c;
}
/* Border color */
.box {
  border: 4px solid #ebb23c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebb23c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebb23c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBB23C
On Black Background
#EBB23C
On White Background
#EBB23C

HTML Examples of #EBB23C

<!-- Using HEX -->
<div style="background-color: #ebb23c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 178, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 178, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(40, 81%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ebb23c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ebb23c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ebb23c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ebb23c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ebb23c; color: #fff; padding: 16px; border-radius: 8px;">
  #EBB23C
</div>
#EBB23C
On Black Background
#EBB23C
On White Background
#EBB23C

Related Colors of #EBB23C

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