Shades of Gorse #FFE227
Tints of Gorse #FFE227
RGB
CMYK
RGB Variations
Color information
#FFE227 (or 0xFFE227) is known color: Gorse. HEX triplet: FF, E2 and 27. RGB value is (255,226,39). Sum of RGB (Red+Green+Blue) = 255+226+39=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 39 (15.62% from 255 or 7.5% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE227 is #001DD8. Grayscale: #D6D6D6. Windows color (decimal): -7641 or 2614015. OLE color: 2614015.
HSL color Cylindrical-coordinate representation of color #FFE227: hue angle of 51.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFE227 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 39 | - |
| CMYK | 0 | 0.11 | 0.85 | 0 |
| HSL | 51.94º | 1% | 0.58% | - |
| HSV(B) | 51.94º | 0.85% | 1% | - |
| XYZ | 68.8 | 75.8 | 12.92 | - |
| YUV | 213.35 | 29.61 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 39 | 0 | 0.11 | 0.85 | 0 | 51.94 | 1 | 0.58 |
| Hex | FF | E2 | 27 | 0 | B | 55 | 0 | 34 | 64 | 3A |
| Octal | 377 | 342 | 47 | 0 | 13 | 125 | 0 | 64 | 144 | 72 |
| Binary | 11111111 | 11100010 | 100111 | 0 | 1011 | 1010101 | 0 | 110100 | 1100100 | 111010 |
Color Harmonies of #FFE227
Complementary color
Monochromatic Colors of #FFE227
Black with #FFE227
Text Example
Text Example
White with #FFE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE227; }
p { color: rgb(255,226,39); }
H1.HeaderClassName
{
color: #FFE227;
}
.AnyTagClassName
{
color: #FFE227;
}
</style>
background-color css
<style>
a { background-color: #FFE227; }
a { background-color: rgb(255,226,39); }
div.DivClassName
{
background-color: #FFE227;
}
.BgClassName
{
background-color: #FFE227;
}
</style>
border-color css
<style>
span { border-color: #FFE227; }
span { border-color: rgb(255,226,39); }
td.TdClassName
{
border-color: #FFE227;
}
.TagClassName
{
border-color: #FFE227;
}
</style>