Shades of Gorse #FFE226
Tints of Gorse #FFE226
RGB
CMYK
RGB Variations
Color information
#FFE226 (or 0xFFE226) is known color: Gorse. HEX triplet: FF, E2 and 26. RGB value is (255,226,38). Sum of RGB (Red+Green+Blue) = 255+226+38=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 38 (15.23% from 255 or 7.32% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE226 is #001DD9. Grayscale: #D6D6D6. Windows color (decimal): -7642 or 2548479. OLE color: 2548479.
HSL color Cylindrical-coordinate representation of color #FFE226: hue angle of 51.98º 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 #FFE226 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 38 | - |
| CMYK | 0 | 0.11 | 0.85 | 0 |
| HSL | 51.98º | 1% | 0.57% | - |
| HSV(B) | 51.98º | 0.85% | 1% | - |
| XYZ | 68.79 | 75.79 | 12.84 | - |
| YUV | 213.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 38 | 0 | 0.11 | 0.85 | 0 | 51.98 | 1 | 0.57 |
| Hex | FF | E2 | 26 | 0 | B | 55 | 0 | 34 | 64 | 39 |
| Octal | 377 | 342 | 46 | 0 | 13 | 125 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100010 | 100110 | 0 | 1011 | 1010101 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE226
Complementary color
Monochromatic Colors of #FFE226
Black with #FFE226
Text Example
Text Example
White with #FFE226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE226; }
p { color: rgb(255,226,38); }
H1.HeaderClassName
{
color: #FFE226;
}
.AnyTagClassName
{
color: #FFE226;
}
</style>
background-color css
<style>
a { background-color: #FFE226; }
a { background-color: rgb(255,226,38); }
div.DivClassName
{
background-color: #FFE226;
}
.BgClassName
{
background-color: #FFE226;
}
</style>
border-color css
<style>
span { border-color: #FFE226; }
span { border-color: rgb(255,226,38); }
td.TdClassName
{
border-color: #FFE226;
}
.TagClassName
{
border-color: #FFE226;
}
</style>