Color: #ECD69F
#ECD69F Color Information
#ECD69F is a light color. The closest websafe version is #ECD69F. A complement of this color would be #9DB3EC, perceived brightness is 0.84, and the grayscale version is #C6C6C6.
In the HSL color space, this color has a hue angle of 43°,a saturation of 67%, and a lightness of 77%.The HSV representation shows a hue of 43°, a saturation of 33%, and a value of 93%.
In a RGB color space, #ECD69F is composed of 93% red, 84% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 33% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 68.97, x: 0.3993, and y: 0.4084.
Color Code #ECD69F
Shades of Color #ECD69F
Shades are created by darkening the original color #ECD69F 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 #ECD69F
Tints are created by lightening the original color #ECD69F 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 #ECD69F Color Code
In the HSL color space, this color has a hue angle of 43°, a saturation of 67%, and a lightness of 77%. The HSV representation shows a hue of 43°, a saturation of 33%, and a value of 93%.
- HEX: #ECD69F
- RGB: rgb(236, 214, 159)
- HSL: hsl(43, 67%, 77%)
- HSV: hsv(43, 33%, 93%)
- CMYK: 0.00% cyan, 9.00% magenta, 33.00% yellow, 7.00% black
- XYZ: 67.43, 68.97, 32.46
- Yxy: 68.97, 0.3993, 0.4084
- Hunter Lab: 86.49, 2.05, 30.17
- CIE-Lab: 86.49, 2.05, 30.17
In the XYZ color space, this color is represented as X: 67.43, Y: 68.97, Z: 32.46. The Yxy representation further refines this as Y: 68.97, x: 0.3993, and y: 0.4084.
In the Hunter Lab color space, this color is represented as L: 86.49, a: 2.05, and b: 30.17. Similarly, in the CIE-Lab color space, it is represented as L: 86.49, a: 2.05, and b: 30.17.
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 #ECD69F
Triadic colors are three colors evenly spaced around the color wheel, including #ECD69F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ECD69F
Split complementary colors are two colors adjacent to the complementary color of #ECD69F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ECD69F
Monochromatic colors are variations of #ECD69F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECD69F
The complementary color of #ECD69F 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 #ECD69F
/* Using HEX */ body { background-color: #ecd69f; }
/* Using RGB */ body { background-color: rgb(236, 214, 159); }
/* Using RGB with opacity */ body { background-color: rgba(236, 214, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(43, 67%, 77%); }
/* Text color */ p { color: #ecd69f; }
/* Box shadow */ div { box-shadow: 4px 4px #ecd69f; }
/* Border color */ .box { border: 4px solid #ecd69f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ecd69f; }
/* Background with text */ div { background: #ecd69f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ECD69F
<!-- Using HEX --> <div style="background-color: #ecd69f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 214, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 214, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(43, 67%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ecd69f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ecd69f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ecd69f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ecd69f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ecd69f; color: #fff; padding: 16px; border-radius: 8px;"> #ECD69F </div>
Related Colors of #ECD69F
These colors are similar to #ECD69F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.