Shades of Gorse #FEEA40
Tints of Gorse #FEEA40
RGB
CMYK
RGB Variations
Color information
#FEEA40 (or 0xFEEA40) is known color: Gorse. HEX triplet: FE, EA and 40. RGB value is (254,234,64). Sum of RGB (Red+Green+Blue) = 254+234+64=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA40 is #0115BF. Grayscale: #DDDDDD. Windows color (decimal): -71104 or 4254462. OLE color: 4254462.
HSL color Cylindrical-coordinate representation of color #FEEA40: hue angle of 53.68º 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 #FEEA40 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 64 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.00 |
| HSL | 53.68º | 0.99% | 0.62% | - |
| HSV(B) | 53.68º | 0.75% | 1% | - |
| XYZ | 71.22 | 80.29 | 16.59 | - |
| YUV | 220.6 | 39.63 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 64 | 0 | 0.08 | 0.75 | 0.00 | 53.68 | 0.99 | 0.62 |
| Hex | FE | EA | 40 | 0 | 8 | 4B | 0 | 36 | 63 | 3E |
| Octal | 376 | 352 | 100 | 0 | 10 | 113 | 0 | 66 | 143 | 76 |
| Binary | 11111110 | 11101010 | 1000000 | 0 | 1000 | 1001011 | 0 | 110110 | 1100011 | 111110 |
Color Harmonies of #FEEA40
Complementary color
Monochromatic Colors of #FEEA40
Black with #FEEA40
Text Example
Text Example
White with #FEEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA40; }
p { color: rgb(254,234,64); }
H1.HeaderClassName
{
color: #FEEA40;
}
.AnyTagClassName
{
color: #FEEA40;
}
</style>
background-color css
<style>
a { background-color: #FEEA40; }
a { background-color: rgb(254,234,64); }
div.DivClassName
{
background-color: #FEEA40;
}
.BgClassName
{
background-color: #FEEA40;
}
</style>
border-color css
<style>
span { border-color: #FEEA40; }
span { border-color: rgb(254,234,64); }
td.TdClassName
{
border-color: #FEEA40;
}
.TagClassName
{
border-color: #FEEA40;
}
</style>