Shades of Gorse #FFE240
Tints of Gorse #FFE240
RGB
CMYK
RGB Variations
Color information
#FFE240 (or 0xFFE240) is known color: Gorse. HEX triplet: FF, E2 and 40. RGB value is (255,226,64). Sum of RGB (Red+Green+Blue) = 255+226+64=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE240 is #001DBF. Grayscale: #D8D8D8. Windows color (decimal): -7616 or 4252415. OLE color: 4252415.
HSL color Cylindrical-coordinate representation of color #FFE240: hue angle of 50.89º 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 #FFE240 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 64 | - |
| CMYK | 0 | 0.11 | 0.75 | 0 |
| HSL | 50.89º | 1% | 0.63% | - |
| HSV(B) | 50.89º | 0.75% | 1% | - |
| XYZ | 69.36 | 76.02 | 15.87 | - |
| YUV | 216.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 64 | 0 | 0.11 | 0.75 | 0 | 50.89 | 1 | 0.63 |
| Hex | FF | E2 | 40 | 0 | B | 4B | 0 | 33 | 64 | 3F |
| Octal | 377 | 342 | 100 | 0 | 13 | 113 | 0 | 63 | 144 | 77 |
| Binary | 11111111 | 11100010 | 1000000 | 0 | 1011 | 1001011 | 0 | 110011 | 1100100 | 111111 |
Color Harmonies of #FFE240
Complementary color
Monochromatic Colors of #FFE240
Black with #FFE240
Text Example
Text Example
White with #FFE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE240; }
p { color: rgb(255,226,64); }
H1.HeaderClassName
{
color: #FFE240;
}
.AnyTagClassName
{
color: #FFE240;
}
</style>
background-color css
<style>
a { background-color: #FFE240; }
a { background-color: rgb(255,226,64); }
div.DivClassName
{
background-color: #FFE240;
}
.BgClassName
{
background-color: #FFE240;
}
</style>
border-color css
<style>
span { border-color: #FFE240; }
span { border-color: rgb(255,226,64); }
td.TdClassName
{
border-color: #FFE240;
}
.TagClassName
{
border-color: #FFE240;
}
</style>