Shades of Gorse #FEE731
Tints of Gorse #FEE731
RGB
CMYK
RGB Variations
Color information
#FEE731 (or 0xFEE731) is known color: Gorse. HEX triplet: FE, E7 and 31. RGB value is (254,231,49). Sum of RGB (Red+Green+Blue) = 254+231+49=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE731 is #0118CE. Grayscale: #D9D9D9. Windows color (decimal): -71887 or 3270654. OLE color: 3270654.
HSL color Cylindrical-coordinate representation of color #FEE731: hue angle of 53.27º 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 #FEE731 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 49 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.00 |
| HSL | 53.27º | 0.99% | 0.59% | - |
| HSV(B) | 53.27º | 0.81% | 1% | - |
| XYZ | 70 | 78.44 | 14.36 | - |
| YUV | 217.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 49 | 0 | 0.09 | 0.81 | 0.00 | 53.27 | 0.99 | 0.59 |
| Hex | FE | E7 | 31 | 0 | 9 | 51 | 0 | 35 | 63 | 3B |
| Octal | 376 | 347 | 61 | 0 | 11 | 121 | 0 | 65 | 143 | 73 |
| Binary | 11111110 | 11100111 | 110001 | 0 | 1001 | 1010001 | 0 | 110101 | 1100011 | 111011 |
Color Harmonies of #FEE731
Complementary color
Monochromatic Colors of #FEE731
Black with #FEE731
Text Example
Text Example
White with #FEE731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE731; }
p { color: rgb(254,231,49); }
H1.HeaderClassName
{
color: #FEE731;
}
.AnyTagClassName
{
color: #FEE731;
}
</style>
background-color css
<style>
a { background-color: #FEE731; }
a { background-color: rgb(254,231,49); }
div.DivClassName
{
background-color: #FEE731;
}
.BgClassName
{
background-color: #FEE731;
}
</style>
border-color css
<style>
span { border-color: #FEE731; }
span { border-color: rgb(254,231,49); }
td.TdClassName
{
border-color: #FEE731;
}
.TagClassName
{
border-color: #FEE731;
}
</style>