Shades of Gorse #FFEC3F
Tints of Gorse #FFEC3F
RGB
CMYK
RGB Variations
Color information
#FFEC3F (or 0xFFEC3F) is known color: Gorse. HEX triplet: FF, EC and 3F. RGB value is (255,236,63). Sum of RGB (Red+Green+Blue) = 255+236+63=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 63 (25% from 255 or 11.37% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC3F is #0013C0. Grayscale: #DEDEDE. Windows color (decimal): -5057 or 4189439. OLE color: 4189439.
HSL color Cylindrical-coordinate representation of color #FFEC3F: hue angle of 54.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFEC3F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 63 | - |
| CMYK | 0 | 0.07 | 0.75 | 0 |
| HSL | 54.06º | 1% | 0.62% | - |
| HSV(B) | 54.06º | 0.75% | 1% | - |
| XYZ | 72.13 | 81.61 | 16.65 | - |
| YUV | 221.96 | 38.29 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 63 | 0 | 0.07 | 0.75 | 0 | 54.06 | 1 | 0.62 |
| Hex | FF | EC | 3F | 0 | 7 | 4B | 0 | 36 | 64 | 3E |
| Octal | 377 | 354 | 77 | 0 | 7 | 113 | 0 | 66 | 144 | 76 |
| Binary | 11111111 | 11101100 | 111111 | 0 | 111 | 1001011 | 0 | 110110 | 1100100 | 111110 |
Color Harmonies of #FFEC3F
Complementary color
Monochromatic Colors of #FFEC3F
Black with #FFEC3F
Text Example
Text Example
White with #FFEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC3F; }
p { color: rgb(255,236,63); }
H1.HeaderClassName
{
color: #FFEC3F;
}
.AnyTagClassName
{
color: #FFEC3F;
}
</style>
background-color css
<style>
a { background-color: #FFEC3F; }
a { background-color: rgb(255,236,63); }
div.DivClassName
{
background-color: #FFEC3F;
}
.BgClassName
{
background-color: #FFEC3F;
}
</style>
border-color css
<style>
span { border-color: #FFEC3F; }
span { border-color: rgb(255,236,63); }
td.TdClassName
{
border-color: #FFEC3F;
}
.TagClassName
{
border-color: #FFEC3F;
}
</style>