Shades of Gorse #FEE426
Tints of Gorse #FEE426
RGB
CMYK
RGB Variations
Color information
#FEE426 (or 0xFEE426) is known color: Gorse. HEX triplet: FE, E4 and 26. RGB value is (254,228,38). Sum of RGB (Red+Green+Blue) = 254+228+38=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 38 (15.23% from 255 or 7.31% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE426 is #011BD9. Grayscale: #D6D6D6. Windows color (decimal): -72666 or 2548990. OLE color: 2548990.
HSL color Cylindrical-coordinate representation of color #FEE426: hue angle of 52.78º 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 #FEE426 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 38 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.00 |
| HSL | 52.78º | 0.99% | 0.57% | - |
| HSV(B) | 52.78º | 0.85% | 1% | - |
| XYZ | 68.97 | 76.7 | 13 | - |
| YUV | 214.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 38 | 0 | 0.10 | 0.85 | 0.00 | 52.78 | 0.99 | 0.57 |
| Hex | FE | E4 | 26 | 0 | A | 55 | 0 | 35 | 63 | 39 |
| Octal | 376 | 344 | 46 | 0 | 12 | 125 | 0 | 65 | 143 | 71 |
| Binary | 11111110 | 11100100 | 100110 | 0 | 1010 | 1010101 | 0 | 110101 | 1100011 | 111001 |
Color Harmonies of #FEE426
Complementary color
Monochromatic Colors of #FEE426
Black with #FEE426
Text Example
Text Example
White with #FEE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE426; }
p { color: rgb(254,228,38); }
H1.HeaderClassName
{
color: #FEE426;
}
.AnyTagClassName
{
color: #FEE426;
}
</style>
background-color css
<style>
a { background-color: #FEE426; }
a { background-color: rgb(254,228,38); }
div.DivClassName
{
background-color: #FEE426;
}
.BgClassName
{
background-color: #FEE426;
}
</style>
border-color css
<style>
span { border-color: #FEE426; }
span { border-color: rgb(254,228,38); }
td.TdClassName
{
border-color: #FEE426;
}
.TagClassName
{
border-color: #FEE426;
}
</style>