Shades of Gorse #FEEA36
Tints of Gorse #FEEA36
RGB
CMYK
RGB Variations
Color information
#FEEA36 (or 0xFEEA36) is known color: Gorse. HEX triplet: FE, EA and 36. RGB value is (254,234,54). Sum of RGB (Red+Green+Blue) = 254+234+54=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 54 (21.48% from 255 or 9.96% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA36 is #0115C9. Grayscale: #DCDCDC. Windows color (decimal): -71114 or 3599102. OLE color: 3599102.
HSL color Cylindrical-coordinate representation of color #FEEA36: hue angle of 54º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEEA36 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 54 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.00 |
| HSL | 54º | 0.99% | 0.6% | - |
| HSV(B) | 54º | 0.79% | 1% | - |
| XYZ | 70.96 | 80.18 | 15.23 | - |
| YUV | 219.46 | 34.63 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 54 | 0 | 0.08 | 0.79 | 0.00 | 54 | 0.99 | 0.6 |
| Hex | FE | EA | 36 | 0 | 8 | 4F | 0 | 36 | 63 | 3C |
| Octal | 376 | 352 | 66 | 0 | 10 | 117 | 0 | 66 | 143 | 74 |
| Binary | 11111110 | 11101010 | 110110 | 0 | 1000 | 1001111 | 0 | 110110 | 1100011 | 111100 |
Color Harmonies of #FEEA36
Complementary color
Monochromatic Colors of #FEEA36
Black with #FEEA36
Text Example
Text Example
White with #FEEA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA36; }
p { color: rgb(254,234,54); }
H1.HeaderClassName
{
color: #FEEA36;
}
.AnyTagClassName
{
color: #FEEA36;
}
</style>
background-color css
<style>
a { background-color: #FEEA36; }
a { background-color: rgb(254,234,54); }
div.DivClassName
{
background-color: #FEEA36;
}
.BgClassName
{
background-color: #FEEA36;
}
</style>
border-color css
<style>
span { border-color: #FEEA36; }
span { border-color: rgb(254,234,54); }
td.TdClassName
{
border-color: #FEEA36;
}
.TagClassName
{
border-color: #FEEA36;
}
</style>