Shades of Gorse #FFE028
Tints of Gorse #FFE028
RGB
CMYK
RGB Variations
Color information
#FFE028 (or 0xFFE028) is known color: Gorse. HEX triplet: FF, E0 and 28. RGB value is (255,224,40). Sum of RGB (Red+Green+Blue) = 255+224+40=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE028 is #001FD7. Grayscale: #D5D5D5. Windows color (decimal): -8152 or 2679039. OLE color: 2679039.
HSL color Cylindrical-coordinate representation of color #FFE028: hue angle of 51.35º 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 #FFE028 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0 |
| HSL | 51.35º | 1% | 0.58% | - |
| HSV(B) | 51.35º | 0.84% | 1% | - |
| XYZ | 68.28 | 74.72 | 12.83 | - |
| YUV | 212.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 40 | 0 | 0.12 | 0.84 | 0 | 51.35 | 1 | 0.58 |
| Hex | FF | E0 | 28 | 0 | C | 54 | 0 | 33 | 64 | 3A |
| Octal | 377 | 340 | 50 | 0 | 14 | 124 | 0 | 63 | 144 | 72 |
| Binary | 11111111 | 11100000 | 101000 | 0 | 1100 | 1010100 | 0 | 110011 | 1100100 | 111010 |
Color Harmonies of #FFE028
Complementary color
Monochromatic Colors of #FFE028
Black with #FFE028
Text Example
Text Example
White with #FFE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE028; }
p { color: rgb(255,224,40); }
H1.HeaderClassName
{
color: #FFE028;
}
.AnyTagClassName
{
color: #FFE028;
}
</style>
background-color css
<style>
a { background-color: #FFE028; }
a { background-color: rgb(255,224,40); }
div.DivClassName
{
background-color: #FFE028;
}
.BgClassName
{
background-color: #FFE028;
}
</style>
border-color css
<style>
span { border-color: #FFE028; }
span { border-color: rgb(255,224,40); }
td.TdClassName
{
border-color: #FFE028;
}
.TagClassName
{
border-color: #FFE028;
}
</style>