Color: #EBB10A

#EBB10A Color Information

#EBB10A is a light color. The closest websafe version is #EBB10A. A complement of this color would be #0A42EB, perceived brightness is 0.69, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 45°,a saturation of 92%, and a lightness of 48%.The HSV representation shows a hue of 45°, a saturation of 96%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 50.02, x: 0.4887, and y: 0.4595.

Color Code #EBB10A

#EBB10Argb(235, 177, 10)
HEX
#EBB10A
RGB
rgb(235, 177, 10)
HSL
hsl(45, 92%, 48%)
HSV
hsv(45, 96%, 92%)
CMYK
0%, 25%, 96%, 8%
XYZ
X: 53.20, Y: 50.02, Z: 5.64
Lab
L: 76.08, a: 13.19, b: 76.97
Name

Shades of Color #EBB10A

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

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

#EBB10Argb(235, 177, 10)

About #EBB10A Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 92%, and a lightness of 48%. The HSV representation shows a hue of 45°, a saturation of 96%, and a value of 92%.

  • HEX: #EBB10A
  • RGB: rgb(235, 177, 10)
  • HSL: hsl(45, 92%, 48%)
  • HSV: hsv(45, 96%, 92%)
  • CMYK: 0.00% cyan, 25.00% magenta, 96.00% yellow, 8.00% black
  • XYZ: 53.20, 50.02, 5.64
  • Yxy: 50.02, 0.4887, 0.4595
  • Hunter Lab: 76.08, 13.19, 76.97
  • CIE-Lab: 76.08, 13.19, 76.97

In the XYZ color space, this color is represented as X: 53.20, Y: 50.02, Z: 5.64. The Yxy representation further refines this as Y: 50.02, x: 0.4887, and y: 0.4595.

In the Hunter Lab color space, this color is represented as L: 76.08, a: 13.19, and b: 76.97. Similarly, in the CIE-Lab color space, it is represented as L: 76.08, a: 13.19, and b: 76.97.

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

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

Analogous Colors of #EBB10A

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

Split Complementary Colors of #EBB10A

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

Tetradic Colors of #EBB10A

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

Monochromatic Colors of #EBB10A

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

Complementary Color of #EBB10A

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

/* Using HEX */
body {
  background-color: #ebb10a;
}
/* Using RGB */
body {
  background-color: rgb(235, 177, 10);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 177, 10, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 92%, 48%);
}
/* Text color */
p {
  color: #ebb10a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebb10a;
}
/* Border color */
.box {
  border: 4px solid #ebb10a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebb10a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebb10a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBB10A
On Black Background
#EBB10A
On White Background
#EBB10A

HTML Examples of #EBB10A

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

Related Colors of #EBB10A

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