Shades of Gorse #FFEC27
Tints of Gorse #FFEC27
RGB
CMYK
RGB Variations
Color information
#FFEC27 (or 0xFFEC27) is known color: Gorse. HEX triplet: FF, EC and 27. RGB value is (255,236,39). Sum of RGB (Red+Green+Blue) = 255+236+39=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 39 (15.62% from 255 or 7.36% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC27 is #0013D8. Grayscale: #DCDCDC. Windows color (decimal): -5081 or 2616575. OLE color: 2616575.
HSL color Cylindrical-coordinate representation of color #FFEC27: hue angle of 54.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFEC27 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 39 | - |
| CMYK | 0 | 0.07 | 0.85 | 0 |
| HSL | 54.72º | 1% | 0.58% | - |
| HSV(B) | 54.72º | 0.85% | 1% | - |
| XYZ | 71.6 | 81.4 | 13.86 | - |
| YUV | 219.22 | 26.29 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 39 | 0 | 0.07 | 0.85 | 0 | 54.72 | 1 | 0.58 |
| Hex | FF | EC | 27 | 0 | 7 | 55 | 0 | 37 | 64 | 3A |
| Octal | 377 | 354 | 47 | 0 | 7 | 125 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101100 | 100111 | 0 | 111 | 1010101 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFEC27
Complementary color
Monochromatic Colors of #FFEC27
Black with #FFEC27
Text Example
Text Example
White with #FFEC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC27; }
p { color: rgb(255,236,39); }
H1.HeaderClassName
{
color: #FFEC27;
}
.AnyTagClassName
{
color: #FFEC27;
}
</style>
background-color css
<style>
a { background-color: #FFEC27; }
a { background-color: rgb(255,236,39); }
div.DivClassName
{
background-color: #FFEC27;
}
.BgClassName
{
background-color: #FFEC27;
}
</style>
border-color css
<style>
span { border-color: #FFEC27; }
span { border-color: rgb(255,236,39); }
td.TdClassName
{
border-color: #FFEC27;
}
.TagClassName
{
border-color: #FFEC27;
}
</style>