Shades of Gorse #FFE92D
Tints of Gorse #FFE92D
RGB
CMYK
RGB Variations
Color information
#FFE92D (or 0xFFE92D) is known color: Gorse. HEX triplet: FF, E9 and 2D. RGB value is (255,233,45). Sum of RGB (Red+Green+Blue) = 255+233+45=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE92D is #0016D2. Grayscale: #DADADA. Windows color (decimal): -5843 or 3009023. OLE color: 3009023.
HSL color Cylindrical-coordinate representation of color #FFE92D: hue angle of 53.71º 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 #FFE92D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0 |
| HSL | 53.71º | 1% | 0.59% | - |
| HSV(B) | 53.71º | 0.82% | 1% | - |
| XYZ | 70.85 | 79.73 | 14.14 | - |
| YUV | 218.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 45 | 0 | 0.09 | 0.82 | 0 | 53.71 | 1 | 0.59 |
| Hex | FF | E9 | 2D | 0 | 9 | 52 | 0 | 36 | 64 | 3B |
| Octal | 377 | 351 | 55 | 0 | 11 | 122 | 0 | 66 | 144 | 73 |
| Binary | 11111111 | 11101001 | 101101 | 0 | 1001 | 1010010 | 0 | 110110 | 1100100 | 111011 |
Color Harmonies of #FFE92D
Complementary color
Monochromatic Colors of #FFE92D
Black with #FFE92D
Text Example
Text Example
White with #FFE92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE92D; }
p { color: rgb(255,233,45); }
H1.HeaderClassName
{
color: #FFE92D;
}
.AnyTagClassName
{
color: #FFE92D;
}
</style>
background-color css
<style>
a { background-color: #FFE92D; }
a { background-color: rgb(255,233,45); }
div.DivClassName
{
background-color: #FFE92D;
}
.BgClassName
{
background-color: #FFE92D;
}
</style>
border-color css
<style>
span { border-color: #FFE92D; }
span { border-color: rgb(255,233,45); }
td.TdClassName
{
border-color: #FFE92D;
}
.TagClassName
{
border-color: #FFE92D;
}
</style>