Shades of Gorse #F4EC3A
Tints of Gorse #F4EC3A
RGB
CMYK
RGB Variations
Color information
#F4EC3A (or 0xF4EC3A) is known color: Gorse. HEX triplet: F4, EC and 3A. RGB value is (244,236,58). Sum of RGB (Red+Green+Blue) = 244+236+58=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 58 (23.05% from 255 or 10.78% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EC3A is #0B13C5. Grayscale: #DADADA. Windows color (decimal): -725958 or 3861748. OLE color: 3861748.
HSL color Cylindrical-coordinate representation of color #F4EC3A: hue angle of 57.42º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4EC3A is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 58 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.04 |
| HSL | 57.42º | 0.89% | 0.59% | - |
| HSV(B) | 57.42º | 0.76% | 0.96% | - |
| XYZ | 68.07 | 79.53 | 15.77 | - |
| YUV | 218.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 58 | 0 | 0.03 | 0.76 | 0.04 | 57.42 | 0.89 | 0.59 |
| Hex | F4 | EC | 3A | 0 | 3 | 4C | 4 | 39 | 59 | 3B |
| Octal | 364 | 354 | 72 | 0 | 3 | 114 | 4 | 71 | 131 | 73 |
| Binary | 11110100 | 11101100 | 111010 | 0 | 11 | 1001100 | 100 | 111001 | 1011001 | 111011 |
Color Harmonies of #F4EC3A
Complementary color
Monochromatic Colors of #F4EC3A
Black with #F4EC3A
Text Example
Text Example
White with #F4EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC3A; }
p { color: rgb(244,236,58); }
H1.HeaderClassName
{
color: #F4EC3A;
}
.AnyTagClassName
{
color: #F4EC3A;
}
</style>
background-color css
<style>
a { background-color: #F4EC3A; }
a { background-color: rgb(244,236,58); }
div.DivClassName
{
background-color: #F4EC3A;
}
.BgClassName
{
background-color: #F4EC3A;
}
</style>
border-color css
<style>
span { border-color: #F4EC3A; }
span { border-color: rgb(244,236,58); }
td.TdClassName
{
border-color: #F4EC3A;
}
.TagClassName
{
border-color: #F4EC3A;
}
</style>