Shades of Lemon #FFEB04
Tints of Lemon #FFEB04
RGB
CMYK
RGB Variations
Color information
#FFEB04 (or 0xFFEB04) is known color: Lemon. HEX triplet: FF, EB and 04. RGB value is (255,235,4). Sum of RGB (Red+Green+Blue) = 255+235+4=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 4 (1.95% from 255 or 0.81% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB04 is #0014FB. Grayscale: #D7D7D7. Windows color (decimal): -5372 or 322559. OLE color: 322559.
HSL color Cylindrical-coordinate representation of color #FFEB04: hue angle of 55.22º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFEB04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0 |
| HSL | 55.22º | 1% | 0.51% | - |
| HSV(B) | 55.22º | 0.98% | 1% | - |
| XYZ | 70.97 | 80.69 | 11.95 | - |
| YUV | 214.65 | 9.13 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 4 | 0 | 0.08 | 0.98 | 0 | 55.22 | 1 | 0.51 |
| Hex | FF | EB | 4 | 0 | 8 | 62 | 0 | 37 | 64 | 33 |
| Octal | 377 | 353 | 4 | 0 | 10 | 142 | 0 | 67 | 144 | 63 |
| Binary | 11111111 | 11101011 | 100 | 0 | 1000 | 1100010 | 0 | 110111 | 1100100 | 110011 |
Color Harmonies of #FFEB04
Complementary color
Monochromatic Colors of #FFEB04
Black with #FFEB04
Text Example
Text Example
White with #FFEB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB04; }
p { color: rgb(255,235,4); }
H1.HeaderClassName
{
color: #FFEB04;
}
.AnyTagClassName
{
color: #FFEB04;
}
</style>
background-color css
<style>
a { background-color: #FFEB04; }
a { background-color: rgb(255,235,4); }
div.DivClassName
{
background-color: #FFEB04;
}
.BgClassName
{
background-color: #FFEB04;
}
</style>
border-color css
<style>
span { border-color: #FFEB04; }
span { border-color: rgb(255,235,4); }
td.TdClassName
{
border-color: #FFEB04;
}
.TagClassName
{
border-color: #FFEB04;
}
</style>