Shades of Gorse #FEEE40
Tints of Gorse #FEEE40
RGB
CMYK
RGB Variations
Color information
#FEEE40 (or 0xFEEE40) is known color: Gorse. HEX triplet: FE, EE and 40. RGB value is (254,238,64). Sum of RGB (Red+Green+Blue) = 254+238+64=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE40 is #0111BF. Grayscale: #DFDFDF. Windows color (decimal): -70080 or 4255486. OLE color: 4255486.
HSL color Cylindrical-coordinate representation of color #FEEE40: hue angle of 54.95º 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 #FEEE40 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 64 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.00 |
| HSL | 54.95º | 0.99% | 0.62% | - |
| HSV(B) | 54.95º | 0.75% | 1% | - |
| XYZ | 72.37 | 82.59 | 16.98 | - |
| YUV | 222.95 | 38.3 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 64 | 0 | 0.06 | 0.75 | 0.00 | 54.95 | 0.99 | 0.62 |
| Hex | FE | EE | 40 | 0 | 6 | 4B | 0 | 37 | 63 | 3E |
| Octal | 376 | 356 | 100 | 0 | 6 | 113 | 0 | 67 | 143 | 76 |
| Binary | 11111110 | 11101110 | 1000000 | 0 | 110 | 1001011 | 0 | 110111 | 1100011 | 111110 |
Color Harmonies of #FEEE40
Complementary color
Monochromatic Colors of #FEEE40
Black with #FEEE40
Text Example
Text Example
White with #FEEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE40; }
p { color: rgb(254,238,64); }
H1.HeaderClassName
{
color: #FEEE40;
}
.AnyTagClassName
{
color: #FEEE40;
}
</style>
background-color css
<style>
a { background-color: #FEEE40; }
a { background-color: rgb(254,238,64); }
div.DivClassName
{
background-color: #FEEE40;
}
.BgClassName
{
background-color: #FEEE40;
}
</style>
border-color css
<style>
span { border-color: #FEEE40; }
span { border-color: rgb(254,238,64); }
td.TdClassName
{
border-color: #FEEE40;
}
.TagClassName
{
border-color: #FEEE40;
}
</style>