Shades of Gorse #FEEA29
Tints of Gorse #FEEA29
RGB
CMYK
RGB Variations
Color information
#FEEA29 (or 0xFEEA29) is known color: Gorse. HEX triplet: FE, EA and 29. RGB value is (254,234,41). Sum of RGB (Red+Green+Blue) = 254+234+41=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 41 (16.41% from 255 or 7.75% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA29 is #0115D6. Grayscale: #DADADA. Windows color (decimal): -71127 or 2747134. OLE color: 2747134.
HSL color Cylindrical-coordinate representation of color #FEEA29: hue angle of 54.37º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEEA29 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 41 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.00 |
| HSL | 54.37º | 0.99% | 0.58% | - |
| HSV(B) | 54.37º | 0.84% | 1% | - |
| XYZ | 70.7 | 80.08 | 13.83 | - |
| YUV | 217.98 | 28.13 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 41 | 0 | 0.08 | 0.84 | 0.00 | 54.37 | 0.99 | 0.58 |
| Hex | FE | EA | 29 | 0 | 8 | 54 | 0 | 36 | 63 | 3A |
| Octal | 376 | 352 | 51 | 0 | 10 | 124 | 0 | 66 | 143 | 72 |
| Binary | 11111110 | 11101010 | 101001 | 0 | 1000 | 1010100 | 0 | 110110 | 1100011 | 111010 |
Color Harmonies of #FEEA29
Complementary color
Monochromatic Colors of #FEEA29
Black with #FEEA29
Text Example
Text Example
White with #FEEA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA29; }
p { color: rgb(254,234,41); }
H1.HeaderClassName
{
color: #FEEA29;
}
.AnyTagClassName
{
color: #FEEA29;
}
</style>
background-color css
<style>
a { background-color: #FEEA29; }
a { background-color: rgb(254,234,41); }
div.DivClassName
{
background-color: #FEEA29;
}
.BgClassName
{
background-color: #FEEA29;
}
</style>
border-color css
<style>
span { border-color: #FEEA29; }
span { border-color: rgb(254,234,41); }
td.TdClassName
{
border-color: #FEEA29;
}
.TagClassName
{
border-color: #FEEA29;
}
</style>