Shades of Gorse #FFE141
Tints of Gorse #FFE141
RGB
CMYK
RGB Variations
Color information
#FFE141 (or 0xFFE141) is known color: Gorse. HEX triplet: FF, E1 and 41. RGB value is (255,225,65). Sum of RGB (Red+Green+Blue) = 255+225+65=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 65 (25.78% from 255 or 11.93% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE141 is #001EBE. Grayscale: #D8D8D8. Windows color (decimal): -7871 or 4317695. OLE color: 4317695.
HSL color Cylindrical-coordinate representation of color #FFE141: hue angle of 50.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFE141 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 65 | - |
| CMYK | 0 | 0.12 | 0.75 | 0 |
| HSL | 50.53º | 1% | 0.63% | - |
| HSV(B) | 50.53º | 0.75% | 1% | - |
| XYZ | 69.12 | 75.49 | 15.93 | - |
| YUV | 215.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 65 | 0 | 0.12 | 0.75 | 0 | 50.53 | 1 | 0.63 |
| Hex | FF | E1 | 41 | 0 | C | 4B | 0 | 33 | 64 | 3F |
| Octal | 377 | 341 | 101 | 0 | 14 | 113 | 0 | 63 | 144 | 77 |
| Binary | 11111111 | 11100001 | 1000001 | 0 | 1100 | 1001011 | 0 | 110011 | 1100100 | 111111 |
Color Harmonies of #FFE141
Complementary color
Monochromatic Colors of #FFE141
Black with #FFE141
Text Example
Text Example
White with #FFE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE141; }
p { color: rgb(255,225,65); }
H1.HeaderClassName
{
color: #FFE141;
}
.AnyTagClassName
{
color: #FFE141;
}
</style>
background-color css
<style>
a { background-color: #FFE141; }
a { background-color: rgb(255,225,65); }
div.DivClassName
{
background-color: #FFE141;
}
.BgClassName
{
background-color: #FFE141;
}
</style>
border-color css
<style>
span { border-color: #FFE141; }
span { border-color: rgb(255,225,65); }
td.TdClassName
{
border-color: #FFE141;
}
.TagClassName
{
border-color: #FFE141;
}
</style>