Shades of Gorse #FEE22B
Tints of Gorse #FEE22B
RGB
CMYK
RGB Variations
Color information
#FEE22B (or 0xFEE22B) is known color: Gorse. HEX triplet: FE, E2 and 2B. RGB value is (254,226,43). Sum of RGB (Red+Green+Blue) = 254+226+43=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 43 (17.19% from 255 or 8.22% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE22B is #011DD4. Grayscale: #D6D6D6. Windows color (decimal): -73173 or 2876158. OLE color: 2876158.
HSL color Cylindrical-coordinate representation of color #FEE22B: hue angle of 52.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEE22B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 43 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.00 |
| HSL | 52.04º | 0.99% | 0.58% | - |
| HSV(B) | 52.04º | 0.83% | 1% | - |
| XYZ | 68.51 | 75.64 | 13.27 | - |
| YUV | 213.51 | 31.78 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 43 | 0 | 0.11 | 0.83 | 0.00 | 52.04 | 0.99 | 0.58 |
| Hex | FE | E2 | 2B | 0 | B | 53 | 0 | 34 | 63 | 3A |
| Octal | 376 | 342 | 53 | 0 | 13 | 123 | 0 | 64 | 143 | 72 |
| Binary | 11111110 | 11100010 | 101011 | 0 | 1011 | 1010011 | 0 | 110100 | 1100011 | 111010 |
Color Harmonies of #FEE22B
Complementary color
Monochromatic Colors of #FEE22B
Black with #FEE22B
Text Example
Text Example
White with #FEE22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE22B; }
p { color: rgb(254,226,43); }
H1.HeaderClassName
{
color: #FEE22B;
}
.AnyTagClassName
{
color: #FEE22B;
}
</style>
background-color css
<style>
a { background-color: #FEE22B; }
a { background-color: rgb(254,226,43); }
div.DivClassName
{
background-color: #FEE22B;
}
.BgClassName
{
background-color: #FEE22B;
}
</style>
border-color css
<style>
span { border-color: #FEE22B; }
span { border-color: rgb(254,226,43); }
td.TdClassName
{
border-color: #FEE22B;
}
.TagClassName
{
border-color: #FEE22B;
}
</style>