Shades of Gorse #FEE941
Tints of Gorse #FEE941
RGB
CMYK
RGB Variations
Color information
#FEE941 (or 0xFEE941) is known color: Gorse. HEX triplet: FE, E9 and 41. RGB value is (254,233,65). Sum of RGB (Red+Green+Blue) = 254+233+65=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 65 (25.78% from 255 or 11.78% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE941 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE941 is #0116BE. Grayscale: #DCDCDC. Windows color (decimal): -71359 or 4319742. OLE color: 4319742.
HSL color Cylindrical-coordinate representation of color #FEE941: hue angle of 53.33º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEE941 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 65 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.00 |
| HSL | 53.33º | 0.99% | 0.63% | - |
| HSV(B) | 53.33º | 0.74% | 1% | - |
| XYZ | 70.97 | 79.73 | 16.65 | - |
| YUV | 220.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 65 | 0 | 0.08 | 0.74 | 0.00 | 53.33 | 0.99 | 0.63 |
| Hex | FE | E9 | 41 | 0 | 8 | 4A | 0 | 35 | 63 | 3F |
| Octal | 376 | 351 | 101 | 0 | 10 | 112 | 0 | 65 | 143 | 77 |
| Binary | 11111110 | 11101001 | 1000001 | 0 | 1000 | 1001010 | 0 | 110101 | 1100011 | 111111 |
Color Harmonies of #FEE941
Complementary color
Monochromatic Colors of #FEE941
Black with #FEE941
Text Example
Text Example
White with #FEE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE941; }
p { color: rgb(254,233,65); }
H1.HeaderClassName
{
color: #FEE941;
}
.AnyTagClassName
{
color: #FEE941;
}
</style>
background-color css
<style>
a { background-color: #FEE941; }
a { background-color: rgb(254,233,65); }
div.DivClassName
{
background-color: #FEE941;
}
.BgClassName
{
background-color: #FEE941;
}
</style>
border-color css
<style>
span { border-color: #FEE941; }
span { border-color: rgb(254,233,65); }
td.TdClassName
{
border-color: #FEE941;
}
.TagClassName
{
border-color: #FEE941;
}
</style>