Shades of Gorse #FEE62E
Tints of Gorse #FEE62E
RGB
CMYK
RGB Variations
Color information
#FEE62E (or 0xFEE62E) is known color: Gorse. HEX triplet: FE, E6 and 2E. RGB value is (254,230,46). Sum of RGB (Red+Green+Blue) = 254+230+46=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 46 (18.36% from 255 or 8.68% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE62E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE62E is #0119D1. Grayscale: #D8D8D8. Windows color (decimal): -72146 or 3073790. OLE color: 3073790.
HSL color Cylindrical-coordinate representation of color #FEE62E: hue angle of 53.08º 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 #FEE62E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 46 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.00 |
| HSL | 53.08º | 0.99% | 0.59% | - |
| HSV(B) | 53.08º | 0.82% | 1% | - |
| XYZ | 69.66 | 77.86 | 13.94 | - |
| YUV | 216.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 46 | 0 | 0.09 | 0.82 | 0.00 | 53.08 | 0.99 | 0.59 |
| Hex | FE | E6 | 2E | 0 | 9 | 52 | 0 | 35 | 63 | 3B |
| Octal | 376 | 346 | 56 | 0 | 11 | 122 | 0 | 65 | 143 | 73 |
| Binary | 11111110 | 11100110 | 101110 | 0 | 1001 | 1010010 | 0 | 110101 | 1100011 | 111011 |
Color Harmonies of #FEE62E
Complementary color
Monochromatic Colors of #FEE62E
Black with #FEE62E
Text Example
Text Example
White with #FEE62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE62E; }
p { color: rgb(254,230,46); }
H1.HeaderClassName
{
color: #FEE62E;
}
.AnyTagClassName
{
color: #FEE62E;
}
</style>
background-color css
<style>
a { background-color: #FEE62E; }
a { background-color: rgb(254,230,46); }
div.DivClassName
{
background-color: #FEE62E;
}
.BgClassName
{
background-color: #FEE62E;
}
</style>
border-color css
<style>
span { border-color: #FEE62E; }
span { border-color: rgb(254,230,46); }
td.TdClassName
{
border-color: #FEE62E;
}
.TagClassName
{
border-color: #FEE62E;
}
</style>