Shades of Gorse #FFED3F
Tints of Gorse #FFED3F
RGB
CMYK
RGB Variations
Color information
#FFED3F (or 0xFFED3F) is known color: Gorse. HEX triplet: FF, ED and 3F. RGB value is (255,237,63). Sum of RGB (Red+Green+Blue) = 255+237+63=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 63 (25% from 255 or 11.35% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED3F is #0012C0. Grayscale: #DFDFDF. Windows color (decimal): -4801 or 4189695. OLE color: 4189695.
HSL color Cylindrical-coordinate representation of color #FFED3F: hue angle of 54.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFED3F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 63 | - |
| CMYK | 0 | 0.07 | 0.75 | 0 |
| HSL | 54.38º | 1% | 0.62% | - |
| HSV(B) | 54.38º | 0.75% | 1% | - |
| XYZ | 72.42 | 82.19 | 16.75 | - |
| YUV | 222.55 | 37.96 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 63 | 0 | 0.07 | 0.75 | 0 | 54.38 | 1 | 0.62 |
| Hex | FF | ED | 3F | 0 | 7 | 4B | 0 | 36 | 64 | 3E |
| Octal | 377 | 355 | 77 | 0 | 7 | 113 | 0 | 66 | 144 | 76 |
| Binary | 11111111 | 11101101 | 111111 | 0 | 111 | 1001011 | 0 | 110110 | 1100100 | 111110 |
Color Harmonies of #FFED3F
Complementary color
Monochromatic Colors of #FFED3F
Black with #FFED3F
Text Example
Text Example
White with #FFED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED3F; }
p { color: rgb(255,237,63); }
H1.HeaderClassName
{
color: #FFED3F;
}
.AnyTagClassName
{
color: #FFED3F;
}
</style>
background-color css
<style>
a { background-color: #FFED3F; }
a { background-color: rgb(255,237,63); }
div.DivClassName
{
background-color: #FFED3F;
}
.BgClassName
{
background-color: #FFED3F;
}
</style>
border-color css
<style>
span { border-color: #FFED3F; }
span { border-color: rgb(255,237,63); }
td.TdClassName
{
border-color: #FFED3F;
}
.TagClassName
{
border-color: #FFED3F;
}
</style>