Shades of Gorse #FEE82E
Tints of Gorse #FEE82E
RGB
CMYK
RGB Variations
Color information
#FEE82E (or 0xFEE82E) is known color: Gorse. HEX triplet: FE, E8 and 2E. RGB value is (254,232,46). Sum of RGB (Red+Green+Blue) = 254+232+46=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 46 (18.36% from 255 or 8.65% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE82E is #0117D1. Grayscale: #DADADA. Windows color (decimal): -71634 or 3074302. OLE color: 3074302.
HSL color Cylindrical-coordinate representation of color #FEE82E: hue angle of 53.65º 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 #FEE82E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 46 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.00 |
| HSL | 53.65º | 0.99% | 0.59% | - |
| HSV(B) | 53.65º | 0.82% | 1% | - |
| XYZ | 70.22 | 78.98 | 14.13 | - |
| YUV | 217.37 | 31.29 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 46 | 0 | 0.09 | 0.82 | 0.00 | 53.65 | 0.99 | 0.59 |
| Hex | FE | E8 | 2E | 0 | 9 | 52 | 0 | 36 | 63 | 3B |
| Octal | 376 | 350 | 56 | 0 | 11 | 122 | 0 | 66 | 143 | 73 |
| Binary | 11111110 | 11101000 | 101110 | 0 | 1001 | 1010010 | 0 | 110110 | 1100011 | 111011 |
Color Harmonies of #FEE82E
Complementary color
Monochromatic Colors of #FEE82E
Black with #FEE82E
Text Example
Text Example
White with #FEE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE82E; }
p { color: rgb(254,232,46); }
H1.HeaderClassName
{
color: #FEE82E;
}
.AnyTagClassName
{
color: #FEE82E;
}
</style>
background-color css
<style>
a { background-color: #FEE82E; }
a { background-color: rgb(254,232,46); }
div.DivClassName
{
background-color: #FEE82E;
}
.BgClassName
{
background-color: #FEE82E;
}
</style>
border-color css
<style>
span { border-color: #FEE82E; }
span { border-color: rgb(254,232,46); }
td.TdClassName
{
border-color: #FEE82E;
}
.TagClassName
{
border-color: #FEE82E;
}
</style>