Shades of Gorse #FEE231
Tints of Gorse #FEE231
RGB
CMYK
RGB Variations
Color information
#FEE231 (or 0xFEE231) is known color: Gorse. HEX triplet: FE, E2 and 31. RGB value is (254,226,49). Sum of RGB (Red+Green+Blue) = 254+226+49=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE231 is #011DCE. Grayscale: #D6D6D6. Windows color (decimal): -73167 or 3269374. OLE color: 3269374.
HSL color Cylindrical-coordinate representation of color #FEE231: hue angle of 51.8º 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 #FEE231 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 49 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.00 |
| HSL | 51.8º | 0.99% | 0.59% | - |
| HSV(B) | 51.8º | 0.81% | 1% | - |
| XYZ | 68.62 | 75.69 | 13.9 | - |
| YUV | 214.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 49 | 0 | 0.11 | 0.81 | 0.00 | 51.8 | 0.99 | 0.59 |
| Hex | FE | E2 | 31 | 0 | B | 51 | 0 | 34 | 63 | 3B |
| Octal | 376 | 342 | 61 | 0 | 13 | 121 | 0 | 64 | 143 | 73 |
| Binary | 11111110 | 11100010 | 110001 | 0 | 1011 | 1010001 | 0 | 110100 | 1100011 | 111011 |
Color Harmonies of #FEE231
Complementary color
Monochromatic Colors of #FEE231
Black with #FEE231
Text Example
Text Example
White with #FEE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE231; }
p { color: rgb(254,226,49); }
H1.HeaderClassName
{
color: #FEE231;
}
.AnyTagClassName
{
color: #FEE231;
}
</style>
background-color css
<style>
a { background-color: #FEE231; }
a { background-color: rgb(254,226,49); }
div.DivClassName
{
background-color: #FEE231;
}
.BgClassName
{
background-color: #FEE231;
}
</style>
border-color css
<style>
span { border-color: #FEE231; }
span { border-color: rgb(254,226,49); }
td.TdClassName
{
border-color: #FEE231;
}
.TagClassName
{
border-color: #FEE231;
}
</style>