Shades of Gorse #FEEC2A
Tints of Gorse #FEEC2A
RGB
CMYK
RGB Variations
Color information
#FEEC2A (or 0xFEEC2A) is known color: Gorse. HEX triplet: FE, EC and 2A. RGB value is (254,236,42). Sum of RGB (Red+Green+Blue) = 254+236+42=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 42 (16.80% from 255 or 7.89% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC2A is #0113D5. Grayscale: #DCDCDC. Windows color (decimal): -70614 or 2813182. OLE color: 2813182.
HSL color Cylindrical-coordinate representation of color #FEEC2A: hue angle of 54.91º 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 #FEEC2A is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 42 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.00 |
| HSL | 54.91º | 0.99% | 0.58% | - |
| HSV(B) | 54.91º | 0.83% | 1% | - |
| XYZ | 71.29 | 81.23 | 14.11 | - |
| YUV | 219.27 | 27.96 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 42 | 0 | 0.07 | 0.83 | 0.00 | 54.91 | 0.99 | 0.58 |
| Hex | FE | EC | 2A | 0 | 7 | 53 | 0 | 37 | 63 | 3A |
| Octal | 376 | 354 | 52 | 0 | 7 | 123 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101100 | 101010 | 0 | 111 | 1010011 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEEC2A
Complementary color
Monochromatic Colors of #FEEC2A
Black with #FEEC2A
Text Example
Text Example
White with #FEEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC2A; }
p { color: rgb(254,236,42); }
H1.HeaderClassName
{
color: #FEEC2A;
}
.AnyTagClassName
{
color: #FEEC2A;
}
</style>
background-color css
<style>
a { background-color: #FEEC2A; }
a { background-color: rgb(254,236,42); }
div.DivClassName
{
background-color: #FEEC2A;
}
.BgClassName
{
background-color: #FEEC2A;
}
</style>
border-color css
<style>
span { border-color: #FEEC2A; }
span { border-color: rgb(254,236,42); }
td.TdClassName
{
border-color: #FEEC2A;
}
.TagClassName
{
border-color: #FEEC2A;
}
</style>