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