Shades of Lemon #FFEF08
Tints of Lemon #FFEF08
RGB
CMYK
RGB Variations
Color information
#FFEF08 (or 0xFFEF08) is known color: Lemon. HEX triplet: FF, EF and 08. RGB value is (255,239,8). Sum of RGB (Red+Green+Blue) = 255+239+8=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 8 (3.52% from 255 or 1.59% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF08 is #0010F7. Grayscale: #DADADA. Windows color (decimal): -4344 or 585727. OLE color: 585727.
HSL color Cylindrical-coordinate representation of color #FFEF08: hue angle of 56.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFEF08 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 8 | - |
| CMYK | 0 | 0.06 | 0.97 | 0 |
| HSL | 56.11º | 1% | 0.52% | - |
| HSV(B) | 56.11º | 0.97% | 1% | - |
| XYZ | 72.15 | 83.01 | 12.45 | - |
| YUV | 217.45 | 9.8 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 8 | 0 | 0.06 | 0.97 | 0 | 56.11 | 1 | 0.52 |
| Hex | FF | EF | 8 | 0 | 6 | 61 | 0 | 38 | 64 | 34 |
| Octal | 377 | 357 | 10 | 0 | 6 | 141 | 0 | 70 | 144 | 64 |
| Binary | 11111111 | 11101111 | 1000 | 0 | 110 | 1100001 | 0 | 111000 | 1100100 | 110100 |
Color Harmonies of #FFEF08
Complementary color
Monochromatic Colors of #FFEF08
Black with #FFEF08
Text Example
Text Example
White with #FFEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF08; }
p { color: rgb(255,239,8); }
H1.HeaderClassName
{
color: #FFEF08;
}
.AnyTagClassName
{
color: #FFEF08;
}
</style>
background-color css
<style>
a { background-color: #FFEF08; }
a { background-color: rgb(255,239,8); }
div.DivClassName
{
background-color: #FFEF08;
}
.BgClassName
{
background-color: #FFEF08;
}
</style>
border-color css
<style>
span { border-color: #FFEF08; }
span { border-color: rgb(255,239,8); }
td.TdClassName
{
border-color: #FFEF08;
}
.TagClassName
{
border-color: #FFEF08;
}
</style>