Shades of Gorse #FFE124
Tints of Gorse #FFE124
RGB
CMYK
RGB Variations
Color information
#FFE124 (or 0xFFE124) is known color: Gorse. HEX triplet: FF, E1 and 24. RGB value is (255,225,36). Sum of RGB (Red+Green+Blue) = 255+225+36=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE124 is #001EDB. Grayscale: #D5D5D5. Windows color (decimal): -7900 or 2417151. OLE color: 2417151.
HSL color Cylindrical-coordinate representation of color #FFE124: hue angle of 51.78º 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 #FFE124 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 36 | - |
| CMYK | 0 | 0.12 | 0.86 | 0 |
| HSL | 51.78º | 1% | 0.57% | - |
| HSV(B) | 51.78º | 0.86% | 1% | - |
| XYZ | 68.48 | 75.24 | 12.58 | - |
| YUV | 212.42 | 28.44 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 36 | 0 | 0.12 | 0.86 | 0 | 51.78 | 1 | 0.57 |
| Hex | FF | E1 | 24 | 0 | C | 56 | 0 | 34 | 64 | 39 |
| Octal | 377 | 341 | 44 | 0 | 14 | 126 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100001 | 100100 | 0 | 1100 | 1010110 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE124
Complementary color
Monochromatic Colors of #FFE124
Black with #FFE124
Text Example
Text Example
White with #FFE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE124; }
p { color: rgb(255,225,36); }
H1.HeaderClassName
{
color: #FFE124;
}
.AnyTagClassName
{
color: #FFE124;
}
</style>
background-color css
<style>
a { background-color: #FFE124; }
a { background-color: rgb(255,225,36); }
div.DivClassName
{
background-color: #FFE124;
}
.BgClassName
{
background-color: #FFE124;
}
</style>
border-color css
<style>
span { border-color: #FFE124; }
span { border-color: rgb(255,225,36); }
td.TdClassName
{
border-color: #FFE124;
}
.TagClassName
{
border-color: #FFE124;
}
</style>