Shades of Lemon #FFEF04
Tints of Lemon #FFEF04
RGB
CMYK
RGB Variations
Color information
#FFEF04 (or 0xFFEF04) is known color: Lemon. HEX triplet: FF, EF and 04. RGB value is (255,239,4). Sum of RGB (Red+Green+Blue) = 255+239+4=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 4 (1.95% from 255 or 0.80% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF04 is #0010FB. Grayscale: #D9D9D9. Windows color (decimal): -4348 or 323583. OLE color: 323583.
HSL color Cylindrical-coordinate representation of color #FFEF04: hue angle of 56.18º 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 #FFEF04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0 |
| HSL | 56.18º | 1% | 0.51% | - |
| HSV(B) | 56.18º | 0.98% | 1% | - |
| XYZ | 72.13 | 83 | 12.33 | - |
| YUV | 216.99 | 7.8 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 4 | 0 | 0.06 | 0.98 | 0 | 56.18 | 1 | 0.51 |
| Hex | FF | EF | 4 | 0 | 6 | 62 | 0 | 38 | 64 | 33 |
| Octal | 377 | 357 | 4 | 0 | 6 | 142 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11101111 | 100 | 0 | 110 | 1100010 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFEF04
Complementary color
Monochromatic Colors of #FFEF04
Black with #FFEF04
Text Example
Text Example
White with #FFEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF04; }
p { color: rgb(255,239,4); }
H1.HeaderClassName
{
color: #FFEF04;
}
.AnyTagClassName
{
color: #FFEF04;
}
</style>
background-color css
<style>
a { background-color: #FFEF04; }
a { background-color: rgb(255,239,4); }
div.DivClassName
{
background-color: #FFEF04;
}
.BgClassName
{
background-color: #FFEF04;
}
</style>
border-color css
<style>
span { border-color: #FFEF04; }
span { border-color: rgb(255,239,4); }
td.TdClassName
{
border-color: #FFEF04;
}
.TagClassName
{
border-color: #FFEF04;
}
</style>