Shades of Lemon #FEE514
Tints of Lemon #FEE514
RGB
CMYK
RGB Variations
Color information
#FEE514 (or 0xFEE514) is known color: Lemon. HEX triplet: FE, E5 and 14. RGB value is (254,229,20). Sum of RGB (Red+Green+Blue) = 254+229+20=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE514 is #011AEB. Grayscale: #D5D5D5. Windows color (decimal): -72428 or 1369598. OLE color: 1369598.
HSL color Cylindrical-coordinate representation of color #FEE514: hue angle of 53.59º 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 #FEE514 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.00 |
| HSL | 53.59º | 0.99% | 0.54% | - |
| HSV(B) | 53.59º | 0.92% | 1% | - |
| XYZ | 69.02 | 77.16 | 11.92 | - |
| YUV | 212.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 20 | 0 | 0.10 | 0.92 | 0.00 | 53.59 | 0.99 | 0.54 |
| Hex | FE | E5 | 14 | 0 | A | 5C | 0 | 36 | 63 | 36 |
| Octal | 376 | 345 | 24 | 0 | 12 | 134 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100101 | 10100 | 0 | 1010 | 1011100 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE514
Complementary color
Monochromatic Colors of #FEE514
Black with #FEE514
Text Example
Text Example
White with #FEE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE514; }
p { color: rgb(254,229,20); }
H1.HeaderClassName
{
color: #FEE514;
}
.AnyTagClassName
{
color: #FEE514;
}
</style>
background-color css
<style>
a { background-color: #FEE514; }
a { background-color: rgb(254,229,20); }
div.DivClassName
{
background-color: #FEE514;
}
.BgClassName
{
background-color: #FEE514;
}
</style>
border-color css
<style>
span { border-color: #FEE514; }
span { border-color: rgb(254,229,20); }
td.TdClassName
{
border-color: #FEE514;
}
.TagClassName
{
border-color: #FEE514;
}
</style>