Shades of Gorse #FFE928
Tints of Gorse #FFE928
RGB
CMYK
RGB Variations
Color information
#FFE928 (or 0xFFE928) is known color: Gorse. HEX triplet: FF, E9 and 28. RGB value is (255,233,40). Sum of RGB (Red+Green+Blue) = 255+233+40=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 40 (16.02% from 255 or 7.58% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE928 is #0016D7. Grayscale: #DADADA. Windows color (decimal): -5848 or 2681343. OLE color: 2681343.
HSL color Cylindrical-coordinate representation of color #FFE928: hue angle of 53.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFE928 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 40 | - |
| CMYK | 0 | 0.09 | 0.84 | 0 |
| HSL | 53.86º | 1% | 0.58% | - |
| HSV(B) | 53.86º | 0.84% | 1% | - |
| XYZ | 70.76 | 79.69 | 13.66 | - |
| YUV | 217.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 40 | 0 | 0.09 | 0.84 | 0 | 53.86 | 1 | 0.58 |
| Hex | FF | E9 | 28 | 0 | 9 | 54 | 0 | 36 | 64 | 3A |
| Octal | 377 | 351 | 50 | 0 | 11 | 124 | 0 | 66 | 144 | 72 |
| Binary | 11111111 | 11101001 | 101000 | 0 | 1001 | 1010100 | 0 | 110110 | 1100100 | 111010 |
Color Harmonies of #FFE928
Complementary color
Monochromatic Colors of #FFE928
Black with #FFE928
Text Example
Text Example
White with #FFE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE928; }
p { color: rgb(255,233,40); }
H1.HeaderClassName
{
color: #FFE928;
}
.AnyTagClassName
{
color: #FFE928;
}
</style>
background-color css
<style>
a { background-color: #FFE928; }
a { background-color: rgb(255,233,40); }
div.DivClassName
{
background-color: #FFE928;
}
.BgClassName
{
background-color: #FFE928;
}
</style>
border-color css
<style>
span { border-color: #FFE928; }
span { border-color: rgb(255,233,40); }
td.TdClassName
{
border-color: #FFE928;
}
.TagClassName
{
border-color: #FFE928;
}
</style>