Shades of Gorse #FFEA24
Tints of Gorse #FFEA24
RGB
CMYK
RGB Variations
Color information
#FFEA24 (or 0xFFEA24) is known color: Gorse. HEX triplet: FF, EA and 24. RGB value is (255,234,36). Sum of RGB (Red+Green+Blue) = 255+234+36=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 36 (14.45% from 255 or 6.86% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA24 is #0015DB. Grayscale: #DADADA. Windows color (decimal): -5596 or 2419455. OLE color: 2419455.
HSL color Cylindrical-coordinate representation of color #FFEA24: hue angle of 54.25º 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 #FFEA24 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 36 | - |
| CMYK | 0 | 0.08 | 0.86 | 0 |
| HSL | 54.25º | 1% | 0.57% | - |
| HSV(B) | 54.25º | 0.86% | 1% | - |
| XYZ | 70.98 | 80.23 | 13.41 | - |
| YUV | 217.71 | 25.46 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 36 | 0 | 0.08 | 0.86 | 0 | 54.25 | 1 | 0.57 |
| Hex | FF | EA | 24 | 0 | 8 | 56 | 0 | 36 | 64 | 39 |
| Octal | 377 | 352 | 44 | 0 | 10 | 126 | 0 | 66 | 144 | 71 |
| Binary | 11111111 | 11101010 | 100100 | 0 | 1000 | 1010110 | 0 | 110110 | 1100100 | 111001 |
Color Harmonies of #FFEA24
Complementary color
Monochromatic Colors of #FFEA24
Black with #FFEA24
Text Example
Text Example
White with #FFEA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA24; }
p { color: rgb(255,234,36); }
H1.HeaderClassName
{
color: #FFEA24;
}
.AnyTagClassName
{
color: #FFEA24;
}
</style>
background-color css
<style>
a { background-color: #FFEA24; }
a { background-color: rgb(255,234,36); }
div.DivClassName
{
background-color: #FFEA24;
}
.BgClassName
{
background-color: #FFEA24;
}
</style>
border-color css
<style>
span { border-color: #FFEA24; }
span { border-color: rgb(255,234,36); }
td.TdClassName
{
border-color: #FFEA24;
}
.TagClassName
{
border-color: #FFEA24;
}
</style>