Shades of Gorse #FFEF3E
Tints of Gorse #FFEF3E
RGB
CMYK
RGB Variations
Color information
#FFEF3E (or 0xFFEF3E) is known color: Gorse. HEX triplet: FF, EF and 3E. RGB value is (255,239,62). Sum of RGB (Red+Green+Blue) = 255+239+62=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 62 (24.61% from 255 or 11.15% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF3E is #0010C1. Grayscale: #E0E0E0. Windows color (decimal): -4290 or 4124671. OLE color: 4124671.
HSL color Cylindrical-coordinate representation of color #FFEF3E: hue angle of 55.03º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFEF3E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 62 | - |
| CMYK | 0 | 0.06 | 0.76 | 0 |
| HSL | 55.03º | 1% | 0.62% | - |
| HSV(B) | 55.03º | 0.76% | 1% | - |
| XYZ | 72.98 | 83.34 | 16.8 | - |
| YUV | 223.61 | 36.8 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 62 | 0 | 0.06 | 0.76 | 0 | 55.03 | 1 | 0.62 |
| Hex | FF | EF | 3E | 0 | 6 | 4C | 0 | 37 | 64 | 3E |
| Octal | 377 | 357 | 76 | 0 | 6 | 114 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101111 | 111110 | 0 | 110 | 1001100 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEF3E
Complementary color
Monochromatic Colors of #FFEF3E
Black with #FFEF3E
Text Example
Text Example
White with #FFEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF3E; }
p { color: rgb(255,239,62); }
H1.HeaderClassName
{
color: #FFEF3E;
}
.AnyTagClassName
{
color: #FFEF3E;
}
</style>
background-color css
<style>
a { background-color: #FFEF3E; }
a { background-color: rgb(255,239,62); }
div.DivClassName
{
background-color: #FFEF3E;
}
.BgClassName
{
background-color: #FFEF3E;
}
</style>
border-color css
<style>
span { border-color: #FFEF3E; }
span { border-color: rgb(255,239,62); }
td.TdClassName
{
border-color: #FFEF3E;
}
.TagClassName
{
border-color: #FFEF3E;
}
</style>