Shades of Lemon #FFE414
Tints of Lemon #FFE414
RGB
CMYK
RGB Variations
Color information
#FFE414 (or 0xFFE414) is known color: Lemon. HEX triplet: FF, E4 and 14. RGB value is (255,228,20). Sum of RGB (Red+Green+Blue) = 255+228+20=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE414 is #001BEB. Grayscale: #D5D5D5. Windows color (decimal): -7148 or 1369343. OLE color: 1369343.
HSL color Cylindrical-coordinate representation of color #FFE414: hue angle of 53.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFE414 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0 |
| HSL | 53.11º | 1% | 0.54% | - |
| HSV(B) | 53.11º | 0.92% | 1% | - |
| XYZ | 69.11 | 76.8 | 11.84 | - |
| YUV | 212.36 | 19.45 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 20 | 0 | 0.11 | 0.92 | 0 | 53.11 | 1 | 0.54 |
| Hex | FF | E4 | 14 | 0 | B | 5C | 0 | 35 | 64 | 36 |
| Octal | 377 | 344 | 24 | 0 | 13 | 134 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100100 | 10100 | 0 | 1011 | 1011100 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE414
Complementary color
Monochromatic Colors of #FFE414
Black with #FFE414
Text Example
Text Example
White with #FFE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE414; }
p { color: rgb(255,228,20); }
H1.HeaderClassName
{
color: #FFE414;
}
.AnyTagClassName
{
color: #FFE414;
}
</style>
background-color css
<style>
a { background-color: #FFE414; }
a { background-color: rgb(255,228,20); }
div.DivClassName
{
background-color: #FFE414;
}
.BgClassName
{
background-color: #FFE414;
}
</style>
border-color css
<style>
span { border-color: #FFE414; }
span { border-color: rgb(255,228,20); }
td.TdClassName
{
border-color: #FFE414;
}
.TagClassName
{
border-color: #FFE414;
}
</style>