Shades of Gorse #FEE244
Tints of Gorse #FEE244
RGB
CMYK
RGB Variations
Color information
#FEE244 (or 0xFEE244) is known color: Gorse. HEX triplet: FE, E2 and 44. RGB value is (254,226,68). Sum of RGB (Red+Green+Blue) = 254+226+68=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 68 (26.95% from 255 or 12.41% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE244 is #011DBB. Grayscale: #D9D9D9. Windows color (decimal): -73148 or 4514558. OLE color: 4514558.
HSL color Cylindrical-coordinate representation of color #FEE244: hue angle of 50.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEE244 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.00 |
| HSL | 50.97º | 0.99% | 0.63% | - |
| HSV(B) | 50.97º | 0.73% | 1% | - |
| XYZ | 69.11 | 75.88 | 16.47 | - |
| YUV | 216.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 68 | 0 | 0.11 | 0.73 | 0.00 | 50.97 | 0.99 | 0.63 |
| Hex | FE | E2 | 44 | 0 | B | 49 | 0 | 33 | 63 | 3F |
| Octal | 376 | 342 | 104 | 0 | 13 | 111 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100010 | 1000100 | 0 | 1011 | 1001001 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE244
Complementary color
Monochromatic Colors of #FEE244
Black with #FEE244
Text Example
Text Example
White with #FEE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE244; }
p { color: rgb(254,226,68); }
H1.HeaderClassName
{
color: #FEE244;
}
.AnyTagClassName
{
color: #FEE244;
}
</style>
background-color css
<style>
a { background-color: #FEE244; }
a { background-color: rgb(254,226,68); }
div.DivClassName
{
background-color: #FEE244;
}
.BgClassName
{
background-color: #FEE244;
}
</style>
border-color css
<style>
span { border-color: #FEE244; }
span { border-color: rgb(254,226,68); }
td.TdClassName
{
border-color: #FEE244;
}
.TagClassName
{
border-color: #FEE244;
}
</style>