Shades of Gorse #FFE024
Tints of Gorse #FFE024
RGB
CMYK
RGB Variations
Color information
#FFE024 (or 0xFFE024) is known color: Gorse. HEX triplet: FF, E0 and 24. RGB value is (255,224,36). Sum of RGB (Red+Green+Blue) = 255+224+36=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 36 (14.45% from 255 or 6.99% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE024 is #001FDB. Grayscale: #D4D4D4. Windows color (decimal): -8156 or 2416895. OLE color: 2416895.
HSL color Cylindrical-coordinate representation of color #FFE024: hue angle of 51.51º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFE024 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 36 | - |
| CMYK | 0 | 0.12 | 0.86 | 0 |
| HSL | 51.51º | 1% | 0.57% | - |
| HSV(B) | 51.51º | 0.86% | 1% | - |
| XYZ | 68.21 | 74.7 | 12.49 | - |
| YUV | 211.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 36 | 0 | 0.12 | 0.86 | 0 | 51.51 | 1 | 0.57 |
| Hex | FF | E0 | 24 | 0 | C | 56 | 0 | 34 | 64 | 39 |
| Octal | 377 | 340 | 44 | 0 | 14 | 126 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100000 | 100100 | 0 | 1100 | 1010110 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE024
Complementary color
Monochromatic Colors of #FFE024
Black with #FFE024
Text Example
Text Example
White with #FFE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE024; }
p { color: rgb(255,224,36); }
H1.HeaderClassName
{
color: #FFE024;
}
.AnyTagClassName
{
color: #FFE024;
}
</style>
background-color css
<style>
a { background-color: #FFE024; }
a { background-color: rgb(255,224,36); }
div.DivClassName
{
background-color: #FFE024;
}
.BgClassName
{
background-color: #FFE024;
}
</style>
border-color css
<style>
span { border-color: #FFE024; }
span { border-color: rgb(255,224,36); }
td.TdClassName
{
border-color: #FFE024;
}
.TagClassName
{
border-color: #FFE024;
}
</style>