Shades of Gorse #F4EC32
Tints of Gorse #F4EC32
RGB
CMYK
RGB Variations
Color information
#F4EC32 (or 0xF4EC32) is known color: Gorse. HEX triplet: F4, EC and 32. RGB value is (244,236,50). Sum of RGB (Red+Green+Blue) = 244+236+50=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EC32 is #0B13CD. Grayscale: #D9D9D9. Windows color (decimal): -725966 or 3337460. OLE color: 3337460.
HSL color Cylindrical-coordinate representation of color #F4EC32: hue angle of 57.53º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4EC32 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 50 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.04 |
| HSL | 57.53º | 0.9% | 0.58% | - |
| HSV(B) | 57.53º | 0.8% | 0.96% | - |
| XYZ | 67.88 | 79.45 | 14.78 | - |
| YUV | 217.19 | 33.65 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 50 | 0 | 0.03 | 0.80 | 0.04 | 57.53 | 0.9 | 0.58 |
| Hex | F4 | EC | 32 | 0 | 3 | 50 | 4 | 3A | 5A | 3A |
| Octal | 364 | 354 | 62 | 0 | 3 | 120 | 4 | 72 | 132 | 72 |
| Binary | 11110100 | 11101100 | 110010 | 0 | 11 | 1010000 | 100 | 111010 | 1011010 | 111010 |
Color Harmonies of #F4EC32
Complementary color
Monochromatic Colors of #F4EC32
Black with #F4EC32
Text Example
Text Example
White with #F4EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC32; }
p { color: rgb(244,236,50); }
H1.HeaderClassName
{
color: #F4EC32;
}
.AnyTagClassName
{
color: #F4EC32;
}
</style>
background-color css
<style>
a { background-color: #F4EC32; }
a { background-color: rgb(244,236,50); }
div.DivClassName
{
background-color: #F4EC32;
}
.BgClassName
{
background-color: #F4EC32;
}
</style>
border-color css
<style>
span { border-color: #F4EC32; }
span { border-color: rgb(244,236,50); }
td.TdClassName
{
border-color: #F4EC32;
}
.TagClassName
{
border-color: #F4EC32;
}
</style>