Shades of Gorse #F5EC39
Tints of Gorse #F5EC39
RGB
CMYK
RGB Variations
Color information
#F5EC39 (or 0xF5EC39) is known color: Gorse. HEX triplet: F5, EC and 39. RGB value is (245,236,57). Sum of RGB (Red+Green+Blue) = 245+236+57=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 57 (22.66% from 255 or 10.59% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC39 is #0A13C6. Grayscale: #DBDBDB. Windows color (decimal): -660423 or 3796213. OLE color: 3796213.
HSL color Cylindrical-coordinate representation of color #F5EC39: hue angle of 57.13º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5EC39 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 57 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.04 |
| HSL | 57.13º | 0.9% | 0.59% | - |
| HSV(B) | 57.13º | 0.77% | 0.96% | - |
| XYZ | 68.39 | 79.7 | 15.65 | - |
| YUV | 218.29 | 36.98 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 57 | 0 | 0.04 | 0.77 | 0.04 | 57.13 | 0.9 | 0.59 |
| Hex | F5 | EC | 39 | 0 | 4 | 4D | 4 | 39 | 5A | 3B |
| Octal | 365 | 354 | 71 | 0 | 4 | 115 | 4 | 71 | 132 | 73 |
| Binary | 11110101 | 11101100 | 111001 | 0 | 100 | 1001101 | 100 | 111001 | 1011010 | 111011 |
Color Harmonies of #F5EC39
Complementary color
Monochromatic Colors of #F5EC39
Black with #F5EC39
Text Example
Text Example
White with #F5EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC39; }
p { color: rgb(245,236,57); }
H1.HeaderClassName
{
color: #F5EC39;
}
.AnyTagClassName
{
color: #F5EC39;
}
</style>
background-color css
<style>
a { background-color: #F5EC39; }
a { background-color: rgb(245,236,57); }
div.DivClassName
{
background-color: #F5EC39;
}
.BgClassName
{
background-color: #F5EC39;
}
</style>
border-color css
<style>
span { border-color: #F5EC39; }
span { border-color: rgb(245,236,57); }
td.TdClassName
{
border-color: #F5EC39;
}
.TagClassName
{
border-color: #F5EC39;
}
</style>