Shades of Gorse #FEEC25
Tints of Gorse #FEEC25
RGB
CMYK
RGB Variations
Color information
#FEEC25 (or 0xFEEC25) is known color: Gorse. HEX triplet: FE, EC and 25. RGB value is (254,236,37). Sum of RGB (Red+Green+Blue) = 254+236+37=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 37 (14.84% from 255 or 7.02% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC25 is #0113DA. Grayscale: #DBDBDB. Windows color (decimal): -70619 or 2485502. OLE color: 2485502.
HSL color Cylindrical-coordinate representation of color #FEEC25: hue angle of 55.02º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEEC25 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 37 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.00 |
| HSL | 55.02º | 0.99% | 0.57% | - |
| HSV(B) | 55.02º | 0.85% | 1% | - |
| XYZ | 71.2 | 81.2 | 13.67 | - |
| YUV | 218.7 | 25.46 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 37 | 0 | 0.07 | 0.85 | 0.00 | 55.02 | 0.99 | 0.57 |
| Hex | FE | EC | 25 | 0 | 7 | 55 | 0 | 37 | 63 | 39 |
| Octal | 376 | 354 | 45 | 0 | 7 | 125 | 0 | 67 | 143 | 71 |
| Binary | 11111110 | 11101100 | 100101 | 0 | 111 | 1010101 | 0 | 110111 | 1100011 | 111001 |
Color Harmonies of #FEEC25
Complementary color
Monochromatic Colors of #FEEC25
Black with #FEEC25
Text Example
Text Example
White with #FEEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC25; }
p { color: rgb(254,236,37); }
H1.HeaderClassName
{
color: #FEEC25;
}
.AnyTagClassName
{
color: #FEEC25;
}
</style>
background-color css
<style>
a { background-color: #FEEC25; }
a { background-color: rgb(254,236,37); }
div.DivClassName
{
background-color: #FEEC25;
}
.BgClassName
{
background-color: #FEEC25;
}
</style>
border-color css
<style>
span { border-color: #FEEC25; }
span { border-color: rgb(254,236,37); }
td.TdClassName
{
border-color: #FEEC25;
}
.TagClassName
{
border-color: #FEEC25;
}
</style>