Shades of Gorse #FFE540
Tints of Gorse #FFE540
RGB
CMYK
RGB Variations
Color information
#FFE540 (or 0xFFE540) is known color: Gorse. HEX triplet: FF, E5 and 40. RGB value is (255,229,64). Sum of RGB (Red+Green+Blue) = 255+229+64=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 64 (25.39% from 255 or 11.68% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE540 is #001ABF. Grayscale: #DADADA. Windows color (decimal): -6848 or 4253183. OLE color: 4253183.
HSL color Cylindrical-coordinate representation of color #FFE540: hue angle of 51.83º 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 #FFE540 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 64 | - |
| CMYK | 0 | 0.10 | 0.75 | 0 |
| HSL | 51.83º | 1% | 0.63% | - |
| HSV(B) | 51.83º | 0.75% | 1% | - |
| XYZ | 70.18 | 77.67 | 16.14 | - |
| YUV | 217.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 64 | 0 | 0.10 | 0.75 | 0 | 51.83 | 1 | 0.63 |
| Hex | FF | E5 | 40 | 0 | A | 4B | 0 | 34 | 64 | 3F |
| Octal | 377 | 345 | 100 | 0 | 12 | 113 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100101 | 1000000 | 0 | 1010 | 1001011 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE540
Complementary color
Monochromatic Colors of #FFE540
Black with #FFE540
Text Example
Text Example
White with #FFE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE540; }
p { color: rgb(255,229,64); }
H1.HeaderClassName
{
color: #FFE540;
}
.AnyTagClassName
{
color: #FFE540;
}
</style>
background-color css
<style>
a { background-color: #FFE540; }
a { background-color: rgb(255,229,64); }
div.DivClassName
{
background-color: #FFE540;
}
.BgClassName
{
background-color: #FFE540;
}
</style>
border-color css
<style>
span { border-color: #FFE540; }
span { border-color: rgb(255,229,64); }
td.TdClassName
{
border-color: #FFE540;
}
.TagClassName
{
border-color: #FFE540;
}
</style>