Shades of Lemon #FFEF05
Tints of Lemon #FFEF05
RGB
CMYK
RGB Variations
Color information
#FFEF05 (or 0xFFEF05) is known color: Lemon. HEX triplet: FF, EF and 05. RGB value is (255,239,5). Sum of RGB (Red+Green+Blue) = 255+239+5=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 5 (2.34% from 255 or 1.00% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF05 is #0010FA. Grayscale: #DADADA. Windows color (decimal): -4347 or 389119. OLE color: 389119.
HSL color Cylindrical-coordinate representation of color #FFEF05: hue angle of 56.16º 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 #FFEF05 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0 |
| HSL | 56.16º | 1% | 0.51% | - |
| HSV(B) | 56.16º | 0.98% | 1% | - |
| XYZ | 72.13 | 83 | 12.36 | - |
| YUV | 217.11 | 8.3 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 5 | 0 | 0.06 | 0.98 | 0 | 56.16 | 1 | 0.51 |
| Hex | FF | EF | 5 | 0 | 6 | 62 | 0 | 38 | 64 | 33 |
| Octal | 377 | 357 | 5 | 0 | 6 | 142 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11101111 | 101 | 0 | 110 | 1100010 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFEF05
Complementary color
Monochromatic Colors of #FFEF05
Black with #FFEF05
Text Example
Text Example
White with #FFEF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF05; }
p { color: rgb(255,239,5); }
H1.HeaderClassName
{
color: #FFEF05;
}
.AnyTagClassName
{
color: #FFEF05;
}
</style>
background-color css
<style>
a { background-color: #FFEF05; }
a { background-color: rgb(255,239,5); }
div.DivClassName
{
background-color: #FFEF05;
}
.BgClassName
{
background-color: #FFEF05;
}
</style>
border-color css
<style>
span { border-color: #FFEF05; }
span { border-color: rgb(255,239,5); }
td.TdClassName
{
border-color: #FFEF05;
}
.TagClassName
{
border-color: #FFEF05;
}
</style>