Shades of Gorse #FEEB40
Tints of Gorse #FEEB40
RGB
CMYK
RGB Variations
Color information
#FEEB40 (or 0xFEEB40) is known color: Gorse. HEX triplet: FE, EB and 40. RGB value is (254,235,64). Sum of RGB (Red+Green+Blue) = 254+235+64=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 64 (25.39% from 255 or 11.57% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB40 is #0114BF. Grayscale: #DDDDDD. Windows color (decimal): -70848 or 4254718. OLE color: 4254718.
HSL color Cylindrical-coordinate representation of color #FEEB40: hue angle of 54º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEEB40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 64 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.00 |
| HSL | 54º | 0.99% | 0.62% | - |
| HSV(B) | 54º | 0.75% | 1% | - |
| XYZ | 71.51 | 80.86 | 16.69 | - |
| YUV | 221.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 64 | 0 | 0.07 | 0.75 | 0.00 | 54 | 0.99 | 0.62 |
| Hex | FE | EB | 40 | 0 | 7 | 4B | 0 | 36 | 63 | 3E |
| Octal | 376 | 353 | 100 | 0 | 7 | 113 | 0 | 66 | 143 | 76 |
| Binary | 11111110 | 11101011 | 1000000 | 0 | 111 | 1001011 | 0 | 110110 | 1100011 | 111110 |
Color Harmonies of #FEEB40
Complementary color
Monochromatic Colors of #FEEB40
Black with #FEEB40
Text Example
Text Example
White with #FEEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB40; }
p { color: rgb(254,235,64); }
H1.HeaderClassName
{
color: #FEEB40;
}
.AnyTagClassName
{
color: #FEEB40;
}
</style>
background-color css
<style>
a { background-color: #FEEB40; }
a { background-color: rgb(254,235,64); }
div.DivClassName
{
background-color: #FEEB40;
}
.BgClassName
{
background-color: #FEEB40;
}
</style>
border-color css
<style>
span { border-color: #FEEB40; }
span { border-color: rgb(254,235,64); }
td.TdClassName
{
border-color: #FEEB40;
}
.TagClassName
{
border-color: #FEEB40;
}
</style>