Shades of Lemon #EFE40D
Tints of Lemon #EFE40D
RGB
CMYK
RGB Variations
Color information
#EFE40D (or 0xEFE40D) is known color: Lemon. HEX triplet: EF, E4 and 0D. RGB value is (239,228,13). Sum of RGB (Red+Green+Blue) = 239+228+13=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE40D is #101BF2. Grayscale: #CFCFCF. Windows color (decimal): -1055731 or 910575. OLE color: 910575.
HSL color Cylindrical-coordinate representation of color #EFE40D: hue angle of 57.08º 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 #EFE40D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 13 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.06 |
| HSL | 57.08º | 0.9% | 0.49% | - |
| HSV(B) | 57.08º | 0.95% | 0.94% | - |
| XYZ | 63.41 | 73.87 | 11.3 | - |
| YUV | 206.78 | 18.64 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 13 | 0 | 0.05 | 0.95 | 0.06 | 57.08 | 0.9 | 0.49 |
| Hex | EF | E4 | D | 0 | 5 | 5F | 6 | 39 | 5A | 31 |
| Octal | 357 | 344 | 15 | 0 | 5 | 137 | 6 | 71 | 132 | 61 |
| Binary | 11101111 | 11100100 | 1101 | 0 | 101 | 1011111 | 110 | 111001 | 1011010 | 110001 |
Color Harmonies of #EFE40D
Complementary color
Monochromatic Colors of #EFE40D
Black with #EFE40D
Text Example
Text Example
White with #EFE40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE40D; }
p { color: rgb(239,228,13); }
H1.HeaderClassName
{
color: #EFE40D;
}
.AnyTagClassName
{
color: #EFE40D;
}
</style>
background-color css
<style>
a { background-color: #EFE40D; }
a { background-color: rgb(239,228,13); }
div.DivClassName
{
background-color: #EFE40D;
}
.BgClassName
{
background-color: #EFE40D;
}
</style>
border-color css
<style>
span { border-color: #EFE40D; }
span { border-color: rgb(239,228,13); }
td.TdClassName
{
border-color: #EFE40D;
}
.TagClassName
{
border-color: #EFE40D;
}
</style>