Shades of Gorse #FFE92F
Tints of Gorse #FFE92F
RGB
CMYK
RGB Variations
Color information
#FFE92F (or 0xFFE92F) is known color: Gorse. HEX triplet: FF, E9 and 2F. RGB value is (255,233,47). Sum of RGB (Red+Green+Blue) = 255+233+47=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE92F is #0016D0. Grayscale: #DBDBDB. Windows color (decimal): -5841 or 3140095. OLE color: 3140095.
HSL color Cylindrical-coordinate representation of color #FFE92F: hue angle of 53.65º 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 #FFE92F is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 47 | - |
| CMYK | 0 | 0.09 | 0.82 | 0 |
| HSL | 53.65º | 1% | 0.59% | - |
| HSV(B) | 53.65º | 0.82% | 1% | - |
| XYZ | 70.89 | 79.74 | 14.34 | - |
| YUV | 218.37 | 31.29 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 47 | 0 | 0.09 | 0.82 | 0 | 53.65 | 1 | 0.59 |
| Hex | FF | E9 | 2F | 0 | 9 | 52 | 0 | 36 | 64 | 3B |
| Octal | 377 | 351 | 57 | 0 | 11 | 122 | 0 | 66 | 144 | 73 |
| Binary | 11111111 | 11101001 | 101111 | 0 | 1001 | 1010010 | 0 | 110110 | 1100100 | 111011 |
Color Harmonies of #FFE92F
Complementary color
Monochromatic Colors of #FFE92F
Black with #FFE92F
Text Example
Text Example
White with #FFE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE92F; }
p { color: rgb(255,233,47); }
H1.HeaderClassName
{
color: #FFE92F;
}
.AnyTagClassName
{
color: #FFE92F;
}
</style>
background-color css
<style>
a { background-color: #FFE92F; }
a { background-color: rgb(255,233,47); }
div.DivClassName
{
background-color: #FFE92F;
}
.BgClassName
{
background-color: #FFE92F;
}
</style>
border-color css
<style>
span { border-color: #FFE92F; }
span { border-color: rgb(255,233,47); }
td.TdClassName
{
border-color: #FFE92F;
}
.TagClassName
{
border-color: #FFE92F;
}
</style>