Shades of Gorse #FEE022
Tints of Gorse #FEE022
RGB
CMYK
RGB Variations
Color information
#FEE022 (or 0xFEE022) is known color: Gorse. HEX triplet: FE, E0 and 22. RGB value is (254,224,34). Sum of RGB (Red+Green+Blue) = 254+224+34=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 34 (13.67% from 255 or 6.64% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE022 is #011FDD. Grayscale: #D4D4D4. Windows color (decimal): -73694 or 2285822. OLE color: 2285822.
HSL color Cylindrical-coordinate representation of color #FEE022: hue angle of 51.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE022 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 34 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.00 |
| HSL | 51.82º | 0.99% | 0.56% | - |
| HSV(B) | 51.82º | 0.87% | 1% | - |
| XYZ | 67.82 | 74.5 | 12.32 | - |
| YUV | 211.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 34 | 0 | 0.12 | 0.87 | 0.00 | 51.82 | 0.99 | 0.56 |
| Hex | FE | E0 | 22 | 0 | C | 57 | 0 | 34 | 63 | 38 |
| Octal | 376 | 340 | 42 | 0 | 14 | 127 | 0 | 64 | 143 | 70 |
| Binary | 11111110 | 11100000 | 100010 | 0 | 1100 | 1010111 | 0 | 110100 | 1100011 | 111000 |
Color Harmonies of #FEE022
Complementary color
Monochromatic Colors of #FEE022
Black with #FEE022
Text Example
Text Example
White with #FEE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE022; }
p { color: rgb(254,224,34); }
H1.HeaderClassName
{
color: #FEE022;
}
.AnyTagClassName
{
color: #FEE022;
}
</style>
background-color css
<style>
a { background-color: #FEE022; }
a { background-color: rgb(254,224,34); }
div.DivClassName
{
background-color: #FEE022;
}
.BgClassName
{
background-color: #FEE022;
}
</style>
border-color css
<style>
span { border-color: #FEE022; }
span { border-color: rgb(254,224,34); }
td.TdClassName
{
border-color: #FEE022;
}
.TagClassName
{
border-color: #FEE022;
}
</style>