Shades of Gorse #FFED3D
Tints of Gorse #FFED3D
RGB
CMYK
RGB Variations
Color information
#FFED3D (or 0xFFED3D) is known color: Gorse. HEX triplet: FF, ED and 3D. RGB value is (255,237,61). Sum of RGB (Red+Green+Blue) = 255+237+61=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 61 (24.22% from 255 or 11.03% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED3D is #0012C2. Grayscale: #DFDFDF. Windows color (decimal): -4803 or 4058623. OLE color: 4058623.
HSL color Cylindrical-coordinate representation of color #FFED3D: hue angle of 54.43º 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 #FFED3D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 61 | - |
| CMYK | 0 | 0.07 | 0.76 | 0 |
| HSL | 54.43º | 1% | 0.62% | - |
| HSV(B) | 54.43º | 0.76% | 1% | - |
| XYZ | 72.37 | 82.17 | 16.46 | - |
| YUV | 222.32 | 36.96 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 61 | 0 | 0.07 | 0.76 | 0 | 54.43 | 1 | 0.62 |
| Hex | FF | ED | 3D | 0 | 7 | 4C | 0 | 36 | 64 | 3E |
| Octal | 377 | 355 | 75 | 0 | 7 | 114 | 0 | 66 | 144 | 76 |
| Binary | 11111111 | 11101101 | 111101 | 0 | 111 | 1001100 | 0 | 110110 | 1100100 | 111110 |
Color Harmonies of #FFED3D
Complementary color
Monochromatic Colors of #FFED3D
Black with #FFED3D
Text Example
Text Example
White with #FFED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED3D; }
p { color: rgb(255,237,61); }
H1.HeaderClassName
{
color: #FFED3D;
}
.AnyTagClassName
{
color: #FFED3D;
}
</style>
background-color css
<style>
a { background-color: #FFED3D; }
a { background-color: rgb(255,237,61); }
div.DivClassName
{
background-color: #FFED3D;
}
.BgClassName
{
background-color: #FFED3D;
}
</style>
border-color css
<style>
span { border-color: #FFED3D; }
span { border-color: rgb(255,237,61); }
td.TdClassName
{
border-color: #FFED3D;
}
.TagClassName
{
border-color: #FFED3D;
}
</style>