Shades of Lemon #FFEB13
Tints of Lemon #FFEB13
RGB
CMYK
RGB Variations
Color information
#FFEB13 (or 0xFFEB13) is known color: Lemon. HEX triplet: FF, EB and 13. RGB value is (255,235,19). Sum of RGB (Red+Green+Blue) = 255+235+19=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 19 (7.81% from 255 or 3.73% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB13 is #0014EC. Grayscale: #D9D9D9. Windows color (decimal): -5357 or 1305599. OLE color: 1305599.
HSL color Cylindrical-coordinate representation of color #FFEB13: hue angle of 54.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFEB13 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 19 | - |
| CMYK | 0 | 0.08 | 0.93 | 0 |
| HSL | 54.92º | 1% | 0.54% | - |
| HSV(B) | 54.92º | 0.93% | 1% | - |
| XYZ | 71.07 | 80.72 | 12.45 | - |
| YUV | 216.36 | 16.63 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 19 | 0 | 0.08 | 0.93 | 0 | 54.92 | 1 | 0.54 |
| Hex | FF | EB | 13 | 0 | 8 | 5D | 0 | 37 | 64 | 36 |
| Octal | 377 | 353 | 23 | 0 | 10 | 135 | 0 | 67 | 144 | 66 |
| Binary | 11111111 | 11101011 | 10011 | 0 | 1000 | 1011101 | 0 | 110111 | 1100100 | 110110 |
Color Harmonies of #FFEB13
Complementary color
Monochromatic Colors of #FFEB13
Black with #FFEB13
Text Example
Text Example
White with #FFEB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB13; }
p { color: rgb(255,235,19); }
H1.HeaderClassName
{
color: #FFEB13;
}
.AnyTagClassName
{
color: #FFEB13;
}
</style>
background-color css
<style>
a { background-color: #FFEB13; }
a { background-color: rgb(255,235,19); }
div.DivClassName
{
background-color: #FFEB13;
}
.BgClassName
{
background-color: #FFEB13;
}
</style>
border-color css
<style>
span { border-color: #FFEB13; }
span { border-color: rgb(255,235,19); }
td.TdClassName
{
border-color: #FFEB13;
}
.TagClassName
{
border-color: #FFEB13;
}
</style>