Shades of Gorse #FFED40
Tints of Gorse #FFED40
RGB
CMYK
RGB Variations
Color information
#FFED40 (or 0xFFED40) is known color: Gorse. HEX triplet: FF, ED and 40. RGB value is (255,237,64). Sum of RGB (Red+Green+Blue) = 255+237+64=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED40 is #0012BF. Grayscale: #DFDFDF. Windows color (decimal): -4800 or 4255231. OLE color: 4255231.
HSL color Cylindrical-coordinate representation of color #FFED40: hue angle of 54.35º 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 #FFED40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 64 | - |
| CMYK | 0 | 0.07 | 0.75 | 0 |
| HSL | 54.35º | 1% | 0.63% | - |
| HSV(B) | 54.35º | 0.75% | 1% | - |
| XYZ | 72.45 | 82.2 | 16.9 | - |
| YUV | 222.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 64 | 0 | 0.07 | 0.75 | 0 | 54.35 | 1 | 0.63 |
| Hex | FF | ED | 40 | 0 | 7 | 4B | 0 | 36 | 64 | 3F |
| Octal | 377 | 355 | 100 | 0 | 7 | 113 | 0 | 66 | 144 | 77 |
| Binary | 11111111 | 11101101 | 1000000 | 0 | 111 | 1001011 | 0 | 110110 | 1100100 | 111111 |
Color Harmonies of #FFED40
Complementary color
Monochromatic Colors of #FFED40
Black with #FFED40
Text Example
Text Example
White with #FFED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED40; }
p { color: rgb(255,237,64); }
H1.HeaderClassName
{
color: #FFED40;
}
.AnyTagClassName
{
color: #FFED40;
}
</style>
background-color css
<style>
a { background-color: #FFED40; }
a { background-color: rgb(255,237,64); }
div.DivClassName
{
background-color: #FFED40;
}
.BgClassName
{
background-color: #FFED40;
}
</style>
border-color css
<style>
span { border-color: #FFED40; }
span { border-color: rgb(255,237,64); }
td.TdClassName
{
border-color: #FFED40;
}
.TagClassName
{
border-color: #FFED40;
}
</style>