Shades of Gorse #FEEC3A
Tints of Gorse #FEEC3A
RGB
CMYK
RGB Variations
Color information
#FEEC3A (or 0xFEEC3A) is known color: Gorse. HEX triplet: FE, EC and 3A. RGB value is (254,236,58). Sum of RGB (Red+Green+Blue) = 254+236+58=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 58 (23.05% from 255 or 10.58% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC3A is #0113C5. Grayscale: #DDDDDD. Windows color (decimal): -70598 or 3861758. OLE color: 3861758.
HSL color Cylindrical-coordinate representation of color #FEEC3A: hue angle of 54.49º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEEC3A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 58 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.00 |
| HSL | 54.49º | 0.99% | 0.61% | - |
| HSV(B) | 54.49º | 0.77% | 1% | - |
| XYZ | 71.63 | 81.37 | 15.93 | - |
| YUV | 221.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 58 | 0 | 0.07 | 0.77 | 0.00 | 54.49 | 0.99 | 0.61 |
| Hex | FE | EC | 3A | 0 | 7 | 4D | 0 | 36 | 63 | 3D |
| Octal | 376 | 354 | 72 | 0 | 7 | 115 | 0 | 66 | 143 | 75 |
| Binary | 11111110 | 11101100 | 111010 | 0 | 111 | 1001101 | 0 | 110110 | 1100011 | 111101 |
Color Harmonies of #FEEC3A
Complementary color
Monochromatic Colors of #FEEC3A
Black with #FEEC3A
Text Example
Text Example
White with #FEEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC3A; }
p { color: rgb(254,236,58); }
H1.HeaderClassName
{
color: #FEEC3A;
}
.AnyTagClassName
{
color: #FEEC3A;
}
</style>
background-color css
<style>
a { background-color: #FEEC3A; }
a { background-color: rgb(254,236,58); }
div.DivClassName
{
background-color: #FEEC3A;
}
.BgClassName
{
background-color: #FEEC3A;
}
</style>
border-color css
<style>
span { border-color: #FEEC3A; }
span { border-color: rgb(254,236,58); }
td.TdClassName
{
border-color: #FEEC3A;
}
.TagClassName
{
border-color: #FEEC3A;
}
</style>