Shades of Gorse #FFE22E
Tints of Gorse #FFE22E
RGB
CMYK
RGB Variations
Color information
#FFE22E (or 0xFFE22E) is known color: Gorse. HEX triplet: FF, E2 and 2E. RGB value is (255,226,46). Sum of RGB (Red+Green+Blue) = 255+226+46=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 46 (18.36% from 255 or 8.73% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE22E is #001DD1. Grayscale: #D6D6D6. Windows color (decimal): -7634 or 3072767. OLE color: 3072767.
HSL color Cylindrical-coordinate representation of color #FFE22E: hue angle of 51.67º 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 #FFE22E is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 46 | - |
| CMYK | 0 | 0.11 | 0.82 | 0 |
| HSL | 51.67º | 1% | 0.59% | - |
| HSV(B) | 51.67º | 0.82% | 1% | - |
| XYZ | 68.93 | 75.85 | 13.59 | - |
| YUV | 214.15 | 33.11 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 46 | 0 | 0.11 | 0.82 | 0 | 51.67 | 1 | 0.59 |
| Hex | FF | E2 | 2E | 0 | B | 52 | 0 | 34 | 64 | 3B |
| Octal | 377 | 342 | 56 | 0 | 13 | 122 | 0 | 64 | 144 | 73 |
| Binary | 11111111 | 11100010 | 101110 | 0 | 1011 | 1010010 | 0 | 110100 | 1100100 | 111011 |
Color Harmonies of #FFE22E
Complementary color
Monochromatic Colors of #FFE22E
Black with #FFE22E
Text Example
Text Example
White with #FFE22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE22E; }
p { color: rgb(255,226,46); }
H1.HeaderClassName
{
color: #FFE22E;
}
.AnyTagClassName
{
color: #FFE22E;
}
</style>
background-color css
<style>
a { background-color: #FFE22E; }
a { background-color: rgb(255,226,46); }
div.DivClassName
{
background-color: #FFE22E;
}
.BgClassName
{
background-color: #FFE22E;
}
</style>
border-color css
<style>
span { border-color: #FFE22E; }
span { border-color: rgb(255,226,46); }
td.TdClassName
{
border-color: #FFE22E;
}
.TagClassName
{
border-color: #FFE22E;
}
</style>