Shades of Gorse #FFE022
Tints of Gorse #FFE022
RGB
CMYK
RGB Variations
Color information
#FFE022 (or 0xFFE022) is known color: Gorse. HEX triplet: FF, E0 and 22. RGB value is (255,224,34). Sum of RGB (Red+Green+Blue) = 255+224+34=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 34 (13.67% from 255 or 6.63% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE022 is #001FDD. Grayscale: #D4D4D4. Windows color (decimal): -8158 or 2285823. OLE color: 2285823.
HSL color Cylindrical-coordinate representation of color #FFE022: hue angle of 51.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFE022 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 34 | - |
| CMYK | 0 | 0.12 | 0.87 | 0 |
| HSL | 51.58º | 1% | 0.57% | - |
| HSV(B) | 51.58º | 0.87% | 1% | - |
| XYZ | 68.18 | 74.69 | 12.34 | - |
| YUV | 211.61 | 27.77 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 34 | 0 | 0.12 | 0.87 | 0 | 51.58 | 1 | 0.57 |
| Hex | FF | E0 | 22 | 0 | C | 57 | 0 | 34 | 64 | 39 |
| Octal | 377 | 340 | 42 | 0 | 14 | 127 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100000 | 100010 | 0 | 1100 | 1010111 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE022
Complementary color
Monochromatic Colors of #FFE022
Black with #FFE022
Text Example
Text Example
White with #FFE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE022; }
p { color: rgb(255,224,34); }
H1.HeaderClassName
{
color: #FFE022;
}
.AnyTagClassName
{
color: #FFE022;
}
</style>
background-color css
<style>
a { background-color: #FFE022; }
a { background-color: rgb(255,224,34); }
div.DivClassName
{
background-color: #FFE022;
}
.BgClassName
{
background-color: #FFE022;
}
</style>
border-color css
<style>
span { border-color: #FFE022; }
span { border-color: rgb(255,224,34); }
td.TdClassName
{
border-color: #FFE022;
}
.TagClassName
{
border-color: #FFE022;
}
</style>