Shades of Gorse #FFEF2C
Tints of Gorse #FFEF2C
RGB
CMYK
RGB Variations
Color information
#FFEF2C (or 0xFFEF2C) is known color: Gorse. HEX triplet: FF, EF and 2C. RGB value is (255,239,44). Sum of RGB (Red+Green+Blue) = 255+239+44=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 44 (17.58% from 255 or 8.18% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF2C is #0010D3. Grayscale: #DEDEDE. Windows color (decimal): -4308 or 2945023. OLE color: 2945023.
HSL color Cylindrical-coordinate representation of color #FFEF2C: hue angle of 55.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFEF2C is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 44 | - |
| CMYK | 0 | 0.06 | 0.83 | 0 |
| HSL | 55.45º | 1% | 0.59% | - |
| HSV(B) | 55.45º | 0.83% | 1% | - |
| XYZ | 72.56 | 83.17 | 14.61 | - |
| YUV | 221.55 | 27.8 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 44 | 0 | 0.06 | 0.83 | 0 | 55.45 | 1 | 0.59 |
| Hex | FF | EF | 2C | 0 | 6 | 53 | 0 | 37 | 64 | 3B |
| Octal | 377 | 357 | 54 | 0 | 6 | 123 | 0 | 67 | 144 | 73 |
| Binary | 11111111 | 11101111 | 101100 | 0 | 110 | 1010011 | 0 | 110111 | 1100100 | 111011 |
Color Harmonies of #FFEF2C
Complementary color
Monochromatic Colors of #FFEF2C
Black with #FFEF2C
Text Example
Text Example
White with #FFEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF2C; }
p { color: rgb(255,239,44); }
H1.HeaderClassName
{
color: #FFEF2C;
}
.AnyTagClassName
{
color: #FFEF2C;
}
</style>
background-color css
<style>
a { background-color: #FFEF2C; }
a { background-color: rgb(255,239,44); }
div.DivClassName
{
background-color: #FFEF2C;
}
.BgClassName
{
background-color: #FFEF2C;
}
</style>
border-color css
<style>
span { border-color: #FFEF2C; }
span { border-color: rgb(255,239,44); }
td.TdClassName
{
border-color: #FFEF2C;
}
.TagClassName
{
border-color: #FFEF2C;
}
</style>