Shades of Gorse #FEEC2E
Tints of Gorse #FEEC2E
RGB
CMYK
RGB Variations
Color information
#FEEC2E (or 0xFEEC2E) is known color: Gorse. HEX triplet: FE, EC and 2E. RGB value is (254,236,46). Sum of RGB (Red+Green+Blue) = 254+236+46=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 46 (18.36% from 255 or 8.58% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC2E is #0113D1. Grayscale: #DCDCDC. Windows color (decimal): -70610 or 3075326. OLE color: 3075326.
HSL color Cylindrical-coordinate representation of color #FEEC2E: hue angle of 54.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEEC2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.00 |
| HSL | 54.81º | 0.99% | 0.59% | - |
| HSV(B) | 54.81º | 0.82% | 1% | - |
| XYZ | 71.36 | 81.26 | 14.51 | - |
| YUV | 219.72 | 29.96 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 46 | 0 | 0.07 | 0.82 | 0.00 | 54.81 | 0.99 | 0.59 |
| Hex | FE | EC | 2E | 0 | 7 | 52 | 0 | 37 | 63 | 3B |
| Octal | 376 | 354 | 56 | 0 | 7 | 122 | 0 | 67 | 143 | 73 |
| Binary | 11111110 | 11101100 | 101110 | 0 | 111 | 1010010 | 0 | 110111 | 1100011 | 111011 |
Color Harmonies of #FEEC2E
Complementary color
Monochromatic Colors of #FEEC2E
Black with #FEEC2E
Text Example
Text Example
White with #FEEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC2E; }
p { color: rgb(254,236,46); }
H1.HeaderClassName
{
color: #FEEC2E;
}
.AnyTagClassName
{
color: #FEEC2E;
}
</style>
background-color css
<style>
a { background-color: #FEEC2E; }
a { background-color: rgb(254,236,46); }
div.DivClassName
{
background-color: #FEEC2E;
}
.BgClassName
{
background-color: #FEEC2E;
}
</style>
border-color css
<style>
span { border-color: #FEEC2E; }
span { border-color: rgb(254,236,46); }
td.TdClassName
{
border-color: #FEEC2E;
}
.TagClassName
{
border-color: #FEEC2E;
}
</style>