Shades of Gorse #FFE122
Tints of Gorse #FFE122
RGB
CMYK
RGB Variations
Color information
#FFE122 (or 0xFFE122) is known color: Gorse. HEX triplet: FF, E1 and 22. RGB value is (255,225,34). Sum of RGB (Red+Green+Blue) = 255+225+34=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE122 is #001EDD. Grayscale: #D4D4D4. Windows color (decimal): -7902 or 2286079. OLE color: 2286079.
HSL color Cylindrical-coordinate representation of color #FFE122: hue angle of 51.86º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFE122 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 34 | - |
| CMYK | 0 | 0.12 | 0.87 | 0 |
| HSL | 51.86º | 1% | 0.57% | - |
| HSV(B) | 51.86º | 0.87% | 1% | - |
| XYZ | 68.45 | 75.23 | 12.43 | - |
| YUV | 212.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 34 | 0 | 0.12 | 0.87 | 0 | 51.86 | 1 | 0.57 |
| Hex | FF | E1 | 22 | 0 | C | 57 | 0 | 34 | 64 | 39 |
| Octal | 377 | 341 | 42 | 0 | 14 | 127 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100001 | 100010 | 0 | 1100 | 1010111 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE122
Complementary color
Monochromatic Colors of #FFE122
Black with #FFE122
Text Example
Text Example
White with #FFE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE122; }
p { color: rgb(255,225,34); }
H1.HeaderClassName
{
color: #FFE122;
}
.AnyTagClassName
{
color: #FFE122;
}
</style>
background-color css
<style>
a { background-color: #FFE122; }
a { background-color: rgb(255,225,34); }
div.DivClassName
{
background-color: #FFE122;
}
.BgClassName
{
background-color: #FFE122;
}
</style>
border-color css
<style>
span { border-color: #FFE122; }
span { border-color: rgb(255,225,34); }
td.TdClassName
{
border-color: #FFE122;
}
.TagClassName
{
border-color: #FFE122;
}
</style>