Shades of Lemon #FEE214
Tints of Lemon #FEE214
RGB
CMYK
RGB Variations
Color information
#FEE214 (or 0xFEE214) is known color: Lemon. HEX triplet: FE, E2 and 14. RGB value is (254,226,20). Sum of RGB (Red+Green+Blue) = 254+226+20=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE214 is #011DEB. Grayscale: #D3D3D3. Windows color (decimal): -73196 or 1368830. OLE color: 1368830.
HSL color Cylindrical-coordinate representation of color #FEE214: hue angle of 52.82º 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 #FEE214 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.00 |
| HSL | 52.82º | 0.99% | 0.54% | - |
| HSV(B) | 52.82º | 0.92% | 1% | - |
| XYZ | 68.2 | 75.51 | 11.64 | - |
| YUV | 210.89 | 20.28 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 20 | 0 | 0.11 | 0.92 | 0.00 | 52.82 | 0.99 | 0.54 |
| Hex | FE | E2 | 14 | 0 | B | 5C | 0 | 35 | 63 | 36 |
| Octal | 376 | 342 | 24 | 0 | 13 | 134 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100010 | 10100 | 0 | 1011 | 1011100 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE214
Complementary color
Monochromatic Colors of #FEE214
Black with #FEE214
Text Example
Text Example
White with #FEE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE214; }
p { color: rgb(254,226,20); }
H1.HeaderClassName
{
color: #FEE214;
}
.AnyTagClassName
{
color: #FEE214;
}
</style>
background-color css
<style>
a { background-color: #FEE214; }
a { background-color: rgb(254,226,20); }
div.DivClassName
{
background-color: #FEE214;
}
.BgClassName
{
background-color: #FEE214;
}
</style>
border-color css
<style>
span { border-color: #FEE214; }
span { border-color: rgb(254,226,20); }
td.TdClassName
{
border-color: #FEE214;
}
.TagClassName
{
border-color: #FEE214;
}
</style>