Shades of Gorse #FFE541
Tints of Gorse #FFE541
RGB
CMYK
RGB Variations
Color information
#FFE541 (or 0xFFE541) is known color: Gorse. HEX triplet: FF, E5 and 41. RGB value is (255,229,65). Sum of RGB (Red+Green+Blue) = 255+229+65=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 65 (25.78% from 255 or 11.84% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE541 is #001ABE. Grayscale: #DADADA. Windows color (decimal): -6847 or 4318719. OLE color: 4318719.
HSL color Cylindrical-coordinate representation of color #FFE541: hue angle of 51.79º 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 #FFE541 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 65 | - |
| CMYK | 0 | 0.10 | 0.75 | 0 |
| HSL | 51.79º | 1% | 0.63% | - |
| HSV(B) | 51.79º | 0.75% | 1% | - |
| XYZ | 70.21 | 77.68 | 16.29 | - |
| YUV | 218.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 65 | 0 | 0.10 | 0.75 | 0 | 51.79 | 1 | 0.63 |
| Hex | FF | E5 | 41 | 0 | A | 4B | 0 | 34 | 64 | 3F |
| Octal | 377 | 345 | 101 | 0 | 12 | 113 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100101 | 1000001 | 0 | 1010 | 1001011 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE541
Complementary color
Monochromatic Colors of #FFE541
Black with #FFE541
Text Example
Text Example
White with #FFE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE541; }
p { color: rgb(255,229,65); }
H1.HeaderClassName
{
color: #FFE541;
}
.AnyTagClassName
{
color: #FFE541;
}
</style>
background-color css
<style>
a { background-color: #FFE541; }
a { background-color: rgb(255,229,65); }
div.DivClassName
{
background-color: #FFE541;
}
.BgClassName
{
background-color: #FFE541;
}
</style>
border-color css
<style>
span { border-color: #FFE541; }
span { border-color: rgb(255,229,65); }
td.TdClassName
{
border-color: #FFE541;
}
.TagClassName
{
border-color: #FFE541;
}
</style>