Shades of Gorse #FFED2E
Tints of Gorse #FFED2E
RGB
CMYK
RGB Variations
Color information
#FFED2E (or 0xFFED2E) is known color: Gorse. HEX triplet: FF, ED and 2E. RGB value is (255,237,46). Sum of RGB (Red+Green+Blue) = 255+237+46=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 46 (18.36% from 255 or 8.55% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED2E is #0012D1. Grayscale: #DDDDDD. Windows color (decimal): -4818 or 3075583. OLE color: 3075583.
HSL color Cylindrical-coordinate representation of color #FFED2E: hue angle of 54.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFED2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0 |
| HSL | 54.83º | 1% | 0.59% | - |
| HSV(B) | 54.83º | 0.82% | 1% | - |
| XYZ | 72.02 | 82.03 | 14.62 | - |
| YUV | 220.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 46 | 0 | 0.07 | 0.82 | 0 | 54.83 | 1 | 0.59 |
| Hex | FF | ED | 2E | 0 | 7 | 52 | 0 | 37 | 64 | 3B |
| Octal | 377 | 355 | 56 | 0 | 7 | 122 | 0 | 67 | 144 | 73 |
| Binary | 11111111 | 11101101 | 101110 | 0 | 111 | 1010010 | 0 | 110111 | 1100100 | 111011 |
Color Harmonies of #FFED2E
Complementary color
Monochromatic Colors of #FFED2E
Black with #FFED2E
Text Example
Text Example
White with #FFED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED2E; }
p { color: rgb(255,237,46); }
H1.HeaderClassName
{
color: #FFED2E;
}
.AnyTagClassName
{
color: #FFED2E;
}
</style>
background-color css
<style>
a { background-color: #FFED2E; }
a { background-color: rgb(255,237,46); }
div.DivClassName
{
background-color: #FFED2E;
}
.BgClassName
{
background-color: #FFED2E;
}
</style>
border-color css
<style>
span { border-color: #FFED2E; }
span { border-color: rgb(255,237,46); }
td.TdClassName
{
border-color: #FFED2E;
}
.TagClassName
{
border-color: #FFED2E;
}
</style>