Shades of Gorse #FFE92E
Tints of Gorse #FFE92E
RGB
CMYK
RGB Variations
Color information
#FFE92E (or 0xFFE92E) is known color: Gorse. HEX triplet: FF, E9 and 2E. RGB value is (255,233,46). Sum of RGB (Red+Green+Blue) = 255+233+46=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE92E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE92E is #0016D1. Grayscale: #DBDBDB. Windows color (decimal): -5842 or 3074559. OLE color: 3074559.
HSL color Cylindrical-coordinate representation of color #FFE92E: hue angle of 53.68º 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 #FFE92E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 46 | - |
| CMYK | 0 | 0.09 | 0.82 | 0 |
| HSL | 53.68º | 1% | 0.59% | - |
| HSV(B) | 53.68º | 0.82% | 1% | - |
| XYZ | 70.87 | 79.74 | 14.24 | - |
| YUV | 218.26 | 30.79 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 46 | 0 | 0.09 | 0.82 | 0 | 53.68 | 1 | 0.59 |
| Hex | FF | E9 | 2E | 0 | 9 | 52 | 0 | 36 | 64 | 3B |
| Octal | 377 | 351 | 56 | 0 | 11 | 122 | 0 | 66 | 144 | 73 |
| Binary | 11111111 | 11101001 | 101110 | 0 | 1001 | 1010010 | 0 | 110110 | 1100100 | 111011 |
Color Harmonies of #FFE92E
Complementary color
Monochromatic Colors of #FFE92E
Black with #FFE92E
Text Example
Text Example
White with #FFE92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE92E; }
p { color: rgb(255,233,46); }
H1.HeaderClassName
{
color: #FFE92E;
}
.AnyTagClassName
{
color: #FFE92E;
}
</style>
background-color css
<style>
a { background-color: #FFE92E; }
a { background-color: rgb(255,233,46); }
div.DivClassName
{
background-color: #FFE92E;
}
.BgClassName
{
background-color: #FFE92E;
}
</style>
border-color css
<style>
span { border-color: #FFE92E; }
span { border-color: rgb(255,233,46); }
td.TdClassName
{
border-color: #FFE92E;
}
.TagClassName
{
border-color: #FFE92E;
}
</style>