Shades of Gorse #FEEE25
Tints of Gorse #FEEE25
RGB
CMYK
RGB Variations
Color information
#FEEE25 (or 0xFEEE25) is known color: Gorse. HEX triplet: FE, EE and 25. RGB value is (254,238,37). Sum of RGB (Red+Green+Blue) = 254+238+37=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 37 (14.84% from 255 or 6.99% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE25 is #0111DA. Grayscale: #DCDCDC. Windows color (decimal): -70107 or 2486014. OLE color: 2486014.
HSL color Cylindrical-coordinate representation of color #FEEE25: hue angle of 55.58º 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 #FEEE25 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 37 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.00 |
| HSL | 55.58º | 0.99% | 0.57% | - |
| HSV(B) | 55.58º | 0.85% | 1% | - |
| XYZ | 71.78 | 82.35 | 13.86 | - |
| YUV | 219.87 | 24.8 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 37 | 0 | 0.06 | 0.85 | 0.00 | 55.58 | 0.99 | 0.57 |
| Hex | FE | EE | 25 | 0 | 6 | 55 | 0 | 38 | 63 | 39 |
| Octal | 376 | 356 | 45 | 0 | 6 | 125 | 0 | 70 | 143 | 71 |
| Binary | 11111110 | 11101110 | 100101 | 0 | 110 | 1010101 | 0 | 111000 | 1100011 | 111001 |
Color Harmonies of #FEEE25
Complementary color
Monochromatic Colors of #FEEE25
Black with #FEEE25
Text Example
Text Example
White with #FEEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE25; }
p { color: rgb(254,238,37); }
H1.HeaderClassName
{
color: #FEEE25;
}
.AnyTagClassName
{
color: #FEEE25;
}
</style>
background-color css
<style>
a { background-color: #FEEE25; }
a { background-color: rgb(254,238,37); }
div.DivClassName
{
background-color: #FEEE25;
}
.BgClassName
{
background-color: #FEEE25;
}
</style>
border-color css
<style>
span { border-color: #FEEE25; }
span { border-color: rgb(254,238,37); }
td.TdClassName
{
border-color: #FEEE25;
}
.TagClassName
{
border-color: #FEEE25;
}
</style>