Shades of Lemon #EFE412
Tints of Lemon #EFE412
RGB
CMYK
RGB Variations
Color information
#EFE412 (or 0xEFE412) is known color: Lemon. HEX triplet: EF, E4 and 12. RGB value is (239,228,18). Sum of RGB (Red+Green+Blue) = 239+228+18=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE412 is #101BED. Grayscale: #D0D0D0. Windows color (decimal): -1055726 or 1238255. OLE color: 1238255.
HSL color Cylindrical-coordinate representation of color #EFE412: hue angle of 57.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFE412 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.06 |
| HSL | 57.01º | 0.87% | 0.5% | - |
| HSV(B) | 57.01º | 0.92% | 0.94% | - |
| XYZ | 63.45 | 73.88 | 11.49 | - |
| YUV | 207.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 18 | 0 | 0.05 | 0.92 | 0.06 | 57.01 | 0.87 | 0.5 |
| Hex | EF | E4 | 12 | 0 | 5 | 5C | 6 | 39 | 57 | 32 |
| Octal | 357 | 344 | 22 | 0 | 5 | 134 | 6 | 71 | 127 | 62 |
| Binary | 11101111 | 11100100 | 10010 | 0 | 101 | 1011100 | 110 | 111001 | 1010111 | 110010 |
Color Harmonies of #EFE412
Complementary color
Monochromatic Colors of #EFE412
Black with #EFE412
Text Example
Text Example
White with #EFE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE412; }
p { color: rgb(239,228,18); }
H1.HeaderClassName
{
color: #EFE412;
}
.AnyTagClassName
{
color: #EFE412;
}
</style>
background-color css
<style>
a { background-color: #EFE412; }
a { background-color: rgb(239,228,18); }
div.DivClassName
{
background-color: #EFE412;
}
.BgClassName
{
background-color: #EFE412;
}
</style>
border-color css
<style>
span { border-color: #EFE412; }
span { border-color: rgb(239,228,18); }
td.TdClassName
{
border-color: #EFE412;
}
.TagClassName
{
border-color: #EFE412;
}
</style>