Shades of Gorse #FEE73C
Tints of Gorse #FEE73C
RGB
CMYK
RGB Variations
Color information
#FEE73C (or 0xFEE73C) is known color: Gorse. HEX triplet: FE, E7 and 3C. RGB value is (254,231,60). Sum of RGB (Red+Green+Blue) = 254+231+60=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE73C is #0118C3. Grayscale: #DBDBDB. Windows color (decimal): -71876 or 3991550. OLE color: 3991550.
HSL color Cylindrical-coordinate representation of color #FEE73C: hue angle of 52.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEE73C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 60 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.00 |
| HSL | 52.89º | 0.99% | 0.62% | - |
| HSV(B) | 52.89º | 0.76% | 1% | - |
| XYZ | 70.26 | 78.55 | 15.73 | - |
| YUV | 218.38 | 38.62 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 60 | 0 | 0.09 | 0.76 | 0.00 | 52.89 | 0.99 | 0.62 |
| Hex | FE | E7 | 3C | 0 | 9 | 4C | 0 | 35 | 63 | 3E |
| Octal | 376 | 347 | 74 | 0 | 11 | 114 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11100111 | 111100 | 0 | 1001 | 1001100 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE73C
Complementary color
Monochromatic Colors of #FEE73C
Black with #FEE73C
Text Example
Text Example
White with #FEE73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE73C; }
p { color: rgb(254,231,60); }
H1.HeaderClassName
{
color: #FEE73C;
}
.AnyTagClassName
{
color: #FEE73C;
}
</style>
background-color css
<style>
a { background-color: #FEE73C; }
a { background-color: rgb(254,231,60); }
div.DivClassName
{
background-color: #FEE73C;
}
.BgClassName
{
background-color: #FEE73C;
}
</style>
border-color css
<style>
span { border-color: #FEE73C; }
span { border-color: rgb(254,231,60); }
td.TdClassName
{
border-color: #FEE73C;
}
.TagClassName
{
border-color: #FEE73C;
}
</style>