Shades of Gorse #FEEC31
Tints of Gorse #FEEC31
RGB
CMYK
RGB Variations
Color information
#FEEC31 (or 0xFEEC31) is known color: Gorse. HEX triplet: FE, EC and 31. RGB value is (254,236,49). Sum of RGB (Red+Green+Blue) = 254+236+49=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 49 (19.53% from 255 or 9.09% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC31 is #0113CE. Grayscale: #DCDCDC. Windows color (decimal): -70607 or 3271934. OLE color: 3271934.
HSL color Cylindrical-coordinate representation of color #FEEC31: hue angle of 54.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEEC31 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 49 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.00 |
| HSL | 54.73º | 0.99% | 0.59% | - |
| HSV(B) | 54.73º | 0.81% | 1% | - |
| XYZ | 71.42 | 81.28 | 14.83 | - |
| YUV | 220.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 49 | 0 | 0.07 | 0.81 | 0.00 | 54.73 | 0.99 | 0.59 |
| Hex | FE | EC | 31 | 0 | 7 | 51 | 0 | 37 | 63 | 3B |
| Octal | 376 | 354 | 61 | 0 | 7 | 121 | 0 | 67 | 143 | 73 |
| Binary | 11111110 | 11101100 | 110001 | 0 | 111 | 1010001 | 0 | 110111 | 1100011 | 111011 |
Color Harmonies of #FEEC31
Complementary color
Monochromatic Colors of #FEEC31
Black with #FEEC31
Text Example
Text Example
White with #FEEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC31; }
p { color: rgb(254,236,49); }
H1.HeaderClassName
{
color: #FEEC31;
}
.AnyTagClassName
{
color: #FEEC31;
}
</style>
background-color css
<style>
a { background-color: #FEEC31; }
a { background-color: rgb(254,236,49); }
div.DivClassName
{
background-color: #FEEC31;
}
.BgClassName
{
background-color: #FEEC31;
}
</style>
border-color css
<style>
span { border-color: #FEEC31; }
span { border-color: rgb(254,236,49); }
td.TdClassName
{
border-color: #FEEC31;
}
.TagClassName
{
border-color: #FEEC31;
}
</style>