Shades of Gorse #FEEA41
Tints of Gorse #FEEA41
RGB
CMYK
RGB Variations
Color information
#FEEA41 (or 0xFEEA41) is known color: Gorse. HEX triplet: FE, EA and 41. RGB value is (254,234,65). Sum of RGB (Red+Green+Blue) = 254+234+65=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 65 (25.78% from 255 or 11.75% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA41 is #0115BE. Grayscale: #DDDDDD. Windows color (decimal): -71103 or 4319998. OLE color: 4319998.
HSL color Cylindrical-coordinate representation of color #FEEA41: hue angle of 53.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEEA41 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 65 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.00 |
| HSL | 53.65º | 0.99% | 0.63% | - |
| HSV(B) | 53.65º | 0.74% | 1% | - |
| XYZ | 71.25 | 80.3 | 16.74 | - |
| YUV | 220.71 | 40.13 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 65 | 0 | 0.08 | 0.74 | 0.00 | 53.65 | 0.99 | 0.63 |
| Hex | FE | EA | 41 | 0 | 8 | 4A | 0 | 36 | 63 | 3F |
| Octal | 376 | 352 | 101 | 0 | 10 | 112 | 0 | 66 | 143 | 77 |
| Binary | 11111110 | 11101010 | 1000001 | 0 | 1000 | 1001010 | 0 | 110110 | 1100011 | 111111 |
Color Harmonies of #FEEA41
Complementary color
Monochromatic Colors of #FEEA41
Black with #FEEA41
Text Example
Text Example
White with #FEEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA41; }
p { color: rgb(254,234,65); }
H1.HeaderClassName
{
color: #FEEA41;
}
.AnyTagClassName
{
color: #FEEA41;
}
</style>
background-color css
<style>
a { background-color: #FEEA41; }
a { background-color: rgb(254,234,65); }
div.DivClassName
{
background-color: #FEEA41;
}
.BgClassName
{
background-color: #FEEA41;
}
</style>
border-color css
<style>
span { border-color: #FEEA41; }
span { border-color: rgb(254,234,65); }
td.TdClassName
{
border-color: #FEEA41;
}
.TagClassName
{
border-color: #FEEA41;
}
</style>