Shades of Gorse #FFEC25
Tints of Gorse #FFEC25
RGB
CMYK
RGB Variations
Color information
#FFEC25 (or 0xFFEC25) is known color: Gorse. HEX triplet: FF, EC and 25. RGB value is (255,236,37). Sum of RGB (Red+Green+Blue) = 255+236+37=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 37 (14.84% from 255 or 7.01% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC25 is #0013DA. Grayscale: #DBDBDB. Windows color (decimal): -5083 or 2485503. OLE color: 2485503.
HSL color Cylindrical-coordinate representation of color #FFEC25: hue angle of 54.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFEC25 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 37 | - |
| CMYK | 0 | 0.07 | 0.85 | 0 |
| HSL | 54.77º | 1% | 0.57% | - |
| HSV(B) | 54.77º | 0.85% | 1% | - |
| XYZ | 71.57 | 81.38 | 13.69 | - |
| YUV | 219 | 25.29 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 37 | 0 | 0.07 | 0.85 | 0 | 54.77 | 1 | 0.57 |
| Hex | FF | EC | 25 | 0 | 7 | 55 | 0 | 37 | 64 | 39 |
| Octal | 377 | 354 | 45 | 0 | 7 | 125 | 0 | 67 | 144 | 71 |
| Binary | 11111111 | 11101100 | 100101 | 0 | 111 | 1010101 | 0 | 110111 | 1100100 | 111001 |
Color Harmonies of #FFEC25
Complementary color
Monochromatic Colors of #FFEC25
Black with #FFEC25
Text Example
Text Example
White with #FFEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC25; }
p { color: rgb(255,236,37); }
H1.HeaderClassName
{
color: #FFEC25;
}
.AnyTagClassName
{
color: #FFEC25;
}
</style>
background-color css
<style>
a { background-color: #FFEC25; }
a { background-color: rgb(255,236,37); }
div.DivClassName
{
background-color: #FFEC25;
}
.BgClassName
{
background-color: #FFEC25;
}
</style>
border-color css
<style>
span { border-color: #FFEC25; }
span { border-color: rgb(255,236,37); }
td.TdClassName
{
border-color: #FFEC25;
}
.TagClassName
{
border-color: #FFEC25;
}
</style>