Shades of Gorse #FFED3E
Tints of Gorse #FFED3E
RGB
CMYK
RGB Variations
Color information
#FFED3E (or 0xFFED3E) is known color: Gorse. HEX triplet: FF, ED and 3E. RGB value is (255,237,62). Sum of RGB (Red+Green+Blue) = 255+237+62=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 62 (24.61% from 255 or 11.19% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED3E is #0012C1. Grayscale: #DFDFDF. Windows color (decimal): -4802 or 4124159. OLE color: 4124159.
HSL color Cylindrical-coordinate representation of color #FFED3E: hue angle of 54.4º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFED3E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 62 | - |
| CMYK | 0 | 0.07 | 0.76 | 0 |
| HSL | 54.4º | 1% | 0.62% | - |
| HSV(B) | 54.4º | 0.76% | 1% | - |
| XYZ | 72.39 | 82.18 | 16.6 | - |
| YUV | 222.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 62 | 0 | 0.07 | 0.76 | 0 | 54.4 | 1 | 0.62 |
| Hex | FF | ED | 3E | 0 | 7 | 4C | 0 | 36 | 64 | 3E |
| Octal | 377 | 355 | 76 | 0 | 7 | 114 | 0 | 66 | 144 | 76 |
| Binary | 11111111 | 11101101 | 111110 | 0 | 111 | 1001100 | 0 | 110110 | 1100100 | 111110 |
Color Harmonies of #FFED3E
Complementary color
Monochromatic Colors of #FFED3E
Black with #FFED3E
Text Example
Text Example
White with #FFED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED3E; }
p { color: rgb(255,237,62); }
H1.HeaderClassName
{
color: #FFED3E;
}
.AnyTagClassName
{
color: #FFED3E;
}
</style>
background-color css
<style>
a { background-color: #FFED3E; }
a { background-color: rgb(255,237,62); }
div.DivClassName
{
background-color: #FFED3E;
}
.BgClassName
{
background-color: #FFED3E;
}
</style>
border-color css
<style>
span { border-color: #FFED3E; }
span { border-color: rgb(255,237,62); }
td.TdClassName
{
border-color: #FFED3E;
}
.TagClassName
{
border-color: #FFED3E;
}
</style>