Shades of Gorse #FFEF2E
Tints of Gorse #FFEF2E
RGB
CMYK
RGB Variations
Color information
#FFEF2E (or 0xFFEF2E) is known color: Gorse. HEX triplet: FF, EF and 2E. RGB value is (255,239,46). Sum of RGB (Red+Green+Blue) = 255+239+46=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF2E is #0010D1. Grayscale: #DEDEDE. Windows color (decimal): -4306 or 3076095. OLE color: 3076095.
HSL color Cylindrical-coordinate representation of color #FFEF2E: hue angle of 55.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFEF2E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 46 | - |
| CMYK | 0 | 0.06 | 0.82 | 0 |
| HSL | 55.41º | 1% | 0.59% | - |
| HSV(B) | 55.41º | 0.82% | 1% | - |
| XYZ | 72.6 | 83.19 | 14.82 | - |
| YUV | 221.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 46 | 0 | 0.06 | 0.82 | 0 | 55.41 | 1 | 0.59 |
| Hex | FF | EF | 2E | 0 | 6 | 52 | 0 | 37 | 64 | 3B |
| Octal | 377 | 357 | 56 | 0 | 6 | 122 | 0 | 67 | 144 | 73 |
| Binary | 11111111 | 11101111 | 101110 | 0 | 110 | 1010010 | 0 | 110111 | 1100100 | 111011 |
Color Harmonies of #FFEF2E
Complementary color
Monochromatic Colors of #FFEF2E
Black with #FFEF2E
Text Example
Text Example
White with #FFEF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF2E; }
p { color: rgb(255,239,46); }
H1.HeaderClassName
{
color: #FFEF2E;
}
.AnyTagClassName
{
color: #FFEF2E;
}
</style>
background-color css
<style>
a { background-color: #FFEF2E; }
a { background-color: rgb(255,239,46); }
div.DivClassName
{
background-color: #FFEF2E;
}
.BgClassName
{
background-color: #FFEF2E;
}
</style>
border-color css
<style>
span { border-color: #FFEF2E; }
span { border-color: rgb(255,239,46); }
td.TdClassName
{
border-color: #FFEF2E;
}
.TagClassName
{
border-color: #FFEF2E;
}
</style>