Color: #EBDD81
#EBDD81 Color Information
#EBDD81 is a light color. The closest websafe version is #EBDD81. A complement of this color would be #7F8DEB, perceived brightness is 0.84, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 52°,a saturation of 73%, and a lightness of 71%.The HSV representation shows a hue of 52°, a saturation of 45%, and a value of 92%.
In a RGB color space, #EBDD81 is composed of 92% red, 87% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 45% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 71.65, x: 0.4130, and y: 0.4403.
Color Code #EBDD81
Shades of Color #EBDD81
Shades are created by darkening the original color #EBDD81 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 #EBDD81
Tints are created by lightening the original color #EBDD81 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 #EBDD81 Color Code
In the HSL color space, this color has a hue angle of 52°, a saturation of 73%, and a lightness of 71%. The HSV representation shows a hue of 52°, a saturation of 45%, and a value of 92%.
- HEX: #EBDD81
- RGB: rgb(235, 221, 129)
- HSL: hsl(52, 73%, 71%)
- HSV: hsv(52, 45%, 92%)
- CMYK: 0.00% cyan, 6.00% magenta, 45.00% yellow, 8.00% black
- XYZ: 67.21, 71.65, 23.86
- Yxy: 71.65, 0.4130, 0.4403
- Hunter Lab: 87.80, -4.09, 46.72
- CIE-Lab: 87.80, -4.09, 46.72
In the XYZ color space, this color is represented as X: 67.21, Y: 71.65, Z: 23.86. The Yxy representation further refines this as Y: 71.65, x: 0.4130, and y: 0.4403.
In the Hunter Lab color space, this color is represented as L: 87.80, a: -4.09, and b: 46.72. Similarly, in the CIE-Lab color space, it is represented as L: 87.80, a: -4.09, and b: 46.72.
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 #EBDD81
Triadic colors are three colors evenly spaced around the color wheel, including #EBDD81. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EBDD81
Split complementary colors are two colors adjacent to the complementary color of #EBDD81. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EBDD81
Monochromatic colors are variations of #EBDD81, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBDD81
The complementary color of #EBDD81 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 #EBDD81
/* Using HEX */ body { background-color: #ebdd81; }
/* Using RGB */ body { background-color: rgb(235, 221, 129); }
/* Using RGB with opacity */ body { background-color: rgba(235, 221, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(52, 73%, 71%); }
/* Text color */ p { color: #ebdd81; }
/* Box shadow */ div { box-shadow: 4px 4px #ebdd81; }
/* Border color */ .box { border: 4px solid #ebdd81; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ebdd81; }
/* Background with text */ div { background: #ebdd81; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EBDD81
<!-- Using HEX --> <div style="background-color: #ebdd81; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 221, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 221, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(52, 73%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebdd81;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebdd81; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ebdd81; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ebdd81;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ebdd81; color: #fff; padding: 16px; border-radius: 8px;"> #EBDD81 </div>
Related Colors of #EBDD81
These colors are similar to #EBDD81, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.