Shades of Lemon #FFE914
Tints of Lemon #FFE914
RGB
CMYK
RGB Variations
Color information
#FFE914 (or 0xFFE914) is known color: Lemon. HEX triplet: FF, E9 and 14. RGB value is (255,233,20). Sum of RGB (Red+Green+Blue) = 255+233+20=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 20 (8.20% from 255 or 3.94% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE914 is #0016EB. Grayscale: #D8D8D8. Windows color (decimal): -5868 or 1370623. OLE color: 1370623.
HSL color Cylindrical-coordinate representation of color #FFE914: hue angle of 54.38º 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 #FFE914 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0 |
| HSL | 54.38º | 1% | 0.54% | - |
| HSV(B) | 54.38º | 0.92% | 1% | - |
| XYZ | 70.51 | 79.59 | 12.31 | - |
| YUV | 215.3 | 17.79 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 20 | 0 | 0.09 | 0.92 | 0 | 54.38 | 1 | 0.54 |
| Hex | FF | E9 | 14 | 0 | 9 | 5C | 0 | 36 | 64 | 36 |
| Octal | 377 | 351 | 24 | 0 | 11 | 134 | 0 | 66 | 144 | 66 |
| Binary | 11111111 | 11101001 | 10100 | 0 | 1001 | 1011100 | 0 | 110110 | 1100100 | 110110 |
Color Harmonies of #FFE914
Complementary color
Monochromatic Colors of #FFE914
Black with #FFE914
Text Example
Text Example
White with #FFE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE914; }
p { color: rgb(255,233,20); }
H1.HeaderClassName
{
color: #FFE914;
}
.AnyTagClassName
{
color: #FFE914;
}
</style>
background-color css
<style>
a { background-color: #FFE914; }
a { background-color: rgb(255,233,20); }
div.DivClassName
{
background-color: #FFE914;
}
.BgClassName
{
background-color: #FFE914;
}
</style>
border-color css
<style>
span { border-color: #FFE914; }
span { border-color: rgb(255,233,20); }
td.TdClassName
{
border-color: #FFE914;
}
.TagClassName
{
border-color: #FFE914;
}
</style>