Shades of Gorse #FEE144
Tints of Gorse #FEE144
RGB
CMYK
RGB Variations
Color information
#FEE144 (or 0xFEE144) is known color: Gorse. HEX triplet: FE, E1 and 44. RGB value is (254,225,68). Sum of RGB (Red+Green+Blue) = 254+225+68=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 68 (26.95% from 255 or 12.43% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE144 is #011EBB. Grayscale: #D8D8D8. Windows color (decimal): -73404 or 4514302. OLE color: 4514302.
HSL color Cylindrical-coordinate representation of color #FEE144: hue angle of 50.65º 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 #FEE144 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.00 |
| HSL | 50.65º | 0.99% | 0.63% | - |
| HSV(B) | 50.65º | 0.73% | 1% | - |
| XYZ | 68.84 | 75.34 | 16.38 | - |
| YUV | 215.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 68 | 0 | 0.11 | 0.73 | 0.00 | 50.65 | 0.99 | 0.63 |
| Hex | FE | E1 | 44 | 0 | B | 49 | 0 | 33 | 63 | 3F |
| Octal | 376 | 341 | 104 | 0 | 13 | 111 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100001 | 1000100 | 0 | 1011 | 1001001 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE144
Complementary color
Monochromatic Colors of #FEE144
Black with #FEE144
Text Example
Text Example
White with #FEE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE144; }
p { color: rgb(254,225,68); }
H1.HeaderClassName
{
color: #FEE144;
}
.AnyTagClassName
{
color: #FEE144;
}
</style>
background-color css
<style>
a { background-color: #FEE144; }
a { background-color: rgb(254,225,68); }
div.DivClassName
{
background-color: #FEE144;
}
.BgClassName
{
background-color: #FEE144;
}
</style>
border-color css
<style>
span { border-color: #FEE144; }
span { border-color: rgb(254,225,68); }
td.TdClassName
{
border-color: #FEE144;
}
.TagClassName
{
border-color: #FEE144;
}
</style>