Shades of Gorse #FFEF3F
Tints of Gorse #FFEF3F
RGB
CMYK
RGB Variations
Color information
#FFEF3F (or 0xFFEF3F) is known color: Gorse. HEX triplet: FF, EF and 3F. RGB value is (255,239,63). Sum of RGB (Red+Green+Blue) = 255+239+63=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 63 (25% from 255 or 11.31% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF3F is #0010C0. Grayscale: #E0E0E0. Windows color (decimal): -4289 or 4190207. OLE color: 4190207.
HSL color Cylindrical-coordinate representation of color #FFEF3F: hue angle of 55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFEF3F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 63 | - |
| CMYK | 0 | 0.06 | 0.75 | 0 |
| HSL | 55º | 1% | 0.62% | - |
| HSV(B) | 55º | 0.75% | 1% | - |
| XYZ | 73 | 83.35 | 16.94 | - |
| YUV | 223.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 63 | 0 | 0.06 | 0.75 | 0 | 55 | 1 | 0.62 |
| Hex | FF | EF | 3F | 0 | 6 | 4B | 0 | 37 | 64 | 3E |
| Octal | 377 | 357 | 77 | 0 | 6 | 113 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101111 | 111111 | 0 | 110 | 1001011 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEF3F
Complementary color
Monochromatic Colors of #FFEF3F
Black with #FFEF3F
Text Example
Text Example
White with #FFEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF3F; }
p { color: rgb(255,239,63); }
H1.HeaderClassName
{
color: #FFEF3F;
}
.AnyTagClassName
{
color: #FFEF3F;
}
</style>
background-color css
<style>
a { background-color: #FFEF3F; }
a { background-color: rgb(255,239,63); }
div.DivClassName
{
background-color: #FFEF3F;
}
.BgClassName
{
background-color: #FFEF3F;
}
</style>
border-color css
<style>
span { border-color: #FFEF3F; }
span { border-color: rgb(255,239,63); }
td.TdClassName
{
border-color: #FFEF3F;
}
.TagClassName
{
border-color: #FFEF3F;
}
</style>