Shades of Lemon #FFEB14
Tints of Lemon #FFEB14
RGB
CMYK
RGB Variations
Color information
#FFEB14 (or 0xFFEB14) is known color: Lemon. HEX triplet: FF, EB and 14. RGB value is (255,235,20). Sum of RGB (Red+Green+Blue) = 255+235+20=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB14 is #0014EB. Grayscale: #D9D9D9. Windows color (decimal): -5356 or 1371135. OLE color: 1371135.
HSL color Cylindrical-coordinate representation of color #FFEB14: hue angle of 54.89º 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 #FFEB14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0 |
| HSL | 54.89º | 1% | 0.54% | - |
| HSV(B) | 54.89º | 0.92% | 1% | - |
| XYZ | 71.07 | 80.73 | 12.5 | - |
| YUV | 216.47 | 17.13 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 20 | 0 | 0.08 | 0.92 | 0 | 54.89 | 1 | 0.54 |
| Hex | FF | EB | 14 | 0 | 8 | 5C | 0 | 37 | 64 | 36 |
| Octal | 377 | 353 | 24 | 0 | 10 | 134 | 0 | 67 | 144 | 66 |
| Binary | 11111111 | 11101011 | 10100 | 0 | 1000 | 1011100 | 0 | 110111 | 1100100 | 110110 |
Color Harmonies of #FFEB14
Complementary color
Monochromatic Colors of #FFEB14
Black with #FFEB14
Text Example
Text Example
White with #FFEB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB14; }
p { color: rgb(255,235,20); }
H1.HeaderClassName
{
color: #FFEB14;
}
.AnyTagClassName
{
color: #FFEB14;
}
</style>
background-color css
<style>
a { background-color: #FFEB14; }
a { background-color: rgb(255,235,20); }
div.DivClassName
{
background-color: #FFEB14;
}
.BgClassName
{
background-color: #FFEB14;
}
</style>
border-color css
<style>
span { border-color: #FFEB14; }
span { border-color: rgb(255,235,20); }
td.TdClassName
{
border-color: #FFEB14;
}
.TagClassName
{
border-color: #FFEB14;
}
</style>