Shades of Gorse #FEEB32
Tints of Gorse #FEEB32
RGB
CMYK
RGB Variations
Color information
#FEEB32 (or 0xFEEB32) is known color: Gorse. HEX triplet: FE, EB and 32. RGB value is (254,235,50). Sum of RGB (Red+Green+Blue) = 254+235+50=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB32 is #0114CD. Grayscale: #DCDCDC. Windows color (decimal): -70862 or 3337214. OLE color: 3337214.
HSL color Cylindrical-coordinate representation of color #FEEB32: hue angle of 54.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEEB32 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.00 |
| HSL | 54.41º | 0.99% | 0.6% | - |
| HSV(B) | 54.41º | 0.8% | 1% | - |
| XYZ | 71.16 | 80.72 | 14.85 | - |
| YUV | 219.59 | 32.29 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 50 | 0 | 0.07 | 0.80 | 0.00 | 54.41 | 0.99 | 0.6 |
| Hex | FE | EB | 32 | 0 | 7 | 50 | 0 | 36 | 63 | 3C |
| Octal | 376 | 353 | 62 | 0 | 7 | 120 | 0 | 66 | 143 | 74 |
| Binary | 11111110 | 11101011 | 110010 | 0 | 111 | 1010000 | 0 | 110110 | 1100011 | 111100 |
Color Harmonies of #FEEB32
Complementary color
Monochromatic Colors of #FEEB32
Black with #FEEB32
Text Example
Text Example
White with #FEEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB32; }
p { color: rgb(254,235,50); }
H1.HeaderClassName
{
color: #FEEB32;
}
.AnyTagClassName
{
color: #FEEB32;
}
</style>
background-color css
<style>
a { background-color: #FEEB32; }
a { background-color: rgb(254,235,50); }
div.DivClassName
{
background-color: #FEEB32;
}
.BgClassName
{
background-color: #FEEB32;
}
</style>
border-color css
<style>
span { border-color: #FEEB32; }
span { border-color: rgb(254,235,50); }
td.TdClassName
{
border-color: #FEEB32;
}
.TagClassName
{
border-color: #FEEB32;
}
</style>