Shades of Gorse #FEEB2C
Tints of Gorse #FEEB2C
RGB
CMYK
RGB Variations
Color information
#FEEB2C (or 0xFEEB2C) is known color: Gorse. HEX triplet: FE, EB and 2C. RGB value is (254,235,44). Sum of RGB (Red+Green+Blue) = 254+235+44=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB2C is #0114D3. Grayscale: #DBDBDB. Windows color (decimal): -70868 or 2943998. OLE color: 2943998.
HSL color Cylindrical-coordinate representation of color #FEEB2C: hue angle of 54.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEEB2C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 44 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.00 |
| HSL | 54.57º | 0.99% | 0.58% | - |
| HSV(B) | 54.57º | 0.83% | 1% | - |
| XYZ | 71.04 | 80.67 | 14.21 | - |
| YUV | 218.91 | 29.29 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 44 | 0 | 0.07 | 0.83 | 0.00 | 54.57 | 0.99 | 0.58 |
| Hex | FE | EB | 2C | 0 | 7 | 53 | 0 | 37 | 63 | 3A |
| Octal | 376 | 353 | 54 | 0 | 7 | 123 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101011 | 101100 | 0 | 111 | 1010011 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEEB2C
Complementary color
Monochromatic Colors of #FEEB2C
Black with #FEEB2C
Text Example
Text Example
White with #FEEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB2C; }
p { color: rgb(254,235,44); }
H1.HeaderClassName
{
color: #FEEB2C;
}
.AnyTagClassName
{
color: #FEEB2C;
}
</style>
background-color css
<style>
a { background-color: #FEEB2C; }
a { background-color: rgb(254,235,44); }
div.DivClassName
{
background-color: #FEEB2C;
}
.BgClassName
{
background-color: #FEEB2C;
}
</style>
border-color css
<style>
span { border-color: #FEEB2C; }
span { border-color: rgb(254,235,44); }
td.TdClassName
{
border-color: #FEEB2C;
}
.TagClassName
{
border-color: #FEEB2C;
}
</style>