Shades of Lemon #EFE40A
Tints of Lemon #EFE40A
RGB
CMYK
RGB Variations
Color information
#EFE40A (or 0xEFE40A) is known color: Lemon. HEX triplet: EF, E4 and 0A. RGB value is (239,228,10). Sum of RGB (Red+Green+Blue) = 239+228+10=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE40A is #101BF5. Grayscale: #CFCFCF. Windows color (decimal): -1055734 or 713967. OLE color: 713967.
HSL color Cylindrical-coordinate representation of color #EFE40A: hue angle of 57.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFE40A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.06 |
| HSL | 57.12º | 0.92% | 0.49% | - |
| HSV(B) | 57.12º | 0.96% | 0.94% | - |
| XYZ | 63.39 | 73.86 | 11.2 | - |
| YUV | 206.44 | 17.14 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 10 | 0 | 0.05 | 0.96 | 0.06 | 57.12 | 0.92 | 0.49 |
| Hex | EF | E4 | A | 0 | 5 | 60 | 6 | 39 | 5C | 31 |
| Octal | 357 | 344 | 12 | 0 | 5 | 140 | 6 | 71 | 134 | 61 |
| Binary | 11101111 | 11100100 | 1010 | 0 | 101 | 1100000 | 110 | 111001 | 1011100 | 110001 |
Color Harmonies of #EFE40A
Complementary color
Monochromatic Colors of #EFE40A
Black with #EFE40A
Text Example
Text Example
White with #EFE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE40A; }
p { color: rgb(239,228,10); }
H1.HeaderClassName
{
color: #EFE40A;
}
.AnyTagClassName
{
color: #EFE40A;
}
</style>
background-color css
<style>
a { background-color: #EFE40A; }
a { background-color: rgb(239,228,10); }
div.DivClassName
{
background-color: #EFE40A;
}
.BgClassName
{
background-color: #EFE40A;
}
</style>
border-color css
<style>
span { border-color: #EFE40A; }
span { border-color: rgb(239,228,10); }
td.TdClassName
{
border-color: #EFE40A;
}
.TagClassName
{
border-color: #EFE40A;
}
</style>