Shades of Gorse #FEE227
Tints of Gorse #FEE227
RGB
CMYK
RGB Variations
Color information
#FEE227 (or 0xFEE227) is known color: Gorse. HEX triplet: FE, E2 and 27. RGB value is (254,226,39). Sum of RGB (Red+Green+Blue) = 254+226+39=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 39 (15.62% from 255 or 7.51% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE227 is #011DD8. Grayscale: #D5D5D5. Windows color (decimal): -73177 or 2614014. OLE color: 2614014.
HSL color Cylindrical-coordinate representation of color #FEE227: hue angle of 52.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEE227 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 39 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.00 |
| HSL | 52.19º | 0.99% | 0.57% | - |
| HSV(B) | 52.19º | 0.85% | 1% | - |
| XYZ | 68.44 | 75.61 | 12.91 | - |
| YUV | 213.05 | 29.78 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 39 | 0 | 0.11 | 0.85 | 0.00 | 52.19 | 0.99 | 0.57 |
| Hex | FE | E2 | 27 | 0 | B | 55 | 0 | 34 | 63 | 39 |
| Octal | 376 | 342 | 47 | 0 | 13 | 125 | 0 | 64 | 143 | 71 |
| Binary | 11111110 | 11100010 | 100111 | 0 | 1011 | 1010101 | 0 | 110100 | 1100011 | 111001 |
Color Harmonies of #FEE227
Complementary color
Monochromatic Colors of #FEE227
Black with #FEE227
Text Example
Text Example
White with #FEE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE227; }
p { color: rgb(254,226,39); }
H1.HeaderClassName
{
color: #FEE227;
}
.AnyTagClassName
{
color: #FEE227;
}
</style>
background-color css
<style>
a { background-color: #FEE227; }
a { background-color: rgb(254,226,39); }
div.DivClassName
{
background-color: #FEE227;
}
.BgClassName
{
background-color: #FEE227;
}
</style>
border-color css
<style>
span { border-color: #FEE227; }
span { border-color: rgb(254,226,39); }
td.TdClassName
{
border-color: #FEE227;
}
.TagClassName
{
border-color: #FEE227;
}
</style>