Shades of Lemon #FFEB15
Tints of Lemon #FFEB15
RGB
CMYK
RGB Variations
Color information
#FFEB15 (or 0xFFEB15) is known color: Lemon. HEX triplet: FF, EB and 15. RGB value is (255,235,21). Sum of RGB (Red+Green+Blue) = 255+235+21=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 21 (8.59% from 255 or 4.11% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB15 is #0014EA. Grayscale: #D9D9D9. Windows color (decimal): -5355 or 1436671. OLE color: 1436671.
HSL color Cylindrical-coordinate representation of color #FFEB15: hue angle of 54.87º 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 #FFEB15 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 21 | - |
| CMYK | 0 | 0.08 | 0.92 | 0 |
| HSL | 54.87º | 1% | 0.54% | - |
| HSV(B) | 54.87º | 0.92% | 1% | - |
| XYZ | 71.08 | 80.73 | 12.55 | - |
| YUV | 216.58 | 17.63 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 21 | 0 | 0.08 | 0.92 | 0 | 54.87 | 1 | 0.54 |
| Hex | FF | EB | 15 | 0 | 8 | 5C | 0 | 37 | 64 | 36 |
| Octal | 377 | 353 | 25 | 0 | 10 | 134 | 0 | 67 | 144 | 66 |
| Binary | 11111111 | 11101011 | 10101 | 0 | 1000 | 1011100 | 0 | 110111 | 1100100 | 110110 |
Color Harmonies of #FFEB15
Complementary color
Monochromatic Colors of #FFEB15
Black with #FFEB15
Text Example
Text Example
White with #FFEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB15; }
p { color: rgb(255,235,21); }
H1.HeaderClassName
{
color: #FFEB15;
}
.AnyTagClassName
{
color: #FFEB15;
}
</style>
background-color css
<style>
a { background-color: #FFEB15; }
a { background-color: rgb(255,235,21); }
div.DivClassName
{
background-color: #FFEB15;
}
.BgClassName
{
background-color: #FFEB15;
}
</style>
border-color css
<style>
span { border-color: #FFEB15; }
span { border-color: rgb(255,235,21); }
td.TdClassName
{
border-color: #FFEB15;
}
.TagClassName
{
border-color: #FFEB15;
}
</style>