Shades of Gorse #FFED41
Tints of Gorse #FFED41
RGB
CMYK
RGB Variations
Color information
#FFED41 (or 0xFFED41) is known color: Gorse. HEX triplet: FF, ED and 41. RGB value is (255,237,65). Sum of RGB (Red+Green+Blue) = 255+237+65=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED41 is #0012BE. Grayscale: #DFDFDF. Windows color (decimal): -4799 or 4320767. OLE color: 4320767.
HSL color Cylindrical-coordinate representation of color #FFED41: hue angle of 54.32º 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 #FFED41 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 65 | - |
| CMYK | 0 | 0.07 | 0.75 | 0 |
| HSL | 54.32º | 1% | 0.63% | - |
| HSV(B) | 54.32º | 0.75% | 1% | - |
| XYZ | 72.48 | 82.21 | 17.05 | - |
| YUV | 222.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 65 | 0 | 0.07 | 0.75 | 0 | 54.32 | 1 | 0.63 |
| Hex | FF | ED | 41 | 0 | 7 | 4B | 0 | 36 | 64 | 3F |
| Octal | 377 | 355 | 101 | 0 | 7 | 113 | 0 | 66 | 144 | 77 |
| Binary | 11111111 | 11101101 | 1000001 | 0 | 111 | 1001011 | 0 | 110110 | 1100100 | 111111 |
Color Harmonies of #FFED41
Complementary color
Monochromatic Colors of #FFED41
Black with #FFED41
Text Example
Text Example
White with #FFED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED41; }
p { color: rgb(255,237,65); }
H1.HeaderClassName
{
color: #FFED41;
}
.AnyTagClassName
{
color: #FFED41;
}
</style>
background-color css
<style>
a { background-color: #FFED41; }
a { background-color: rgb(255,237,65); }
div.DivClassName
{
background-color: #FFED41;
}
.BgClassName
{
background-color: #FFED41;
}
</style>
border-color css
<style>
span { border-color: #FFED41; }
span { border-color: rgb(255,237,65); }
td.TdClassName
{
border-color: #FFED41;
}
.TagClassName
{
border-color: #FFED41;
}
</style>