Shades of Gorse #FEE440
Tints of Gorse #FEE440
RGB
CMYK
RGB Variations
Color information
#FEE440 (or 0xFEE440) is known color: Gorse. HEX triplet: FE, E4 and 40. RGB value is (254,228,64). Sum of RGB (Red+Green+Blue) = 254+228+64=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE440 is #011BBF. Grayscale: #D9D9D9. Windows color (decimal): -72640 or 4252926. OLE color: 4252926.
HSL color Cylindrical-coordinate representation of color #FEE440: hue angle of 51.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEE440 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 64 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.00 |
| HSL | 51.79º | 0.99% | 0.62% | - |
| HSV(B) | 51.79º | 0.75% | 1% | - |
| XYZ | 69.54 | 76.93 | 16.03 | - |
| YUV | 217.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 64 | 0 | 0.10 | 0.75 | 0.00 | 51.79 | 0.99 | 0.62 |
| Hex | FE | E4 | 40 | 0 | A | 4B | 0 | 34 | 63 | 3E |
| Octal | 376 | 344 | 100 | 0 | 12 | 113 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100100 | 1000000 | 0 | 1010 | 1001011 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE440
Complementary color
Monochromatic Colors of #FEE440
Black with #FEE440
Text Example
Text Example
White with #FEE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE440; }
p { color: rgb(254,228,64); }
H1.HeaderClassName
{
color: #FEE440;
}
.AnyTagClassName
{
color: #FEE440;
}
</style>
background-color css
<style>
a { background-color: #FEE440; }
a { background-color: rgb(254,228,64); }
div.DivClassName
{
background-color: #FEE440;
}
.BgClassName
{
background-color: #FEE440;
}
</style>
border-color css
<style>
span { border-color: #FEE440; }
span { border-color: rgb(254,228,64); }
td.TdClassName
{
border-color: #FEE440;
}
.TagClassName
{
border-color: #FEE440;
}
</style>