Shades of Gorse #FEEC2B
Tints of Gorse #FEEC2B
RGB
CMYK
RGB Variations
Color information
#FEEC2B (or 0xFEEC2B) is known color: Gorse. HEX triplet: FE, EC and 2B. RGB value is (254,236,43). Sum of RGB (Red+Green+Blue) = 254+236+43=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 43 (17.19% from 255 or 8.07% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC2B is #0113D4. Grayscale: #DCDCDC. Windows color (decimal): -70613 or 2878718. OLE color: 2878718.
HSL color Cylindrical-coordinate representation of color #FEEC2B: hue angle of 54.88º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEEC2B is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 43 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.00 |
| HSL | 54.88º | 0.99% | 0.58% | - |
| HSV(B) | 54.88º | 0.83% | 1% | - |
| XYZ | 71.3 | 81.24 | 14.21 | - |
| YUV | 219.38 | 28.46 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 43 | 0 | 0.07 | 0.83 | 0.00 | 54.88 | 0.99 | 0.58 |
| Hex | FE | EC | 2B | 0 | 7 | 53 | 0 | 37 | 63 | 3A |
| Octal | 376 | 354 | 53 | 0 | 7 | 123 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101100 | 101011 | 0 | 111 | 1010011 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEEC2B
Complementary color
Monochromatic Colors of #FEEC2B
Black with #FEEC2B
Text Example
Text Example
White with #FEEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC2B; }
p { color: rgb(254,236,43); }
H1.HeaderClassName
{
color: #FEEC2B;
}
.AnyTagClassName
{
color: #FEEC2B;
}
</style>
background-color css
<style>
a { background-color: #FEEC2B; }
a { background-color: rgb(254,236,43); }
div.DivClassName
{
background-color: #FEEC2B;
}
.BgClassName
{
background-color: #FEEC2B;
}
</style>
border-color css
<style>
span { border-color: #FEEC2B; }
span { border-color: rgb(254,236,43); }
td.TdClassName
{
border-color: #FEEC2B;
}
.TagClassName
{
border-color: #FEEC2B;
}
</style>