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