Shades of Gorse #FFED3A
Tints of Gorse #FFED3A
RGB
CMYK
RGB Variations
Color information
#FFED3A (or 0xFFED3A) is known color: Gorse. HEX triplet: FF, ED and 3A. RGB value is (255,237,58). Sum of RGB (Red+Green+Blue) = 255+237+58=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED3A is #0012C5. Grayscale: #DEDEDE. Windows color (decimal): -4806 or 3862015. OLE color: 3862015.
HSL color Cylindrical-coordinate representation of color #FFED3A: hue angle of 54.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFED3A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 58 | - |
| CMYK | 0 | 0.07 | 0.77 | 0 |
| HSL | 54.52º | 1% | 0.61% | - |
| HSV(B) | 54.52º | 0.77% | 1% | - |
| XYZ | 72.29 | 82.13 | 16.05 | - |
| YUV | 221.98 | 35.46 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 58 | 0 | 0.07 | 0.77 | 0 | 54.52 | 1 | 0.61 |
| Hex | FF | ED | 3A | 0 | 7 | 4D | 0 | 37 | 64 | 3D |
| Octal | 377 | 355 | 72 | 0 | 7 | 115 | 0 | 67 | 144 | 75 |
| Binary | 11111111 | 11101101 | 111010 | 0 | 111 | 1001101 | 0 | 110111 | 1100100 | 111101 |
Color Harmonies of #FFED3A
Complementary color
Monochromatic Colors of #FFED3A
Black with #FFED3A
Text Example
Text Example
White with #FFED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED3A; }
p { color: rgb(255,237,58); }
H1.HeaderClassName
{
color: #FFED3A;
}
.AnyTagClassName
{
color: #FFED3A;
}
</style>
background-color css
<style>
a { background-color: #FFED3A; }
a { background-color: rgb(255,237,58); }
div.DivClassName
{
background-color: #FFED3A;
}
.BgClassName
{
background-color: #FFED3A;
}
</style>
border-color css
<style>
span { border-color: #FFED3A; }
span { border-color: rgb(255,237,58); }
td.TdClassName
{
border-color: #FFED3A;
}
.TagClassName
{
border-color: #FFED3A;
}
</style>