Shades of Lemon #FEEA14
Tints of Lemon #FEEA14
RGB
CMYK
RGB Variations
Color information
#FEEA14 (or 0xFEEA14) is known color: Lemon. HEX triplet: FE, EA and 14. RGB value is (254,234,20). Sum of RGB (Red+Green+Blue) = 254+234+20=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 20 (8.20% from 255 or 3.94% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA14 is #0115EB. Grayscale: #D8D8D8. Windows color (decimal): -71148 or 1370878. OLE color: 1370878.
HSL color Cylindrical-coordinate representation of color #FEEA14: hue angle of 54.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEEA14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.00 |
| HSL | 54.87º | 0.99% | 0.54% | - |
| HSV(B) | 54.87º | 0.92% | 1% | - |
| XYZ | 70.42 | 79.97 | 12.39 | - |
| YUV | 215.58 | 17.63 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 20 | 0 | 0.08 | 0.92 | 0.00 | 54.87 | 0.99 | 0.54 |
| Hex | FE | EA | 14 | 0 | 8 | 5C | 0 | 37 | 63 | 36 |
| Octal | 376 | 352 | 24 | 0 | 10 | 134 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101010 | 10100 | 0 | 1000 | 1011100 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEEA14
Complementary color
Monochromatic Colors of #FEEA14
Black with #FEEA14
Text Example
Text Example
White with #FEEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA14; }
p { color: rgb(254,234,20); }
H1.HeaderClassName
{
color: #FEEA14;
}
.AnyTagClassName
{
color: #FEEA14;
}
</style>
background-color css
<style>
a { background-color: #FEEA14; }
a { background-color: rgb(254,234,20); }
div.DivClassName
{
background-color: #FEEA14;
}
.BgClassName
{
background-color: #FEEA14;
}
</style>
border-color css
<style>
span { border-color: #FEEA14; }
span { border-color: rgb(254,234,20); }
td.TdClassName
{
border-color: #FEEA14;
}
.TagClassName
{
border-color: #FEEA14;
}
</style>