Shades of Gorse #FFE740
Tints of Gorse #FFE740
RGB
CMYK
RGB Variations
Color information
#FFE740 (or 0xFFE740) is known color: Gorse. HEX triplet: FF, E7 and 40. RGB value is (255,231,64). Sum of RGB (Red+Green+Blue) = 255+231+64=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 64 (25.39% from 255 or 11.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE740 is #0018BF. Grayscale: #DBDBDB. Windows color (decimal): -6336 or 4253695. OLE color: 4253695.
HSL color Cylindrical-coordinate representation of color #FFE740: hue angle of 52.46º 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 #FFE740 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 64 | - |
| CMYK | 0 | 0.09 | 0.75 | 0 |
| HSL | 52.46º | 1% | 0.63% | - |
| HSV(B) | 52.46º | 0.75% | 1% | - |
| XYZ | 70.74 | 78.78 | 16.33 | - |
| YUV | 219.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 64 | 0 | 0.09 | 0.75 | 0 | 52.46 | 1 | 0.63 |
| Hex | FF | E7 | 40 | 0 | 9 | 4B | 0 | 34 | 64 | 3F |
| Octal | 377 | 347 | 100 | 0 | 11 | 113 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100111 | 1000000 | 0 | 1001 | 1001011 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE740
Complementary color
Monochromatic Colors of #FFE740
Black with #FFE740
Text Example
Text Example
White with #FFE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE740; }
p { color: rgb(255,231,64); }
H1.HeaderClassName
{
color: #FFE740;
}
.AnyTagClassName
{
color: #FFE740;
}
</style>
background-color css
<style>
a { background-color: #FFE740; }
a { background-color: rgb(255,231,64); }
div.DivClassName
{
background-color: #FFE740;
}
.BgClassName
{
background-color: #FFE740;
}
</style>
border-color css
<style>
span { border-color: #FFE740; }
span { border-color: rgb(255,231,64); }
td.TdClassName
{
border-color: #FFE740;
}
.TagClassName
{
border-color: #FFE740;
}
</style>