Shades of Gorse #FEE824
Tints of Gorse #FEE824
RGB
CMYK
RGB Variations
Color information
#FEE824 (or 0xFEE824) is known color: Gorse. HEX triplet: FE, E8 and 24. RGB value is (254,232,36). Sum of RGB (Red+Green+Blue) = 254+232+36=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 36 (14.45% from 255 or 6.90% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE824 is #0117DB. Grayscale: #D9D9D9. Windows color (decimal): -71644 or 2418942. OLE color: 2418942.
HSL color Cylindrical-coordinate representation of color #FEE824: hue angle of 53.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEE824 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 36 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.00 |
| HSL | 53.94º | 0.99% | 0.57% | - |
| HSV(B) | 53.94º | 0.86% | 1% | - |
| XYZ | 70.05 | 78.91 | 13.21 | - |
| YUV | 216.23 | 26.29 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 36 | 0 | 0.09 | 0.86 | 0.00 | 53.94 | 0.99 | 0.57 |
| Hex | FE | E8 | 24 | 0 | 9 | 56 | 0 | 36 | 63 | 39 |
| Octal | 376 | 350 | 44 | 0 | 11 | 126 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101000 | 100100 | 0 | 1001 | 1010110 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEE824
Complementary color
Monochromatic Colors of #FEE824
Black with #FEE824
Text Example
Text Example
White with #FEE824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE824; }
p { color: rgb(254,232,36); }
H1.HeaderClassName
{
color: #FEE824;
}
.AnyTagClassName
{
color: #FEE824;
}
</style>
background-color css
<style>
a { background-color: #FEE824; }
a { background-color: rgb(254,232,36); }
div.DivClassName
{
background-color: #FEE824;
}
.BgClassName
{
background-color: #FEE824;
}
</style>
border-color css
<style>
span { border-color: #FEE824; }
span { border-color: rgb(254,232,36); }
td.TdClassName
{
border-color: #FEE824;
}
.TagClassName
{
border-color: #FEE824;
}
</style>