Shades of Gorse #FEE441
Tints of Gorse #FEE441
RGB
CMYK
RGB Variations
Color information
#FEE441 (or 0xFEE441) is known color: Gorse. HEX triplet: FE, E4 and 41. RGB value is (254,228,65). Sum of RGB (Red+Green+Blue) = 254+228+65=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 65 (25.78% from 255 or 11.88% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE441 is #011BBE. Grayscale: #D9D9D9. Windows color (decimal): -72639 or 4318462. OLE color: 4318462.
HSL color Cylindrical-coordinate representation of color #FEE441: hue angle of 51.75º 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 #FEE441 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 65 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.00 |
| HSL | 51.75º | 0.99% | 0.63% | - |
| HSV(B) | 51.75º | 0.74% | 1% | - |
| XYZ | 69.57 | 76.94 | 16.19 | - |
| YUV | 217.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 65 | 0 | 0.10 | 0.74 | 0.00 | 51.75 | 0.99 | 0.63 |
| Hex | FE | E4 | 41 | 0 | A | 4A | 0 | 34 | 63 | 3F |
| Octal | 376 | 344 | 101 | 0 | 12 | 112 | 0 | 64 | 143 | 77 |
| Binary | 11111110 | 11100100 | 1000001 | 0 | 1010 | 1001010 | 0 | 110100 | 1100011 | 111111 |
Color Harmonies of #FEE441
Complementary color
Monochromatic Colors of #FEE441
Black with #FEE441
Text Example
Text Example
White with #FEE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE441; }
p { color: rgb(254,228,65); }
H1.HeaderClassName
{
color: #FEE441;
}
.AnyTagClassName
{
color: #FEE441;
}
</style>
background-color css
<style>
a { background-color: #FEE441; }
a { background-color: rgb(254,228,65); }
div.DivClassName
{
background-color: #FEE441;
}
.BgClassName
{
background-color: #FEE441;
}
</style>
border-color css
<style>
span { border-color: #FEE441; }
span { border-color: rgb(254,228,65); }
td.TdClassName
{
border-color: #FEE441;
}
.TagClassName
{
border-color: #FEE441;
}
</style>