Shades of Gorse #FFEF2A
Tints of Gorse #FFEF2A
RGB
CMYK
RGB Variations
Color information
#FFEF2A (or 0xFFEF2A) is known color: Gorse. HEX triplet: FF, EF and 2A. RGB value is (255,239,42). Sum of RGB (Red+Green+Blue) = 255+239+42=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 42 (16.80% from 255 or 7.84% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF2A is #0010D5. Grayscale: #DEDEDE. Windows color (decimal): -4310 or 2813951. OLE color: 2813951.
HSL color Cylindrical-coordinate representation of color #FFEF2A: hue angle of 55.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFEF2A is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 42 | - |
| CMYK | 0 | 0.06 | 0.84 | 0 |
| HSL | 55.49º | 1% | 0.58% | - |
| HSV(B) | 55.49º | 0.84% | 1% | - |
| XYZ | 72.52 | 83.16 | 14.42 | - |
| YUV | 221.33 | 26.8 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 42 | 0 | 0.06 | 0.84 | 0 | 55.49 | 1 | 0.58 |
| Hex | FF | EF | 2A | 0 | 6 | 54 | 0 | 37 | 64 | 3A |
| Octal | 377 | 357 | 52 | 0 | 6 | 124 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101111 | 101010 | 0 | 110 | 1010100 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFEF2A
Complementary color
Monochromatic Colors of #FFEF2A
Black with #FFEF2A
Text Example
Text Example
White with #FFEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF2A; }
p { color: rgb(255,239,42); }
H1.HeaderClassName
{
color: #FFEF2A;
}
.AnyTagClassName
{
color: #FFEF2A;
}
</style>
background-color css
<style>
a { background-color: #FFEF2A; }
a { background-color: rgb(255,239,42); }
div.DivClassName
{
background-color: #FFEF2A;
}
.BgClassName
{
background-color: #FFEF2A;
}
</style>
border-color css
<style>
span { border-color: #FFEF2A; }
span { border-color: rgb(255,239,42); }
td.TdClassName
{
border-color: #FFEF2A;
}
.TagClassName
{
border-color: #FFEF2A;
}
</style>