Shades of Gorse #FEE940
Tints of Gorse #FEE940
RGB
CMYK
RGB Variations
Color information
#FEE940 (or 0xFEE940) is known color: Gorse. HEX triplet: FE, E9 and 40. RGB value is (254,233,64). Sum of RGB (Red+Green+Blue) = 254+233+64=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 64 (25.39% from 255 or 11.62% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE940 is #0116BF. Grayscale: #DCDCDC. Windows color (decimal): -71360 or 4254206. OLE color: 4254206.
HSL color Cylindrical-coordinate representation of color #FEE940: hue angle of 53.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEE940 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 64 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.00 |
| HSL | 53.37º | 0.99% | 0.62% | - |
| HSV(B) | 53.37º | 0.75% | 1% | - |
| XYZ | 70.94 | 79.72 | 16.5 | - |
| YUV | 220.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 64 | 0 | 0.08 | 0.75 | 0.00 | 53.37 | 0.99 | 0.62 |
| Hex | FE | E9 | 40 | 0 | 8 | 4B | 0 | 35 | 63 | 3E |
| Octal | 376 | 351 | 100 | 0 | 10 | 113 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11101001 | 1000000 | 0 | 1000 | 1001011 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE940
Complementary color
Monochromatic Colors of #FEE940
Black with #FEE940
Text Example
Text Example
White with #FEE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE940; }
p { color: rgb(254,233,64); }
H1.HeaderClassName
{
color: #FEE940;
}
.AnyTagClassName
{
color: #FEE940;
}
</style>
background-color css
<style>
a { background-color: #FEE940; }
a { background-color: rgb(254,233,64); }
div.DivClassName
{
background-color: #FEE940;
}
.BgClassName
{
background-color: #FEE940;
}
</style>
border-color css
<style>
span { border-color: #FEE940; }
span { border-color: rgb(254,233,64); }
td.TdClassName
{
border-color: #FEE940;
}
.TagClassName
{
border-color: #FEE940;
}
</style>