Shades of Gorse #FEE224
Tints of Gorse #FEE224
RGB
CMYK
RGB Variations
Color information
#FEE224 (or 0xFEE224) is known color: Gorse. HEX triplet: FE, E2 and 24. RGB value is (254,226,36). Sum of RGB (Red+Green+Blue) = 254+226+36=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE224 is #011DDB. Grayscale: #D5D5D5. Windows color (decimal): -73180 or 2417406. OLE color: 2417406.
HSL color Cylindrical-coordinate representation of color #FEE224: hue angle of 52.29º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEE224 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 36 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.00 |
| HSL | 52.29º | 0.99% | 0.57% | - |
| HSV(B) | 52.29º | 0.86% | 1% | - |
| XYZ | 68.39 | 75.59 | 12.66 | - |
| YUV | 212.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 36 | 0 | 0.11 | 0.86 | 0.00 | 52.29 | 0.99 | 0.57 |
| Hex | FE | E2 | 24 | 0 | B | 56 | 0 | 34 | 63 | 39 |
| Octal | 376 | 342 | 44 | 0 | 13 | 126 | 0 | 64 | 143 | 71 |
| Binary | 11111110 | 11100010 | 100100 | 0 | 1011 | 1010110 | 0 | 110100 | 1100011 | 111001 |
Color Harmonies of #FEE224
Complementary color
Monochromatic Colors of #FEE224
Black with #FEE224
Text Example
Text Example
White with #FEE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE224; }
p { color: rgb(254,226,36); }
H1.HeaderClassName
{
color: #FEE224;
}
.AnyTagClassName
{
color: #FEE224;
}
</style>
background-color css
<style>
a { background-color: #FEE224; }
a { background-color: rgb(254,226,36); }
div.DivClassName
{
background-color: #FEE224;
}
.BgClassName
{
background-color: #FEE224;
}
</style>
border-color css
<style>
span { border-color: #FEE224; }
span { border-color: rgb(254,226,36); }
td.TdClassName
{
border-color: #FEE224;
}
.TagClassName
{
border-color: #FEE224;
}
</style>