Shades of Gorse #FFEF37
Tints of Gorse #FFEF37
RGB
CMYK
RGB Variations
Color information
#FFEF37 (or 0xFFEF37) is known color: Gorse. HEX triplet: FF, EF and 37. RGB value is (255,239,55). Sum of RGB (Red+Green+Blue) = 255+239+55=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 55 (21.88% from 255 or 10.02% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF37 is #0010C8. Grayscale: #DFDFDF. Windows color (decimal): -4297 or 3665919. OLE color: 3665919.
HSL color Cylindrical-coordinate representation of color #FFEF37: hue angle of 55.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFEF37 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 55 | - |
| CMYK | 0 | 0.06 | 0.78 | 0 |
| HSL | 55.2º | 1% | 0.61% | - |
| HSV(B) | 55.2º | 0.78% | 1% | - |
| XYZ | 72.8 | 83.27 | 15.85 | - |
| YUV | 222.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 55 | 0 | 0.06 | 0.78 | 0 | 55.2 | 1 | 0.61 |
| Hex | FF | EF | 37 | 0 | 6 | 4E | 0 | 37 | 64 | 3D |
| Octal | 377 | 357 | 67 | 0 | 6 | 116 | 0 | 67 | 144 | 75 |
| Binary | 11111111 | 11101111 | 110111 | 0 | 110 | 1001110 | 0 | 110111 | 1100100 | 111101 |
Color Harmonies of #FFEF37
Complementary color
Monochromatic Colors of #FFEF37
Black with #FFEF37
Text Example
Text Example
White with #FFEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF37; }
p { color: rgb(255,239,55); }
H1.HeaderClassName
{
color: #FFEF37;
}
.AnyTagClassName
{
color: #FFEF37;
}
</style>
background-color css
<style>
a { background-color: #FFEF37; }
a { background-color: rgb(255,239,55); }
div.DivClassName
{
background-color: #FFEF37;
}
.BgClassName
{
background-color: #FFEF37;
}
</style>
border-color css
<style>
span { border-color: #FFEF37; }
span { border-color: rgb(255,239,55); }
td.TdClassName
{
border-color: #FFEF37;
}
.TagClassName
{
border-color: #FFEF37;
}
</style>