Shades of Gorse #FEE83E
Tints of Gorse #FEE83E
RGB
CMYK
RGB Variations
Color information
#FEE83E (or 0xFEE83E) is known color: Gorse. HEX triplet: FE, E8 and 3E. RGB value is (254,232,62). Sum of RGB (Red+Green+Blue) = 254+232+62=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 62 (24.61% from 255 or 11.31% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE83E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE83E is #0117C1. Grayscale: #DBDBDB. Windows color (decimal): -71618 or 4122878. OLE color: 4122878.
HSL color Cylindrical-coordinate representation of color #FEE83E: hue angle of 53.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEE83E is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 62 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.00 |
| HSL | 53.13º | 0.99% | 0.62% | - |
| HSV(B) | 53.13º | 0.76% | 1% | - |
| XYZ | 70.6 | 79.13 | 16.11 | - |
| YUV | 219.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 62 | 0 | 0.09 | 0.76 | 0.00 | 53.13 | 0.99 | 0.62 |
| Hex | FE | E8 | 3E | 0 | 9 | 4C | 0 | 35 | 63 | 3E |
| Octal | 376 | 350 | 76 | 0 | 11 | 114 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11101000 | 111110 | 0 | 1001 | 1001100 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE83E
Complementary color
Monochromatic Colors of #FEE83E
Black with #FEE83E
Text Example
Text Example
White with #FEE83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE83E; }
p { color: rgb(254,232,62); }
H1.HeaderClassName
{
color: #FEE83E;
}
.AnyTagClassName
{
color: #FEE83E;
}
</style>
background-color css
<style>
a { background-color: #FEE83E; }
a { background-color: rgb(254,232,62); }
div.DivClassName
{
background-color: #FEE83E;
}
.BgClassName
{
background-color: #FEE83E;
}
</style>
border-color css
<style>
span { border-color: #FEE83E; }
span { border-color: rgb(254,232,62); }
td.TdClassName
{
border-color: #FEE83E;
}
.TagClassName
{
border-color: #FEE83E;
}
</style>