Shades of Lemon #FFEF01
Tints of Lemon #FFEF01
RGB
CMYK
RGB Variations
Color information
#FFEF01 (or 0xFFEF01) is known color: Lemon. HEX triplet: FF, EF and 01. RGB value is (255,239,1). Sum of RGB (Red+Green+Blue) = 255+239+1=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 1 (0.78% from 255 or 0.20% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF01 is #0010FE. Grayscale: #D9D9D9. Windows color (decimal): -4351 or 126975. OLE color: 126975.
HSL color Cylindrical-coordinate representation of color #FFEF01: hue angle of 56.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFEF01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0 |
| HSL | 56.22º | 1% | 0.5% | - |
| HSV(B) | 56.22º | 1% | 1% | - |
| XYZ | 72.11 | 83 | 12.25 | - |
| YUV | 216.65 | 6.3 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 1 | 0 | 0.06 | 1.00 | 0 | 56.22 | 1 | 0.5 |
| Hex | FF | EF | 1 | 0 | 6 | 64 | 0 | 38 | 64 | 32 |
| Octal | 377 | 357 | 1 | 0 | 6 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11101111 | 1 | 0 | 110 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFEF01
Complementary color
Monochromatic Colors of #FFEF01
Black with #FFEF01
Text Example
Text Example
White with #FFEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF01; }
p { color: rgb(255,239,1); }
H1.HeaderClassName
{
color: #FFEF01;
}
.AnyTagClassName
{
color: #FFEF01;
}
</style>
background-color css
<style>
a { background-color: #FFEF01; }
a { background-color: rgb(255,239,1); }
div.DivClassName
{
background-color: #FFEF01;
}
.BgClassName
{
background-color: #FFEF01;
}
</style>
border-color css
<style>
span { border-color: #FFEF01; }
span { border-color: rgb(255,239,1); }
td.TdClassName
{
border-color: #FFEF01;
}
.TagClassName
{
border-color: #FFEF01;
}
</style>