Shades of Gorse #FEE529
Tints of Gorse #FEE529
RGB
CMYK
RGB Variations
Color information
#FEE529 (or 0xFEE529) is known color: Gorse. HEX triplet: FE, E5 and 29. RGB value is (254,229,41). Sum of RGB (Red+Green+Blue) = 254+229+41=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 41 (16.41% from 255 or 7.82% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE529 is #011AD6. Grayscale: #D7D7D7. Windows color (decimal): -72407 or 2745854. OLE color: 2745854.
HSL color Cylindrical-coordinate representation of color #FEE529: hue angle of 52.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEE529 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 41 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.00 |
| HSL | 52.96º | 0.99% | 0.58% | - |
| HSV(B) | 52.96º | 0.84% | 1% | - |
| XYZ | 69.29 | 77.27 | 13.36 | - |
| YUV | 215.04 | 29.78 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 41 | 0 | 0.10 | 0.84 | 0.00 | 52.96 | 0.99 | 0.58 |
| Hex | FE | E5 | 29 | 0 | A | 54 | 0 | 35 | 63 | 3A |
| Octal | 376 | 345 | 51 | 0 | 12 | 124 | 0 | 65 | 143 | 72 |
| Binary | 11111110 | 11100101 | 101001 | 0 | 1010 | 1010100 | 0 | 110101 | 1100011 | 111010 |
Color Harmonies of #FEE529
Complementary color
Monochromatic Colors of #FEE529
Black with #FEE529
Text Example
Text Example
White with #FEE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE529; }
p { color: rgb(254,229,41); }
H1.HeaderClassName
{
color: #FEE529;
}
.AnyTagClassName
{
color: #FEE529;
}
</style>
background-color css
<style>
a { background-color: #FEE529; }
a { background-color: rgb(254,229,41); }
div.DivClassName
{
background-color: #FEE529;
}
.BgClassName
{
background-color: #FEE529;
}
</style>
border-color css
<style>
span { border-color: #FEE529; }
span { border-color: rgb(254,229,41); }
td.TdClassName
{
border-color: #FEE529;
}
.TagClassName
{
border-color: #FEE529;
}
</style>