Color: #E1860D
#E1860D Color Information
#E1860D is a light color. The closest websafe version is #E1860D. A complement of this color would be #0D6AE3, perceived brightness is 0.58, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 34°,a saturation of 89%, and a lightness of 47%.The HSV representation shows a hue of 34°, a saturation of 94%, and a value of 88%.
In a RGB color space, #E1860D is composed of 88% red, 53% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 94% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 33.87, x: 0.5286, and y: 0.4256.
Color Code #E1860D
Shades of Color #E1860D
Shades are created by darkening the original color #E1860D 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 #E1860D
Tints are created by lightening the original color #E1860D 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 #E1860D Color Code
In the HSL color space, this color has a hue angle of 34°, a saturation of 89%, and a lightness of 47%. The HSV representation shows a hue of 34°, a saturation of 94%, and a value of 88%.
- HEX: #E1860D
- RGB: rgb(225, 134, 13)
- HSL: hsl(34, 89%, 47%)
- HSV: hsv(34, 94%, 88%)
- CMYK: 0.00% cyan, 40.00% magenta, 94.00% yellow, 12.00% black
- XYZ: 42.07, 33.87, 3.65
- Yxy: 33.87, 0.5286, 0.4256
- Hunter Lab: 64.86, 30.71, 68.67
- CIE-Lab: 64.86, 30.71, 68.67
In the XYZ color space, this color is represented as X: 42.07, Y: 33.87, Z: 3.65. The Yxy representation further refines this as Y: 33.87, x: 0.5286, and y: 0.4256.
In the Hunter Lab color space, this color is represented as L: 64.86, a: 30.71, and b: 68.67. Similarly, in the CIE-Lab color space, it is represented as L: 64.86, a: 30.71, and b: 68.67.
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 #E1860D
Triadic colors are three colors evenly spaced around the color wheel, including #E1860D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #E1860D
Split complementary colors are two colors adjacent to the complementary color of #E1860D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #E1860D
Monochromatic colors are variations of #E1860D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E1860D
The complementary color of #E1860D 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 #E1860D
/* Using HEX */ body { background-color: #e1860d; }
/* Using RGB */ body { background-color: rgb(225, 134, 13); }
/* Using RGB with opacity */ body { background-color: rgba(225, 134, 13, 0.5); }
/* Using HSL */ body { background-color: hsl(34, 89%, 47%); }
/* Text color */ p { color: #e1860d; }
/* Box shadow */ div { box-shadow: 4px 4px #e1860d; }
/* Border color */ .box { border: 4px solid #e1860d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e1860d; }
/* Background with text */ div { background: #e1860d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E1860D
<!-- Using HEX --> <div style="background-color: #e1860d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(225, 134, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(225, 134, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(34, 89%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e1860d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e1860d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e1860d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e1860d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e1860d; color: #fff; padding: 16px; border-radius: 8px;"> #E1860D </div>
Related Colors of #E1860D
These colors are similar to #E1860D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.