Shades of Gorse #FFE224
Tints of Gorse #FFE224
RGB
CMYK
RGB Variations
Color information
#FFE224 (or 0xFFE224) is known color: Gorse. HEX triplet: FF, E2 and 24. RGB value is (255,226,36). Sum of RGB (Red+Green+Blue) = 255+226+36=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 36 (14.45% from 255 or 6.96% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE224 is #001DDB. Grayscale: #D5D5D5. Windows color (decimal): -7644 or 2417407. OLE color: 2417407.
HSL color Cylindrical-coordinate representation of color #FFE224: hue angle of 52.05º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFE224 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 36 | - |
| CMYK | 0 | 0.11 | 0.86 | 0 |
| HSL | 52.05º | 1% | 0.57% | - |
| HSV(B) | 52.05º | 0.86% | 1% | - |
| XYZ | 68.75 | 75.78 | 12.67 | - |
| YUV | 213.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 36 | 0 | 0.11 | 0.86 | 0 | 52.05 | 1 | 0.57 |
| Hex | FF | E2 | 24 | 0 | B | 56 | 0 | 34 | 64 | 39 |
| Octal | 377 | 342 | 44 | 0 | 13 | 126 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100010 | 100100 | 0 | 1011 | 1010110 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE224
Complementary color
Monochromatic Colors of #FFE224
Black with #FFE224
Text Example
Text Example
White with #FFE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE224; }
p { color: rgb(255,226,36); }
H1.HeaderClassName
{
color: #FFE224;
}
.AnyTagClassName
{
color: #FFE224;
}
</style>
background-color css
<style>
a { background-color: #FFE224; }
a { background-color: rgb(255,226,36); }
div.DivClassName
{
background-color: #FFE224;
}
.BgClassName
{
background-color: #FFE224;
}
</style>
border-color css
<style>
span { border-color: #FFE224; }
span { border-color: rgb(255,226,36); }
td.TdClassName
{
border-color: #FFE224;
}
.TagClassName
{
border-color: #FFE224;
}
</style>