Shades of Gorse #FEEB3A
Tints of Gorse #FEEB3A
RGB
CMYK
RGB Variations
Color information
#FEEB3A (or 0xFEEB3A) is known color: Gorse. HEX triplet: FE, EB and 3A. RGB value is (254,235,58). Sum of RGB (Red+Green+Blue) = 254+235+58=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB3A is #0114C5. Grayscale: #DDDDDD. Windows color (decimal): -70854 or 3861502. OLE color: 3861502.
HSL color Cylindrical-coordinate representation of color #FEEB3A: hue angle of 54.18º 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 #FEEB3A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 58 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.00 |
| HSL | 54.18º | 0.99% | 0.61% | - |
| HSV(B) | 54.18º | 0.77% | 1% | - |
| XYZ | 71.35 | 80.79 | 15.84 | - |
| YUV | 220.5 | 36.29 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 58 | 0 | 0.07 | 0.77 | 0.00 | 54.18 | 0.99 | 0.61 |
| Hex | FE | EB | 3A | 0 | 7 | 4D | 0 | 36 | 63 | 3D |
| Octal | 376 | 353 | 72 | 0 | 7 | 115 | 0 | 66 | 143 | 75 |
| Binary | 11111110 | 11101011 | 111010 | 0 | 111 | 1001101 | 0 | 110110 | 1100011 | 111101 |
Color Harmonies of #FEEB3A
Complementary color
Monochromatic Colors of #FEEB3A
Black with #FEEB3A
Text Example
Text Example
White with #FEEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB3A; }
p { color: rgb(254,235,58); }
H1.HeaderClassName
{
color: #FEEB3A;
}
.AnyTagClassName
{
color: #FEEB3A;
}
</style>
background-color css
<style>
a { background-color: #FEEB3A; }
a { background-color: rgb(254,235,58); }
div.DivClassName
{
background-color: #FEEB3A;
}
.BgClassName
{
background-color: #FEEB3A;
}
</style>
border-color css
<style>
span { border-color: #FEEB3A; }
span { border-color: rgb(254,235,58); }
td.TdClassName
{
border-color: #FEEB3A;
}
.TagClassName
{
border-color: #FEEB3A;
}
</style>