Shades of Gorse #FEE831
Tints of Gorse #FEE831
RGB
CMYK
RGB Variations
Color information
#FEE831 (or 0xFEE831) is known color: Gorse. HEX triplet: FE, E8 and 31. RGB value is (254,232,49). Sum of RGB (Red+Green+Blue) = 254+232+49=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 49 (19.53% from 255 or 9.16% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE831 is #0117CE. Grayscale: #DADADA. Windows color (decimal): -71631 or 3270910. OLE color: 3270910.
HSL color Cylindrical-coordinate representation of color #FEE831: hue angle of 53.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEE831 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 49 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.00 |
| HSL | 53.56º | 0.99% | 0.59% | - |
| HSV(B) | 53.56º | 0.81% | 1% | - |
| XYZ | 70.28 | 79.01 | 14.45 | - |
| YUV | 217.72 | 32.79 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 49 | 0 | 0.09 | 0.81 | 0.00 | 53.56 | 0.99 | 0.59 |
| Hex | FE | E8 | 31 | 0 | 9 | 51 | 0 | 36 | 63 | 3B |
| Octal | 376 | 350 | 61 | 0 | 11 | 121 | 0 | 66 | 143 | 73 |
| Binary | 11111110 | 11101000 | 110001 | 0 | 1001 | 1010001 | 0 | 110110 | 1100011 | 111011 |
Color Harmonies of #FEE831
Complementary color
Monochromatic Colors of #FEE831
Black with #FEE831
Text Example
Text Example
White with #FEE831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE831; }
p { color: rgb(254,232,49); }
H1.HeaderClassName
{
color: #FEE831;
}
.AnyTagClassName
{
color: #FEE831;
}
</style>
background-color css
<style>
a { background-color: #FEE831; }
a { background-color: rgb(254,232,49); }
div.DivClassName
{
background-color: #FEE831;
}
.BgClassName
{
background-color: #FEE831;
}
</style>
border-color css
<style>
span { border-color: #FEE831; }
span { border-color: rgb(254,232,49); }
td.TdClassName
{
border-color: #FEE831;
}
.TagClassName
{
border-color: #FEE831;
}
</style>