Shades of Gorse #FEEA26
Tints of Gorse #FEEA26
RGB
CMYK
RGB Variations
Color information
#FEEA26 (or 0xFEEA26) is known color: Gorse. HEX triplet: FE, EA and 26. RGB value is (254,234,38). Sum of RGB (Red+Green+Blue) = 254+234+38=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 38 (15.23% from 255 or 7.22% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA26 is #0115D9. Grayscale: #DADADA. Windows color (decimal): -71130 or 2550526. OLE color: 2550526.
HSL color Cylindrical-coordinate representation of color #FEEA26: hue angle of 54.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEEA26 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 38 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.00 |
| HSL | 54.44º | 0.99% | 0.57% | - |
| HSV(B) | 54.44º | 0.85% | 1% | - |
| XYZ | 70.65 | 80.06 | 13.56 | - |
| YUV | 217.64 | 26.63 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 38 | 0 | 0.08 | 0.85 | 0.00 | 54.44 | 0.99 | 0.57 |
| Hex | FE | EA | 26 | 0 | 8 | 55 | 0 | 36 | 63 | 39 |
| Octal | 376 | 352 | 46 | 0 | 10 | 125 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101010 | 100110 | 0 | 1000 | 1010101 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEEA26
Complementary color
Monochromatic Colors of #FEEA26
Black with #FEEA26
Text Example
Text Example
White with #FEEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA26; }
p { color: rgb(254,234,38); }
H1.HeaderClassName
{
color: #FEEA26;
}
.AnyTagClassName
{
color: #FEEA26;
}
</style>
background-color css
<style>
a { background-color: #FEEA26; }
a { background-color: rgb(254,234,38); }
div.DivClassName
{
background-color: #FEEA26;
}
.BgClassName
{
background-color: #FEEA26;
}
</style>
border-color css
<style>
span { border-color: #FEEA26; }
span { border-color: rgb(254,234,38); }
td.TdClassName
{
border-color: #FEEA26;
}
.TagClassName
{
border-color: #FEEA26;
}
</style>