Color: #EBEA72

#EBEA72 Color Information

#EBEA72 is a light color. The closest websafe version is #EBEA72. A complement of this color would be #7070EB, perceived brightness is 0.87, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 60°,a saturation of 75%, and a lightness of 68%.The HSV representation shows a hue of 60°, a saturation of 51%, and a value of 92%.

In a RGB color space, #EBEA72 is composed of 92% red, 92% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 51% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 78.49, x: 0.4137, and y: 0.4618.

Color Code #EBEA72

#EBEA72rgb(235, 234, 114)
HEX
#EBEA72
RGB
rgb(235, 234, 114)
HSL
hsl(60, 75%, 68%)
HSV
hsv(60, 51%, 92%)
CMYK
0%, 0%, 51%, 8%
XYZ
X: 70.32, Y: 78.49, Z: 21.16
Lab
L: 91.00, a: -11.16, b: 57.42
Name

Shades of Color #EBEA72

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

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

#EBEA72rgb(235, 234, 114)

About #EBEA72 Color Code

In the HSL color space, this color has a hue angle of 60°, a saturation of 75%, and a lightness of 68%. The HSV representation shows a hue of 60°, a saturation of 51%, and a value of 92%.

  • HEX: #EBEA72
  • RGB: rgb(235, 234, 114)
  • HSL: hsl(60, 75%, 68%)
  • HSV: hsv(60, 51%, 92%)
  • CMYK: 0.00% cyan, 0.00% magenta, 51.00% yellow, 8.00% black
  • XYZ: 70.32, 78.49, 21.16
  • Yxy: 78.49, 0.4137, 0.4618
  • Hunter Lab: 91.00, -11.16, 57.42
  • CIE-Lab: 91.00, -11.16, 57.42

In the XYZ color space, this color is represented as X: 70.32, Y: 78.49, Z: 21.16. The Yxy representation further refines this as Y: 78.49, x: 0.4137, and y: 0.4618.

In the Hunter Lab color space, this color is represented as L: 91.00, a: -11.16, and b: 57.42. Similarly, in the CIE-Lab color space, it is represented as L: 91.00, a: -11.16, and b: 57.42.

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

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

Analogous Colors of #EBEA72

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

Split Complementary Colors of #EBEA72

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

Tetradic Colors of #EBEA72

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

Monochromatic Colors of #EBEA72

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

Complementary Color of #EBEA72

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

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

HTML Examples of #EBEA72

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

Related Colors of #EBEA72

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