Shades of Gorse #FFEC29
Tints of Gorse #FFEC29
RGB
CMYK
RGB Variations
Color information
#FFEC29 (or 0xFFEC29) is known color: Gorse. HEX triplet: FF, EC and 29. RGB value is (255,236,41). Sum of RGB (Red+Green+Blue) = 255+236+41=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 41 (16.41% from 255 or 7.71% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC29 is #0013D6. Grayscale: #DCDCDC. Windows color (decimal): -5079 or 2747647. OLE color: 2747647.
HSL color Cylindrical-coordinate representation of color #FFEC29: hue angle of 54.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFEC29 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 41 | - |
| CMYK | 0 | 0.07 | 0.84 | 0 |
| HSL | 54.67º | 1% | 0.58% | - |
| HSV(B) | 54.67º | 0.84% | 1% | - |
| XYZ | 71.64 | 81.41 | 14.04 | - |
| YUV | 219.45 | 27.29 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 41 | 0 | 0.07 | 0.84 | 0 | 54.67 | 1 | 0.58 |
| Hex | FF | EC | 29 | 0 | 7 | 54 | 0 | 37 | 64 | 3A |
| Octal | 377 | 354 | 51 | 0 | 7 | 124 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101100 | 101001 | 0 | 111 | 1010100 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFEC29
Complementary color
Monochromatic Colors of #FFEC29
Black with #FFEC29
Text Example
Text Example
White with #FFEC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC29; }
p { color: rgb(255,236,41); }
H1.HeaderClassName
{
color: #FFEC29;
}
.AnyTagClassName
{
color: #FFEC29;
}
</style>
background-color css
<style>
a { background-color: #FFEC29; }
a { background-color: rgb(255,236,41); }
div.DivClassName
{
background-color: #FFEC29;
}
.BgClassName
{
background-color: #FFEC29;
}
</style>
border-color css
<style>
span { border-color: #FFEC29; }
span { border-color: rgb(255,236,41); }
td.TdClassName
{
border-color: #FFEC29;
}
.TagClassName
{
border-color: #FFEC29;
}
</style>