Shades of Gorse #FEE036
Tints of Gorse #FEE036
RGB
CMYK
RGB Variations
Color information
#FEE036 (or 0xFEE036) is known color: Gorse. HEX triplet: FE, E0 and 36. RGB value is (254,224,54). Sum of RGB (Red+Green+Blue) = 254+224+54=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 54 (21.48% from 255 or 10.15% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE036 is #011FC9. Grayscale: #D6D6D6. Windows color (decimal): -73674 or 3596542. OLE color: 3596542.
HSL color Cylindrical-coordinate representation of color #FEE036: hue angle of 51º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEE036 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 54 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.00 |
| HSL | 51º | 0.99% | 0.6% | - |
| HSV(B) | 51º | 0.79% | 1% | - |
| XYZ | 68.19 | 74.65 | 14.3 | - |
| YUV | 213.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 54 | 0 | 0.12 | 0.79 | 0.00 | 51 | 0.99 | 0.6 |
| Hex | FE | E0 | 36 | 0 | C | 4F | 0 | 33 | 63 | 3C |
| Octal | 376 | 340 | 66 | 0 | 14 | 117 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100000 | 110110 | 0 | 1100 | 1001111 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE036
Complementary color
Monochromatic Colors of #FEE036
Black with #FEE036
Text Example
Text Example
White with #FEE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE036; }
p { color: rgb(254,224,54); }
H1.HeaderClassName
{
color: #FEE036;
}
.AnyTagClassName
{
color: #FEE036;
}
</style>
background-color css
<style>
a { background-color: #FEE036; }
a { background-color: rgb(254,224,54); }
div.DivClassName
{
background-color: #FEE036;
}
.BgClassName
{
background-color: #FEE036;
}
</style>
border-color css
<style>
span { border-color: #FEE036; }
span { border-color: rgb(254,224,54); }
td.TdClassName
{
border-color: #FEE036;
}
.TagClassName
{
border-color: #FEE036;
}
</style>