Shades of Gorse #FFEC2E
Tints of Gorse #FFEC2E
RGB
CMYK
RGB Variations
Color information
#FFEC2E (or 0xFFEC2E) is known color: Gorse. HEX triplet: FF, EC and 2E. RGB value is (255,236,46). Sum of RGB (Red+Green+Blue) = 255+236+46=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC2E is #0013D1. Grayscale: #DCDCDC. Windows color (decimal): -5074 or 3075327. OLE color: 3075327.
HSL color Cylindrical-coordinate representation of color #FFEC2E: hue angle of 54.55º 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 #FFEC2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0 |
| HSL | 54.55º | 1% | 0.59% | - |
| HSV(B) | 54.55º | 0.82% | 1% | - |
| XYZ | 71.73 | 81.45 | 14.53 | - |
| YUV | 220.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 46 | 0 | 0.07 | 0.82 | 0 | 54.55 | 1 | 0.59 |
| Hex | FF | EC | 2E | 0 | 7 | 52 | 0 | 37 | 64 | 3B |
| Octal | 377 | 354 | 56 | 0 | 7 | 122 | 0 | 67 | 144 | 73 |
| Binary | 11111111 | 11101100 | 101110 | 0 | 111 | 1010010 | 0 | 110111 | 1100100 | 111011 |
Color Harmonies of #FFEC2E
Complementary color
Monochromatic Colors of #FFEC2E
Black with #FFEC2E
Text Example
Text Example
White with #FFEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC2E; }
p { color: rgb(255,236,46); }
H1.HeaderClassName
{
color: #FFEC2E;
}
.AnyTagClassName
{
color: #FFEC2E;
}
</style>
background-color css
<style>
a { background-color: #FFEC2E; }
a { background-color: rgb(255,236,46); }
div.DivClassName
{
background-color: #FFEC2E;
}
.BgClassName
{
background-color: #FFEC2E;
}
</style>
border-color css
<style>
span { border-color: #FFEC2E; }
span { border-color: rgb(255,236,46); }
td.TdClassName
{
border-color: #FFEC2E;
}
.TagClassName
{
border-color: #FFEC2E;
}
</style>