Shades of Gorse #FEE22E
Tints of Gorse #FEE22E
RGB
CMYK
RGB Variations
Color information
#FEE22E (or 0xFEE22E) is known color: Gorse. HEX triplet: FE, E2 and 2E. RGB value is (254,226,46). Sum of RGB (Red+Green+Blue) = 254+226+46=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE22E is #011DD1. Grayscale: #D6D6D6. Windows color (decimal): -73170 or 3072766. OLE color: 3072766.
HSL color Cylindrical-coordinate representation of color #FEE22E: hue angle of 51.92º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEE22E is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 46 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.00 |
| HSL | 51.92º | 0.99% | 0.59% | - |
| HSV(B) | 51.92º | 0.82% | 1% | - |
| XYZ | 68.56 | 75.66 | 13.58 | - |
| YUV | 213.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 46 | 0 | 0.11 | 0.82 | 0.00 | 51.92 | 0.99 | 0.59 |
| Hex | FE | E2 | 2E | 0 | B | 52 | 0 | 34 | 63 | 3B |
| Octal | 376 | 342 | 56 | 0 | 13 | 122 | 0 | 64 | 143 | 73 |
| Binary | 11111110 | 11100010 | 101110 | 0 | 1011 | 1010010 | 0 | 110100 | 1100011 | 111011 |
Color Harmonies of #FEE22E
Complementary color
Monochromatic Colors of #FEE22E
Black with #FEE22E
Text Example
Text Example
White with #FEE22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE22E; }
p { color: rgb(254,226,46); }
H1.HeaderClassName
{
color: #FEE22E;
}
.AnyTagClassName
{
color: #FEE22E;
}
</style>
background-color css
<style>
a { background-color: #FEE22E; }
a { background-color: rgb(254,226,46); }
div.DivClassName
{
background-color: #FEE22E;
}
.BgClassName
{
background-color: #FEE22E;
}
</style>
border-color css
<style>
span { border-color: #FEE22E; }
span { border-color: rgb(254,226,46); }
td.TdClassName
{
border-color: #FEE22E;
}
.TagClassName
{
border-color: #FEE22E;
}
</style>