Shades of Gorse #FFEF3B
Tints of Gorse #FFEF3B
RGB
CMYK
RGB Variations
Color information
#FFEF3B (or 0xFFEF3B) is known color: Gorse. HEX triplet: FF, EF and 3B. RGB value is (255,239,59). Sum of RGB (Red+Green+Blue) = 255+239+59=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 59 (23.44% from 255 or 10.67% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF3B is #0010C4. Grayscale: #E0E0E0. Windows color (decimal): -4293 or 3928063. OLE color: 3928063.
HSL color Cylindrical-coordinate representation of color #FFEF3B: hue angle of 55.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFEF3B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 59 | - |
| CMYK | 0 | 0.06 | 0.77 | 0 |
| HSL | 55.1º | 1% | 0.62% | - |
| HSV(B) | 55.1º | 0.77% | 1% | - |
| XYZ | 72.9 | 83.31 | 16.38 | - |
| YUV | 223.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 59 | 0 | 0.06 | 0.77 | 0 | 55.1 | 1 | 0.62 |
| Hex | FF | EF | 3B | 0 | 6 | 4D | 0 | 37 | 64 | 3E |
| Octal | 377 | 357 | 73 | 0 | 6 | 115 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101111 | 111011 | 0 | 110 | 1001101 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEF3B
Complementary color
Monochromatic Colors of #FFEF3B
Black with #FFEF3B
Text Example
Text Example
White with #FFEF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF3B; }
p { color: rgb(255,239,59); }
H1.HeaderClassName
{
color: #FFEF3B;
}
.AnyTagClassName
{
color: #FFEF3B;
}
</style>
background-color css
<style>
a { background-color: #FFEF3B; }
a { background-color: rgb(255,239,59); }
div.DivClassName
{
background-color: #FFEF3B;
}
.BgClassName
{
background-color: #FFEF3B;
}
</style>
border-color css
<style>
span { border-color: #FFEF3B; }
span { border-color: rgb(255,239,59); }
td.TdClassName
{
border-color: #FFEF3B;
}
.TagClassName
{
border-color: #FFEF3B;
}
</style>