In a RGB color space, #ffe500 hex color (also known as Star) is composed of 100% red, 89.8% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10.2% magenta, 100% yellow and 0% black. It has a hue angle of 53.9 degrees, a saturation of 100% and a lightness of 50%. #ffe500 color hex could be obtained by blending #ffff00 with #ffcb00. Closest websafe color is: #ffcc00.
The hexadecimal color #ffe500 has RGB values of R:255, G:229, B:0 and CMYK values of C:0, M:0.1, Y:1, K:0. Its decimal value is 16770304.
Hex triplet | ffe500 | #ffe500 |
RGB Decimal | 255, 229, 0 | rgb(255,229,0) |
RGB Percent | 100, 89.8, 0 | rgb(100%,89.8%,0%) |
CMYK | 0, 10.2, 100, 0 | |
HSL | 53.9°, 100, 50 | hsl(53.9,100%,50%) |
HSV(HSB) | 53.9°, 100, 100 | |
Web Safe | ffcc00 | #fc0 |
XYZ | 69.259, 77.299, 11.27 |
xyY | 0.439, 0.49, 77.299 |
CIE-LAB | 90.459, -8.939, 89.646 |
CIE-LCH | 90.459, 90.091, 95.695 |
CIE-LUV | 90.459, 25.386, 97.232 |
Hunter-Lab | 87.92, -13.245, 53.944 |
Binary | 11111111, 11100101, 00000000 |
Below, you can see some colors close to #ffe500. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffe500.
<span style="color:#ffe500">Text here</span>
This paragraph has a background color of #ffe500.
<p style="background-color:#ffe500;">Content here</p>
This element has a border color of #ffe500.
<div style="border:1px #ffe500;">Content here</div>
.text {color:#ffe500;}
.background {background-color:#ffe500;}
.border {border:1px solid #ffe500;}
.text-shadow {border:1px solid #ffe500;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #fffdea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #80807f is the less saturated color, while #f4dd0b is the most saturated one.