Shades of Lemon #FFEF1E
Tints of Lemon #FFEF1E
RGB
CMYK
RGB Variations
Color information
#FFEF1E (or 0xFFEF1E) is known color: Lemon. HEX triplet: FF, EF and 1E. RGB value is (255,239,30). Sum of RGB (Red+Green+Blue) = 255+239+30=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 30 (12.11% from 255 or 5.73% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF1E is #0010E1. Grayscale: #DCDCDC. Windows color (decimal): -4322 or 2027519. OLE color: 2027519.
HSL color Cylindrical-coordinate representation of color #FFEF1E: hue angle of 55.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFEF1E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 30 | - |
| CMYK | 0 | 0.06 | 0.88 | 0 |
| HSL | 55.73º | 1% | 0.56% | - |
| HSV(B) | 55.73º | 0.88% | 1% | - |
| XYZ | 72.34 | 83.09 | 13.45 | - |
| YUV | 219.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 30 | 0 | 0.06 | 0.88 | 0 | 55.73 | 1 | 0.56 |
| Hex | FF | EF | 1E | 0 | 6 | 58 | 0 | 38 | 64 | 38 |
| Octal | 377 | 357 | 36 | 0 | 6 | 130 | 0 | 70 | 144 | 70 |
| Binary | 11111111 | 11101111 | 11110 | 0 | 110 | 1011000 | 0 | 111000 | 1100100 | 111000 |
Color Harmonies of #FFEF1E
Complementary color
Monochromatic Colors of #FFEF1E
Black with #FFEF1E
Text Example
Text Example
White with #FFEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF1E; }
p { color: rgb(255,239,30); }
H1.HeaderClassName
{
color: #FFEF1E;
}
.AnyTagClassName
{
color: #FFEF1E;
}
</style>
background-color css
<style>
a { background-color: #FFEF1E; }
a { background-color: rgb(255,239,30); }
div.DivClassName
{
background-color: #FFEF1E;
}
.BgClassName
{
background-color: #FFEF1E;
}
</style>
border-color css
<style>
span { border-color: #FFEF1E; }
span { border-color: rgb(255,239,30); }
td.TdClassName
{
border-color: #FFEF1E;
}
.TagClassName
{
border-color: #FFEF1E;
}
</style>