Shades of Lemon #EFE41D
Tints of Lemon #EFE41D
RGB
CMYK
RGB Variations
Color information
#EFE41D (or 0xEFE41D) is known color: Lemon. HEX triplet: EF, E4 and 1D. RGB value is (239,228,29). Sum of RGB (Red+Green+Blue) = 239+228+29=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE41D is #101BE2. Grayscale: #D1D1D1. Windows color (decimal): -1055715 or 1959151. OLE color: 1959151.
HSL color Cylindrical-coordinate representation of color #EFE41D: hue angle of 56.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFE41D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.06 |
| HSL | 56.86º | 0.87% | 0.53% | - |
| HSV(B) | 56.86º | 0.88% | 0.94% | - |
| XYZ | 63.56 | 73.93 | 12.08 | - |
| YUV | 208.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 29 | 0 | 0.05 | 0.88 | 0.06 | 56.86 | 0.87 | 0.53 |
| Hex | EF | E4 | 1D | 0 | 5 | 58 | 6 | 39 | 57 | 35 |
| Octal | 357 | 344 | 35 | 0 | 5 | 130 | 6 | 71 | 127 | 65 |
| Binary | 11101111 | 11100100 | 11101 | 0 | 101 | 1011000 | 110 | 111001 | 1010111 | 110101 |
Color Harmonies of #EFE41D
Complementary color
Monochromatic Colors of #EFE41D
Black with #EFE41D
Text Example
Text Example
White with #EFE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE41D; }
p { color: rgb(239,228,29); }
H1.HeaderClassName
{
color: #EFE41D;
}
.AnyTagClassName
{
color: #EFE41D;
}
</style>
background-color css
<style>
a { background-color: #EFE41D; }
a { background-color: rgb(239,228,29); }
div.DivClassName
{
background-color: #EFE41D;
}
.BgClassName
{
background-color: #EFE41D;
}
</style>
border-color css
<style>
span { border-color: #EFE41D; }
span { border-color: rgb(239,228,29); }
td.TdClassName
{
border-color: #EFE41D;
}
.TagClassName
{
border-color: #EFE41D;
}
</style>