Shades of Gorse #FEE22D
Tints of Gorse #FEE22D
RGB
CMYK
RGB Variations
Color information
#FEE22D (or 0xFEE22D) is known color: Gorse. HEX triplet: FE, E2 and 2D. RGB value is (254,226,45). Sum of RGB (Red+Green+Blue) = 254+226+45=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE22D is #011DD2. Grayscale: #D6D6D6. Windows color (decimal): -73171 or 3007230. OLE color: 3007230.
HSL color Cylindrical-coordinate representation of color #FEE22D: hue angle of 51.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEE22D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.00 |
| HSL | 51.96º | 0.99% | 0.59% | - |
| HSV(B) | 51.96º | 0.82% | 1% | - |
| XYZ | 68.54 | 75.65 | 13.47 | - |
| YUV | 213.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 45 | 0 | 0.11 | 0.82 | 0.00 | 51.96 | 0.99 | 0.59 |
| Hex | FE | E2 | 2D | 0 | B | 52 | 0 | 34 | 63 | 3B |
| Octal | 376 | 342 | 55 | 0 | 13 | 122 | 0 | 64 | 143 | 73 |
| Binary | 11111110 | 11100010 | 101101 | 0 | 1011 | 1010010 | 0 | 110100 | 1100011 | 111011 |
Color Harmonies of #FEE22D
Complementary color
Monochromatic Colors of #FEE22D
Black with #FEE22D
Text Example
Text Example
White with #FEE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE22D; }
p { color: rgb(254,226,45); }
H1.HeaderClassName
{
color: #FEE22D;
}
.AnyTagClassName
{
color: #FEE22D;
}
</style>
background-color css
<style>
a { background-color: #FEE22D; }
a { background-color: rgb(254,226,45); }
div.DivClassName
{
background-color: #FEE22D;
}
.BgClassName
{
background-color: #FEE22D;
}
</style>
border-color css
<style>
span { border-color: #FEE22D; }
span { border-color: rgb(254,226,45); }
td.TdClassName
{
border-color: #FEE22D;
}
.TagClassName
{
border-color: #FEE22D;
}
</style>