Shades of Gorse #FEE533
Tints of Gorse #FEE533
RGB
CMYK
RGB Variations
Color information
#FEE533 (or 0xFEE533) is known color: Gorse. HEX triplet: FE, E5 and 33. RGB value is (254,229,51). Sum of RGB (Red+Green+Blue) = 254+229+51=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 51 (20.31% from 255 or 9.55% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE533 is #011ACC. Grayscale: #D8D8D8. Windows color (decimal): -72397 or 3401214. OLE color: 3401214.
HSL color Cylindrical-coordinate representation of color #FEE533: hue angle of 52.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEE533 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 51 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.00 |
| HSL | 52.61º | 0.99% | 0.6% | - |
| HSV(B) | 52.61º | 0.8% | 1% | - |
| XYZ | 69.49 | 77.35 | 14.4 | - |
| YUV | 216.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 51 | 0 | 0.10 | 0.80 | 0.00 | 52.61 | 0.99 | 0.6 |
| Hex | FE | E5 | 33 | 0 | A | 50 | 0 | 35 | 63 | 3C |
| Octal | 376 | 345 | 63 | 0 | 12 | 120 | 0 | 65 | 143 | 74 |
| Binary | 11111110 | 11100101 | 110011 | 0 | 1010 | 1010000 | 0 | 110101 | 1100011 | 111100 |
Color Harmonies of #FEE533
Complementary color
Monochromatic Colors of #FEE533
Black with #FEE533
Text Example
Text Example
White with #FEE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE533; }
p { color: rgb(254,229,51); }
H1.HeaderClassName
{
color: #FEE533;
}
.AnyTagClassName
{
color: #FEE533;
}
</style>
background-color css
<style>
a { background-color: #FEE533; }
a { background-color: rgb(254,229,51); }
div.DivClassName
{
background-color: #FEE533;
}
.BgClassName
{
background-color: #FEE533;
}
</style>
border-color css
<style>
span { border-color: #FEE533; }
span { border-color: rgb(254,229,51); }
td.TdClassName
{
border-color: #FEE533;
}
.TagClassName
{
border-color: #FEE533;
}
</style>