Shades of Gorse #FFE22D
Tints of Gorse #FFE22D
RGB
CMYK
RGB Variations
Color information
#FFE22D (or 0xFFE22D) is known color: Gorse. HEX triplet: FF, E2 and 2D. RGB value is (255,226,45). Sum of RGB (Red+Green+Blue) = 255+226+45=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE22D is #001DD2. Grayscale: #D6D6D6. Windows color (decimal): -7635 or 3007231. OLE color: 3007231.
HSL color Cylindrical-coordinate representation of color #FFE22D: hue angle of 51.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFE22D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0 |
| HSL | 51.71º | 1% | 0.59% | - |
| HSV(B) | 51.71º | 0.82% | 1% | - |
| XYZ | 68.91 | 75.84 | 13.49 | - |
| YUV | 214.04 | 32.61 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 45 | 0 | 0.11 | 0.82 | 0 | 51.71 | 1 | 0.59 |
| Hex | FF | E2 | 2D | 0 | B | 52 | 0 | 34 | 64 | 3B |
| Octal | 377 | 342 | 55 | 0 | 13 | 122 | 0 | 64 | 144 | 73 |
| Binary | 11111111 | 11100010 | 101101 | 0 | 1011 | 1010010 | 0 | 110100 | 1100100 | 111011 |
Color Harmonies of #FFE22D
Complementary color
Monochromatic Colors of #FFE22D
Black with #FFE22D
Text Example
Text Example
White with #FFE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE22D; }
p { color: rgb(255,226,45); }
H1.HeaderClassName
{
color: #FFE22D;
}
.AnyTagClassName
{
color: #FFE22D;
}
</style>
background-color css
<style>
a { background-color: #FFE22D; }
a { background-color: rgb(255,226,45); }
div.DivClassName
{
background-color: #FFE22D;
}
.BgClassName
{
background-color: #FFE22D;
}
</style>
border-color css
<style>
span { border-color: #FFE22D; }
span { border-color: rgb(255,226,45); }
td.TdClassName
{
border-color: #FFE22D;
}
.TagClassName
{
border-color: #FFE22D;
}
</style>