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