Shades of Gorse #FFEA26
Tints of Gorse #FFEA26
RGB
CMYK
RGB Variations
Color information
#FFEA26 (or 0xFFEA26) is known color: Gorse. HEX triplet: FF, EA and 26. RGB value is (255,234,38). Sum of RGB (Red+Green+Blue) = 255+234+38=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 38 (15.23% from 255 or 7.21% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA26 is #0015D9. Grayscale: #DADADA. Windows color (decimal): -5594 or 2550527. OLE color: 2550527.
HSL color Cylindrical-coordinate representation of color #FFEA26: hue angle of 54.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFEA26 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 38 | - |
| CMYK | 0 | 0.08 | 0.85 | 0 |
| HSL | 54.19º | 1% | 0.57% | - |
| HSV(B) | 54.19º | 0.85% | 1% | - |
| XYZ | 71.01 | 80.25 | 13.58 | - |
| YUV | 217.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 38 | 0 | 0.08 | 0.85 | 0 | 54.19 | 1 | 0.57 |
| Hex | FF | EA | 26 | 0 | 8 | 55 | 0 | 36 | 64 | 39 |
| Octal | 377 | 352 | 46 | 0 | 10 | 125 | 0 | 66 | 144 | 71 |
| Binary | 11111111 | 11101010 | 100110 | 0 | 1000 | 1010101 | 0 | 110110 | 1100100 | 111001 |
Color Harmonies of #FFEA26
Complementary color
Monochromatic Colors of #FFEA26
Black with #FFEA26
Text Example
Text Example
White with #FFEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA26; }
p { color: rgb(255,234,38); }
H1.HeaderClassName
{
color: #FFEA26;
}
.AnyTagClassName
{
color: #FFEA26;
}
</style>
background-color css
<style>
a { background-color: #FFEA26; }
a { background-color: rgb(255,234,38); }
div.DivClassName
{
background-color: #FFEA26;
}
.BgClassName
{
background-color: #FFEA26;
}
</style>
border-color css
<style>
span { border-color: #FFEA26; }
span { border-color: rgb(255,234,38); }
td.TdClassName
{
border-color: #FFEA26;
}
.TagClassName
{
border-color: #FFEA26;
}
</style>