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