Shades of Gorse #FFEC3C
Tints of Gorse #FFEC3C
RGB
CMYK
RGB Variations
Color information
#FFEC3C (or 0xFFEC3C) is known color: Gorse. HEX triplet: FF, EC and 3C. RGB value is (255,236,60). Sum of RGB (Red+Green+Blue) = 255+236+60=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 60 (23.83% from 255 or 10.89% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC3C is #0013C3. Grayscale: #DEDEDE. Windows color (decimal): -5060 or 3992831. OLE color: 3992831.
HSL color Cylindrical-coordinate representation of color #FFEC3C: hue angle of 54.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFEC3C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 60 | - |
| CMYK | 0 | 0.07 | 0.76 | 0 |
| HSL | 54.15º | 1% | 0.62% | - |
| HSV(B) | 54.15º | 0.76% | 1% | - |
| XYZ | 72.05 | 81.58 | 16.22 | - |
| YUV | 221.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 60 | 0 | 0.07 | 0.76 | 0 | 54.15 | 1 | 0.62 |
| Hex | FF | EC | 3C | 0 | 7 | 4C | 0 | 36 | 64 | 3E |
| Octal | 377 | 354 | 74 | 0 | 7 | 114 | 0 | 66 | 144 | 76 |
| Binary | 11111111 | 11101100 | 111100 | 0 | 111 | 1001100 | 0 | 110110 | 1100100 | 111110 |
Color Harmonies of #FFEC3C
Complementary color
Monochromatic Colors of #FFEC3C
Black with #FFEC3C
Text Example
Text Example
White with #FFEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC3C; }
p { color: rgb(255,236,60); }
H1.HeaderClassName
{
color: #FFEC3C;
}
.AnyTagClassName
{
color: #FFEC3C;
}
</style>
background-color css
<style>
a { background-color: #FFEC3C; }
a { background-color: rgb(255,236,60); }
div.DivClassName
{
background-color: #FFEC3C;
}
.BgClassName
{
background-color: #FFEC3C;
}
</style>
border-color css
<style>
span { border-color: #FFEC3C; }
span { border-color: rgb(255,236,60); }
td.TdClassName
{
border-color: #FFEC3C;
}
.TagClassName
{
border-color: #FFEC3C;
}
</style>