Shades of Gorse #FFE440
Tints of Gorse #FFE440
RGB
CMYK
RGB Variations
Color information
#FFE440 (or 0xFFE440) is known color: Gorse. HEX triplet: FF, E4 and 40. RGB value is (255,228,64). Sum of RGB (Red+Green+Blue) = 255+228+64=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE440 is #001BBF. Grayscale: #DADADA. Windows color (decimal): -7104 or 4252927. OLE color: 4252927.
HSL color Cylindrical-coordinate representation of color #FFE440: hue angle of 51.52º 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 #FFE440 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 64 | - |
| CMYK | 0 | 0.11 | 0.75 | 0 |
| HSL | 51.52º | 1% | 0.63% | - |
| HSV(B) | 51.52º | 0.75% | 1% | - |
| XYZ | 69.91 | 77.12 | 16.05 | - |
| YUV | 217.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 64 | 0 | 0.11 | 0.75 | 0 | 51.52 | 1 | 0.63 |
| Hex | FF | E4 | 40 | 0 | B | 4B | 0 | 34 | 64 | 3F |
| Octal | 377 | 344 | 100 | 0 | 13 | 113 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100100 | 1000000 | 0 | 1011 | 1001011 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE440
Complementary color
Monochromatic Colors of #FFE440
Black with #FFE440
Text Example
Text Example
White with #FFE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE440; }
p { color: rgb(255,228,64); }
H1.HeaderClassName
{
color: #FFE440;
}
.AnyTagClassName
{
color: #FFE440;
}
</style>
background-color css
<style>
a { background-color: #FFE440; }
a { background-color: rgb(255,228,64); }
div.DivClassName
{
background-color: #FFE440;
}
.BgClassName
{
background-color: #FFE440;
}
</style>
border-color css
<style>
span { border-color: #FFE440; }
span { border-color: rgb(255,228,64); }
td.TdClassName
{
border-color: #FFE440;
}
.TagClassName
{
border-color: #FFE440;
}
</style>