Shades of Gorse #FEEC2C
Tints of Gorse #FEEC2C
RGB
CMYK
RGB Variations
Color information
#FEEC2C (or 0xFEEC2C) is known color: Gorse. HEX triplet: FE, EC and 2C. RGB value is (254,236,44). Sum of RGB (Red+Green+Blue) = 254+236+44=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 44 (17.58% from 255 or 8.24% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC2C is #0113D3. Grayscale: #DCDCDC. Windows color (decimal): -70612 or 2944254. OLE color: 2944254.
HSL color Cylindrical-coordinate representation of color #FEEC2C: hue angle of 54.86º 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 #FEEC2C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 44 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.00 |
| HSL | 54.86º | 0.99% | 0.58% | - |
| HSV(B) | 54.86º | 0.83% | 1% | - |
| XYZ | 71.32 | 81.24 | 14.31 | - |
| YUV | 219.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 44 | 0 | 0.07 | 0.83 | 0.00 | 54.86 | 0.99 | 0.58 |
| Hex | FE | EC | 2C | 0 | 7 | 53 | 0 | 37 | 63 | 3A |
| Octal | 376 | 354 | 54 | 0 | 7 | 123 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101100 | 101100 | 0 | 111 | 1010011 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEEC2C
Complementary color
Monochromatic Colors of #FEEC2C
Black with #FEEC2C
Text Example
Text Example
White with #FEEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC2C; }
p { color: rgb(254,236,44); }
H1.HeaderClassName
{
color: #FEEC2C;
}
.AnyTagClassName
{
color: #FEEC2C;
}
</style>
background-color css
<style>
a { background-color: #FEEC2C; }
a { background-color: rgb(254,236,44); }
div.DivClassName
{
background-color: #FEEC2C;
}
.BgClassName
{
background-color: #FEEC2C;
}
</style>
border-color css
<style>
span { border-color: #FEEC2C; }
span { border-color: rgb(254,236,44); }
td.TdClassName
{
border-color: #FEEC2C;
}
.TagClassName
{
border-color: #FEEC2C;
}
</style>