Shades of Gorse #FEE531
Tints of Gorse #FEE531
RGB
CMYK
RGB Variations
Color information
#FEE531 (or 0xFEE531) is known color: Gorse. HEX triplet: FE, E5 and 31. RGB value is (254,229,49). Sum of RGB (Red+Green+Blue) = 254+229+49=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE531 is #011ACE. Grayscale: #D8D8D8. Windows color (decimal): -72399 or 3270142. OLE color: 3270142.
HSL color Cylindrical-coordinate representation of color #FEE531: hue angle of 52.68º 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 #FEE531 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 49 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.00 |
| HSL | 52.68º | 0.99% | 0.59% | - |
| HSV(B) | 52.68º | 0.81% | 1% | - |
| XYZ | 69.45 | 77.33 | 14.17 | - |
| YUV | 215.96 | 33.78 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 49 | 0 | 0.10 | 0.81 | 0.00 | 52.68 | 0.99 | 0.59 |
| Hex | FE | E5 | 31 | 0 | A | 51 | 0 | 35 | 63 | 3B |
| Octal | 376 | 345 | 61 | 0 | 12 | 121 | 0 | 65 | 143 | 73 |
| Binary | 11111110 | 11100101 | 110001 | 0 | 1010 | 1010001 | 0 | 110101 | 1100011 | 111011 |
Color Harmonies of #FEE531
Complementary color
Monochromatic Colors of #FEE531
Black with #FEE531
Text Example
Text Example
White with #FEE531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE531; }
p { color: rgb(254,229,49); }
H1.HeaderClassName
{
color: #FEE531;
}
.AnyTagClassName
{
color: #FEE531;
}
</style>
background-color css
<style>
a { background-color: #FEE531; }
a { background-color: rgb(254,229,49); }
div.DivClassName
{
background-color: #FEE531;
}
.BgClassName
{
background-color: #FEE531;
}
</style>
border-color css
<style>
span { border-color: #FEE531; }
span { border-color: rgb(254,229,49); }
td.TdClassName
{
border-color: #FEE531;
}
.TagClassName
{
border-color: #FEE531;
}
</style>