Shades of Lemon #EFE40C
Tints of Lemon #EFE40C
RGB
CMYK
RGB Variations
Color information
#EFE40C (or 0xEFE40C) is known color: Lemon. HEX triplet: EF, E4 and 0C. RGB value is (239,228,12). Sum of RGB (Red+Green+Blue) = 239+228+12=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE40C is #101BF3. Grayscale: #CFCFCF. Windows color (decimal): -1055732 or 845039. OLE color: 845039.
HSL color Cylindrical-coordinate representation of color #EFE40C: hue angle of 57.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFE40C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.06 |
| HSL | 57.09º | 0.9% | 0.49% | - |
| HSV(B) | 57.09º | 0.95% | 0.94% | - |
| XYZ | 63.41 | 73.86 | 11.26 | - |
| YUV | 206.67 | 18.14 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 12 | 0 | 0.05 | 0.95 | 0.06 | 57.09 | 0.9 | 0.49 |
| Hex | EF | E4 | C | 0 | 5 | 5F | 6 | 39 | 5A | 31 |
| Octal | 357 | 344 | 14 | 0 | 5 | 137 | 6 | 71 | 132 | 61 |
| Binary | 11101111 | 11100100 | 1100 | 0 | 101 | 1011111 | 110 | 111001 | 1011010 | 110001 |
Color Harmonies of #EFE40C
Complementary color
Monochromatic Colors of #EFE40C
Black with #EFE40C
Text Example
Text Example
White with #EFE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE40C; }
p { color: rgb(239,228,12); }
H1.HeaderClassName
{
color: #EFE40C;
}
.AnyTagClassName
{
color: #EFE40C;
}
</style>
background-color css
<style>
a { background-color: #EFE40C; }
a { background-color: rgb(239,228,12); }
div.DivClassName
{
background-color: #EFE40C;
}
.BgClassName
{
background-color: #EFE40C;
}
</style>
border-color css
<style>
span { border-color: #EFE40C; }
span { border-color: rgb(239,228,12); }
td.TdClassName
{
border-color: #EFE40C;
}
.TagClassName
{
border-color: #EFE40C;
}
</style>