Shades of Lemon #EFE707
Tints of Lemon #EFE707
RGB
CMYK
RGB Variations
Color information
#EFE707 (or 0xEFE707) is known color: Lemon. HEX triplet: EF, E7 and 07. RGB value is (239,231,7). Sum of RGB (Red+Green+Blue) = 239+231+7=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE707 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE707 is #1018F8. Grayscale: #D0D0D0. Windows color (decimal): -1054969 or 518127. OLE color: 518127.
HSL color Cylindrical-coordinate representation of color #EFE707: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFE707 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.06 |
| HSL | 57.93º | 0.94% | 0.48% | - |
| HSV(B) | 57.93º | 0.97% | 0.94% | - |
| XYZ | 64.21 | 75.52 | 11.39 | - |
| YUV | 207.86 | 14.65 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 7 | 0 | 0.03 | 0.97 | 0.06 | 57.93 | 0.94 | 0.48 |
| Hex | EF | E7 | 7 | 0 | 3 | 61 | 6 | 3A | 5E | 30 |
| Octal | 357 | 347 | 7 | 0 | 3 | 141 | 6 | 72 | 136 | 60 |
| Binary | 11101111 | 11100111 | 111 | 0 | 11 | 1100001 | 110 | 111010 | 1011110 | 110000 |
Color Harmonies of #EFE707
Complementary color
Monochromatic Colors of #EFE707
Black with #EFE707
Text Example
Text Example
White with #EFE707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE707; }
p { color: rgb(239,231,7); }
H1.HeaderClassName
{
color: #EFE707;
}
.AnyTagClassName
{
color: #EFE707;
}
</style>
background-color css
<style>
a { background-color: #EFE707; }
a { background-color: rgb(239,231,7); }
div.DivClassName
{
background-color: #EFE707;
}
.BgClassName
{
background-color: #EFE707;
}
</style>
border-color css
<style>
span { border-color: #EFE707; }
span { border-color: rgb(239,231,7); }
td.TdClassName
{
border-color: #EFE707;
}
.TagClassName
{
border-color: #EFE707;
}
</style>