Shades of Lemon #EFE41B
Tints of Lemon #EFE41B
RGB
CMYK
RGB Variations
Color information
#EFE41B (or 0xEFE41B) is known color: Lemon. HEX triplet: EF, E4 and 1B. RGB value is (239,228,27). Sum of RGB (Red+Green+Blue) = 239+228+27=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE41B is #101BE4. Grayscale: #D1D1D1. Windows color (decimal): -1055717 or 1828079. OLE color: 1828079.
HSL color Cylindrical-coordinate representation of color #EFE41B: hue angle of 56.89º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFE41B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.06 |
| HSL | 56.89º | 0.87% | 0.52% | - |
| HSV(B) | 56.89º | 0.89% | 0.94% | - |
| XYZ | 63.54 | 73.92 | 11.96 | - |
| YUV | 208.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 27 | 0 | 0.05 | 0.89 | 0.06 | 56.89 | 0.87 | 0.52 |
| Hex | EF | E4 | 1B | 0 | 5 | 59 | 6 | 39 | 57 | 34 |
| Octal | 357 | 344 | 33 | 0 | 5 | 131 | 6 | 71 | 127 | 64 |
| Binary | 11101111 | 11100100 | 11011 | 0 | 101 | 1011001 | 110 | 111001 | 1010111 | 110100 |
Color Harmonies of #EFE41B
Complementary color
Monochromatic Colors of #EFE41B
Black with #EFE41B
Text Example
Text Example
White with #EFE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE41B; }
p { color: rgb(239,228,27); }
H1.HeaderClassName
{
color: #EFE41B;
}
.AnyTagClassName
{
color: #EFE41B;
}
</style>
background-color css
<style>
a { background-color: #EFE41B; }
a { background-color: rgb(239,228,27); }
div.DivClassName
{
background-color: #EFE41B;
}
.BgClassName
{
background-color: #EFE41B;
}
</style>
border-color css
<style>
span { border-color: #EFE41B; }
span { border-color: rgb(239,228,27); }
td.TdClassName
{
border-color: #EFE41B;
}
.TagClassName
{
border-color: #EFE41B;
}
</style>