Shades of Gorse #FEEB2E
Tints of Gorse #FEEB2E
RGB
CMYK
RGB Variations
Color information
#FEEB2E (or 0xFEEB2E) is known color: Gorse. HEX triplet: FE, EB and 2E. RGB value is (254,235,46). Sum of RGB (Red+Green+Blue) = 254+235+46=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB2E is #0114D1. Grayscale: #DBDBDB. Windows color (decimal): -70866 or 3075070. OLE color: 3075070.
HSL color Cylindrical-coordinate representation of color #FEEB2E: hue angle of 54.52º 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 #FEEB2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.00 |
| HSL | 54.52º | 0.99% | 0.59% | - |
| HSV(B) | 54.52º | 0.82% | 1% | - |
| XYZ | 71.07 | 80.68 | 14.41 | - |
| YUV | 219.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 46 | 0 | 0.07 | 0.82 | 0.00 | 54.52 | 0.99 | 0.59 |
| Hex | FE | EB | 2E | 0 | 7 | 52 | 0 | 37 | 63 | 3B |
| Octal | 376 | 353 | 56 | 0 | 7 | 122 | 0 | 67 | 143 | 73 |
| Binary | 11111110 | 11101011 | 101110 | 0 | 111 | 1010010 | 0 | 110111 | 1100011 | 111011 |
Color Harmonies of #FEEB2E
Complementary color
Monochromatic Colors of #FEEB2E
Black with #FEEB2E
Text Example
Text Example
White with #FEEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB2E; }
p { color: rgb(254,235,46); }
H1.HeaderClassName
{
color: #FEEB2E;
}
.AnyTagClassName
{
color: #FEEB2E;
}
</style>
background-color css
<style>
a { background-color: #FEEB2E; }
a { background-color: rgb(254,235,46); }
div.DivClassName
{
background-color: #FEEB2E;
}
.BgClassName
{
background-color: #FEEB2E;
}
</style>
border-color css
<style>
span { border-color: #FEEB2E; }
span { border-color: rgb(254,235,46); }
td.TdClassName
{
border-color: #FEEB2E;
}
.TagClassName
{
border-color: #FEEB2E;
}
</style>