Shades of Gorse #FFE528
Tints of Gorse #FFE528
RGB
CMYK
RGB Variations
Color information
#FFE528 (or 0xFFE528) is known color: Gorse. HEX triplet: FF, E5 and 28. RGB value is (255,229,40). Sum of RGB (Red+Green+Blue) = 255+229+40=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE528 is #001AD7. Grayscale: #D8D8D8. Windows color (decimal): -6872 or 2680319. OLE color: 2680319.
HSL color Cylindrical-coordinate representation of color #FFE528: hue angle of 52.74º 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 #FFE528 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 40 | - |
| CMYK | 0 | 0.10 | 0.84 | 0 |
| HSL | 52.74º | 1% | 0.58% | - |
| HSV(B) | 52.74º | 0.84% | 1% | - |
| XYZ | 69.64 | 77.45 | 13.29 | - |
| YUV | 215.23 | 29.11 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 40 | 0 | 0.10 | 0.84 | 0 | 52.74 | 1 | 0.58 |
| Hex | FF | E5 | 28 | 0 | A | 54 | 0 | 35 | 64 | 3A |
| Octal | 377 | 345 | 50 | 0 | 12 | 124 | 0 | 65 | 144 | 72 |
| Binary | 11111111 | 11100101 | 101000 | 0 | 1010 | 1010100 | 0 | 110101 | 1100100 | 111010 |
Color Harmonies of #FFE528
Complementary color
Monochromatic Colors of #FFE528
Black with #FFE528
Text Example
Text Example
White with #FFE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE528; }
p { color: rgb(255,229,40); }
H1.HeaderClassName
{
color: #FFE528;
}
.AnyTagClassName
{
color: #FFE528;
}
</style>
background-color css
<style>
a { background-color: #FFE528; }
a { background-color: rgb(255,229,40); }
div.DivClassName
{
background-color: #FFE528;
}
.BgClassName
{
background-color: #FFE528;
}
</style>
border-color css
<style>
span { border-color: #FFE528; }
span { border-color: rgb(255,229,40); }
td.TdClassName
{
border-color: #FFE528;
}
.TagClassName
{
border-color: #FFE528;
}
</style>