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