Shades of Gorse #F7EC32
Tints of Gorse #F7EC32
RGB
CMYK
RGB Variations
Color information
#F7EC32 (or 0xF7EC32) is known color: Gorse. HEX triplet: F7, EC and 32. RGB value is (247,236,50). Sum of RGB (Red+Green+Blue) = 247+236+50=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7EC32 is #0813CD. Grayscale: #DADADA. Windows color (decimal): -529358 or 3337463. OLE color: 3337463.
HSL color Cylindrical-coordinate representation of color #F7EC32: hue angle of 56.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7EC32 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 50 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.03 |
| HSL | 56.65º | 0.92% | 0.58% | - |
| HSV(B) | 56.65º | 0.8% | 0.97% | - |
| XYZ | 68.93 | 80 | 14.83 | - |
| YUV | 218.09 | 33.14 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 50 | 0 | 0.04 | 0.80 | 0.03 | 56.65 | 0.92 | 0.58 |
| Hex | F7 | EC | 32 | 0 | 4 | 50 | 3 | 39 | 5C | 3A |
| Octal | 367 | 354 | 62 | 0 | 4 | 120 | 3 | 71 | 134 | 72 |
| Binary | 11110111 | 11101100 | 110010 | 0 | 100 | 1010000 | 11 | 111001 | 1011100 | 111010 |
Color Harmonies of #F7EC32
Complementary color
Monochromatic Colors of #F7EC32
Black with #F7EC32
Text Example
Text Example
White with #F7EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC32; }
p { color: rgb(247,236,50); }
H1.HeaderClassName
{
color: #F7EC32;
}
.AnyTagClassName
{
color: #F7EC32;
}
</style>
background-color css
<style>
a { background-color: #F7EC32; }
a { background-color: rgb(247,236,50); }
div.DivClassName
{
background-color: #F7EC32;
}
.BgClassName
{
background-color: #F7EC32;
}
</style>
border-color css
<style>
span { border-color: #F7EC32; }
span { border-color: rgb(247,236,50); }
td.TdClassName
{
border-color: #F7EC32;
}
.TagClassName
{
border-color: #F7EC32;
}
</style>